COLOR #C4DEF9

HEX: #C4DEF9 RGB: (196,222,249)

Color info

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

RGB color model

#C4DEF9 color RGB value is (196,222,249).

RGB: (196,222,249) (77%, 87%, 98%)

RGB channels and saturation

R 196 of 255 = 77%
G 222 of 255 = 87%
B 249 of 255 = 98%

196
222
249

R + G + B ~ 87%. #C4DEF9 is light color.

Portions of RGB colors in percentages

R + G + B = 196 + 222 + 249 = 667 (100%)
R 196 of 667 ~ 29.39%
G 222 of 667 ~ 33.28%
B 249 of 667 ~ 37.33'%

%29.39
%33.28
%37.33

CMYK color model

#C4DEF9 color CMYK value is (21,11,0,2).

  • cyan value is 21.29%
  • magenta value is 10.84%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (21,11,0,2)
C21M11Y0K2 (21%, 11%, 0%, 2%)
(0.21 / 0.11 / 0.00 / 0.02)

CMYK percentages

%21.29
%10.84
%0
%2.35

Codes

Color #C4DEF9 in popluar color models

C4 DE F9
RGB 196 222 249
HSL 211° 81.54% 87.25%
HSB/HSV 211° 21.29% 97.65%
CMYK 21.29% 10.84% 0.00%
2.35%

Color #C4DEF9 in popluar number systems.

HEX C4 DE F9
Decimal 196 222 249
Binary 11000100 11011110 11111001
Octal 304 336 371

Shades and tints

Shades of #C4DEF9

#C4DEF9
(196,222,249)
#B3CAE3
(179,202,227)
#A2B6CD
(162,182,205)
#91A2B7
(145,162,183)
#808EA1
(128,142,161)
#6F7A8B
(111,122,139)
#5E6675
(94,102,117)
#4D525F
(77,82,95)
#3C3E49
(60,62,73)
#2B2A33
(43,42,51)
#1A161D
(26,22,29)
#000000
(0,0,0)

Tints of #C4DEF9

#C4DEF9
(196,222,249)
#C9E1F9
(201,225,249)
#CEE4F9
(206,228,249)
#D3E7F9
(211,231,249)
#D8EAF9
(216,234,249)
#DDEDF9
(221,237,249)
#E2F0F9
(226,240,249)
#E7F3F9
(231,243,249)
#ECF6F9
(236,246,249)
#F1F9F9
(241,249,249)
#F6FCF9
(246,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DEF9; }

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

This text font color is #C4DEF9.

Background Color

.myBgColor { background-color: #C4DEF9; }

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

This div background color is #C4DEF9.

Border color

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

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

This div border color is #C4DEF9.

Opacity

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

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

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

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

This text has shadow with #C4DEF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DEF9.

Preview

Color preview on black background

This text has color #C4DEF9 on black background.


Color preview on white background

This text has color #C4DEF9 on white background.


Black color preview on #C4DEF9 background

This text has black color on #C4DEF9 background.


White color preview on #C4DEF9 background

This text has white color on #C4DEF9 background.


Related colors

Complementary color

Complementary color for #hex is #3B2106.


I love getcolorcode.com

Triadic colors

1 #F9C4DE and #DEF9C4 with #C4DEF9 are triadic colors.

2 #F9DEC4 and #DEC4F9 with #C4DEF9 are triadic colors.