COLOR #C4FAED

HEX: #C4FAED
RGB: (196,250,237)

Color info

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

RGB color model

#C4FAED color RGB value is (196,250,237).

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

RGB channels and saturation

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

196
250
237

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

Portions of RGB colors in percentages

R + G + B =
196 + 250 + 237 = 683 (100%)
R 196 of 683 ~ 28.7%
G 250 of 683 ~ 36.6%
B 237 of 683 ~ 34.7%

%28.7
%36.6
%34.7

CMYK color model

#C4FAED color CMYK value is (22,0,5,2).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 1.96%
CMYK:
(22,0,5,2)
C22M0Y5K2 
(22%,0%,5%,2%)
(0.22/0.00/0.05/0.02)	

CMYK percentages

%21.6
%0
%5.2
%1.96

Codes

Color #C4FAED in popluar color models

C4FAED
RGB196250237
HSL166°84.38%87.45%
HSB/HSV166°21.60%98.04%
CMYK21.60%0.00%5.20%
1.96%

Color #C4FAED in popluar number systems.

HEXC4FAED
Decimal196250237
Binary110001001111101011101101
Octal304372355

Shades and tints

Shades of #C4FAED

#C4FAED
(196,250,237)
#B3E4D8
(179,228,216)
#A2CEC3
(162,206,195)
#91B8AE
(145,184,174)
#80A299
(128,162,153)
#6F8C84
(111,140,132)
#5E766F
(94,118,111)
#4D605A
(77,96,90)
#3C4A45
(60,74,69)
#2B3430
(43,52,48)
#1A1E1B
(26,30,27)
#000000
(0,0,0)

Tints of #C4FAED

#C4FAED
(196,250,237)
#C9FAEE
(201,250,238)
#CEFAEF
(206,250,239)
#D3FAF0
(211,250,240)
#D8FAF1
(216,250,241)
#DDFAF2
(221,250,242)
#E2FAF3
(226,250,243)
#E7FAF4
(231,250,244)
#ECFAF5
(236,250,245)
#F1FAF6
(241,250,246)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FAED; }

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

This text font color is #C4FAED.


Background Color

.myBgColor { background-color: #C4FAED; }

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

This div background color is #C4FAED.


Border color

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

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

This div border color is #C4FAED.


Opacity

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

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

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

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

This text has shadow with #C4FAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FAED on black background.


Color preview on white background

This text has color #C4FAED on white background.



Black color preview on #C4FAED background

This text has black color on #C4FAED background.


White color preview on #C4FAED background

This text has white color on #C4FAED background.