COLOR #C4DEFE

HEX: #C4DEFE RGB: (196,222,254)

Color info

#C4DEFE contains red, green and blue colors in about the same proportion. Web safe color of #C4DEFE is #CCCCFF (or #CCF).

RGB color model

#C4DEFE color RGB value is (196,222,254).

RGB: (196,222,254) (77%, 87%, 100%)

RGB channels and saturation

R 196 of 255 = 77%
G 222 of 255 = 87%
B 254 of 255 = 100%

196
222
254

R + G + B ~ 88%. #C4DEFE is light color.

Portions of RGB colors in percentages

R + G + B = 196 + 222 + 254 = 672 (100%)
R 196 of 672 ~ 29.17%
G 222 of 672 ~ 33.04%
B 254 of 672 ~ 37.8'%

%29.17
%33.04
%37.8

CMYK color model

#C4DEFE color CMYK value is (23,13,0,0).

  • cyan value is 22.83%
  • magenta value is 12.60%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (23,13,0,0)
C23M13Y0K0 (23%, 13%, 0%, 0%)
(0.23 / 0.13 / 0.00 / 0.00)

CMYK percentages

%22.83
%12.6
%0
%0.39

Codes

Color #C4DEFE in popluar color models

C4 DE FE
RGB 196 222 254
HSL 213° 96.67% 88.24%
HSB/HSV 213° 22.83% 99.61%
CMYK 22.83% 12.60% 0.00%
0.39%

Color #C4DEFE in popluar number systems.

HEX C4 DE FE
Decimal 196 222 254
Binary 11000100 11011110 11111110
Octal 304 336 376

Shades and tints

Shades of #C4DEFE

#C4DEFE
(196,222,254)
#B3CAE7
(179,202,231)
#A2B6D0
(162,182,208)
#91A2B9
(145,162,185)
#808EA2
(128,142,162)
#6F7A8B
(111,122,139)
#5E6674
(94,102,116)
#4D525D
(77,82,93)
#3C3E46
(60,62,70)
#2B2A2F
(43,42,47)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #C4DEFE

#C4DEFE
(196,222,254)
#C9E1FE
(201,225,254)
#CEE4FE
(206,228,254)
#D3E7FE
(211,231,254)
#D8EAFE
(216,234,254)
#DDEDFE
(221,237,254)
#E2F0FE
(226,240,254)
#E7F3FE
(231,243,254)
#ECF6FE
(236,246,254)
#F1F9FE
(241,249,254)
#F6FCFE
(246,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DEFE color. Also use rgb(196,222,254) instead hex code.

Text Font Color

.myTextColor { color: #C4DEFE; }

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

This text font color is #C4DEFE.

Background Color

.myBgColor { background-color: #C4DEFE; }

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

This div background color is #C4DEFE.

Border color

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

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

This div border color is #C4DEFE.

Opacity

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

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

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

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

This text has shadow with #C4DEFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DEFE.

Preview

Color preview on black background

This text has color #C4DEFE on black background.


Color preview on white background

This text has color #C4DEFE on white background.


Black color preview on #C4DEFE background

This text has black color on #C4DEFE background.


White color preview on #C4DEFE background

This text has white color on #C4DEFE background.


Related colors

Complementary color

Complementary color for #hex is #3B2101.


I love getcolorcode.com

Triadic colors

1 #FEC4DE and #DEFEC4 with #C4DEFE are triadic colors.

2 #FEDEC4 and #DEC4FE with #C4DEFE are triadic colors.