COLOR #C4FAEC

HEX: #C4FAEC
RGB: (196,250,236)

Color info

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

RGB color model

#C4FAEC color RGB value is (196,250,236).

  • red value is 196;
  • green value is 250;
  • blue value is 236.
RGB:
(196,250,236)
(77%,98%,93%)

RGB channels and saturation

R 196 of 255 = 77%
G 250 of 255 = 98%
B 236 of 255 = 93%

196
250
236

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

Portions of RGB colors in percentages

R + G + B =
196 + 250 + 236 = 682 (100%)
R 196 of 682 ~ 28.74%
G 250 of 682 ~ 36.66%
B 236 of 682 ~ 34.6%

%28.74
%36.66
%34.6

CMYK color model

#C4FAEC color CMYK value is (22,0,6,2).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • key color value is 1.96%
CMYK:
(22,0,6,2)
C22M0Y6K2 
(22%,0%,6%,2%)
(0.22/0.00/0.06/0.02)	

CMYK percentages

%21.6
%0
%5.6
%1.96

Codes

Color #C4FAEC in popluar color models

C4FAEC
RGB196250236
HSL164°84.38%87.45%
HSB/HSV164°21.60%98.04%
CMYK21.60%0.00%5.60%
1.96%

Color #C4FAEC in popluar number systems.

HEXC4FAEC
Decimal196250236
Binary110001001111101011101100
Octal304372354

Shades and tints

Shades of #C4FAEC

#C4FAEC
(196,250,236)
#B3E4D7
(179,228,215)
#A2CEC2
(162,206,194)
#91B8AD
(145,184,173)
#80A298
(128,162,152)
#6F8C83
(111,140,131)
#5E766E
(94,118,110)
#4D6059
(77,96,89)
#3C4A44
(60,74,68)
#2B342F
(43,52,47)
#1A1E1A
(26,30,26)
#000000
(0,0,0)

Tints of #C4FAEC

#C4FAEC
(196,250,236)
#C9FAED
(201,250,237)
#CEFAEE
(206,250,238)
#D3FAEF
(211,250,239)
#D8FAF0
(216,250,240)
#DDFAF1
(221,250,241)
#E2FAF2
(226,250,242)
#E7FAF3
(231,250,243)
#ECFAF4
(236,250,244)
#F1FAF5
(241,250,245)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4FAEC color. Also use rgb(196,250,236) instead hex code.

Text Font Color

.myTextColor { color: #C4FAEC; }

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

This text font color is #C4FAEC.


Background Color

.myBgColor { background-color: #C4FAEC; }

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

This div background color is #C4FAEC.


Border color

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

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

This div border color is #C4FAEC.


Opacity

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

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

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

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

This text has shadow with #C4FAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FAEC on black background.


Color preview on white background

This text has color #C4FAEC on white background.



Black color preview on #C4FAEC background

This text has black color on #C4FAEC background.


White color preview on #C4FAEC background

This text has white color on #C4FAEC background.