COLOR #C5F6CC

HEX: #C5F6CC
RGB: (197,246,204)

Renk bilgisi

#C5F6CC contains red, green and blue colors in about the same proportion. #C5F6CC ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#C5F6CC color RGB value is (197,246,204).

  • kırmız ton 197;
  • yeşil ton 246;
  • mavi ton 204.
RGB:
(197,246,204)
(77%,96%,80%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 246 of 255 = 96%
B 204 of 255 = 80%

197
246
204

R + G + B ~ 84%. #C5F6CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 246 + 204 = 647 (100%)
R 197 of 647 ~ 30.45%
G 246 of 647 ~ 38.02%
B 204 of 647 ~ 31.53%

%30.45
%38.02
%31.53

CMYK RENK MODELİ

#C5F6CC rengi CMYK tonu (20,0,17,4).

  • camgöbeği tonu 19.92%
  • eflatun tonu 0.00%
  • sarı tonu 17.07%
  • ana renk tonu 3.53%
CMYK:
(20,0,17,4)
C20M0Y17K4 
(20%,0%,17%,4%)
(0.20/0.00/0.17/0.04)	

CMYK yüzdeleri

%19.92
%0
%17.07
%3.53

Codes

Color #C5F6CC in popluar color models

C5F6CC
RGB197246204
HSL129°73.13%86.86%
HSB/HSV129°19.92%96.47%
CMYK19.92%0.00%17.07%
3.53%

Color #C5F6CC in popluar number systems.

HEXC5F6CC
Decimal197246204
Binary110001011111011011001100
Octal305366314

Shades and tints

Shades of #C5F6CC

#C5F6CC
(197,246,204)
#B4E0BA
(180,224,186)
#A3CAA8
(163,202,168)
#92B496
(146,180,150)
#819E84
(129,158,132)
#708872
(112,136,114)
#5F7260
(95,114,96)
#4E5C4E
(78,92,78)
#3D463C
(61,70,60)
#2C302A
(44,48,42)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #C5F6CC

#C5F6CC
(197,246,204)
#CAF6D0
(202,246,208)
#CFF6D4
(207,246,212)
#D4F6D8
(212,246,216)
#D9F6DC
(217,246,220)
#DEF6E0
(222,246,224)
#E3F6E4
(227,246,228)
#E8F6E8
(232,246,232)
#EDF6EC
(237,246,236)
#F2F6F0
(242,246,240)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F6CC color. Also use rgb(197,246,204) instead hex code.

Text Font Color

.myTextColor { color: #C5F6CC; }

<p style="color:#C5F6CC">This sample text font color is #C5F6CC.</p>

This text font color is #C5F6CC.


Background Color

.myBgColor { background-color: #C5F6CC; }

<div style="background-color:#C5F6CC">Inner text</div>

This div background color is #C5F6CC.


Border color

.myBorderColor { border: 1px solid #C5F6CC; }

<div style="border:3px solid #C5F6CC">Div</div>

This div border color is #C5F6CC.


Opacity

.myOpacity80 { color: #C5F6CC; opacity: 0.8; }

<p style="color:#C5F6CC;opacity:0.8;">80%</p>

Text with #C5F6CC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5F6CC;}

<p style="text-shadow: 3px 3px 1px #C5F6CC">Text here.</p>

This text has shadow with #C5F6CC color.

.textShadow {text-shadow: 3px 3px 1px #C5F6CC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5F6CC, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5F6CC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5F6CC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5F6CC, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5F6CC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5F6CC;
  -webkit-box-shadow:	1px 1px 3px 2px #C5F6CC;
  box-shadow:		1px 1px 3px 2px #C5F6CC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5F6CC;
-webkit-box-shadow: 1px 1px 3px 2px #C5F6CC;
box-shadow:1px 1px 3px 2px #C5F6CC;">
Div content here</div>
This div box has shadow with color #C5F6CC.

Preview

Color preview on black background

This text has color #C5F6CC on black background.


Color preview on white background

This text has color #C5F6CC on white background.



Black color preview on #C5F6CC background

This text has black color on #C5F6CC background.


White color preview on #C5F6CC background

This text has white color on #C5F6CC background.