COLOR #C5F4EC

HEX: #C5F4EC RGB: (197,244,236)

Color info

#C5F4EC contains red, green and blue colors in about the same proportion. Web safe color of #C5F4EC is #CCFFFF (or #CFF).

RGB color model

#C5F4EC color RGB value is (197,244,236).

RGB: (197,244,236) (77%, 96%, 93%)

RGB channels and saturation

R 197 of 255 = 77%
G 244 of 255 = 96%
B 236 of 255 = 93%

197
244
236

R + G + B ~ 89%. #C5F4EC is light color.

Portions of RGB colors in percentages

R + G + B = 197 + 244 + 236 = 677 (100%)
R 197 of 677 ~ 29.1%
G 244 of 677 ~ 36.04%
B 236 of 677 ~ 34.86'%

%29.1
%36.04
%34.86

CMYK color model

#C5F4EC color CMYK value is (19,0,3,4).

  • cyan value is 19.26%
  • magenta value is 0.00%
  • yellow value is 3.28%
  • key color value is 4.31%

CMYK: (19,0,3,4)
C19M0Y3K4 (19%, 0%, 3%, 4%)
(0.19 / 0.00 / 0.03 / 0.04)

CMYK percentages

%19.26
%0
%3.28
%4.31

Codes

Color #C5F4EC in popluar color models

C5 F4 EC
RGB 197 244 236
HSL 170° 68.12% 86.47%
HSB/HSV 170° 19.26% 95.69%
CMYK 19.26% 0.00% 3.28%
4.31%

Color #C5F4EC in popluar number systems.

HEX C5 F4 EC
Decimal 197 244 236
Binary 11000101 11110100 11101100
Octal 305 364 354

Shades and tints

Shades of #C5F4EC

#C5F4EC
(197,244,236)
#B4DED7
(180,222,215)
#A3C8C2
(163,200,194)
#92B2AD
(146,178,173)
#819C98
(129,156,152)
#708683
(112,134,131)
#5F706E
(95,112,110)
#4E5A59
(78,90,89)
#3D4444
(61,68,68)
#2C2E2F
(44,46,47)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #C5F4EC

#C5F4EC
(197,244,236)
#CAF5ED
(202,245,237)
#CFF6EE
(207,246,238)
#D4F7EF
(212,247,239)
#D9F8F0
(217,248,240)
#DEF9F1
(222,249,241)
#E3FAF2
(227,250,242)
#E8FBF3
(232,251,243)
#EDFCF4
(237,252,244)
#F2FDF5
(242,253,245)
#F7FEF6
(247,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F4EC color. Also use rgb(197,244,236) instead hex code.

Text Font Color

.myTextColor { color: #C5F4EC; }

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

This text font color is #C5F4EC.

Background Color

.myBgColor { background-color: #C5F4EC; }

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

This div background color is #C5F4EC.

Border color

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

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

This div border color is #C5F4EC.

Opacity

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

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

Text with #C5F4EC 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 #C5F4EC;}

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

This text has shadow with #C5F4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5F4EC.

Preview

Color preview on black background

This text has color #C5F4EC on black background.


Color preview on white background

This text has color #C5F4EC on white background.


Black color preview on #C5F4EC background

This text has black color on #C5F4EC background.


White color preview on #C5F4EC background

This text has white color on #C5F4EC background.


Related colors

Complementary color

Complementary color for #hex is #3A0B13.


I love getcolorcode.com

Triadic colors

1 #ECC5F4 and #F4ECC5 with #C5F4EC are triadic colors.

2 #ECF4C5 and #F4C5EC with #C5F4EC are triadic colors.