COLOR #C4DAEE

HEX: #C4DAEE RGB: (196,218,238)

Color info

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

RGB color model

#C4DAEE color RGB value is (196,218,238).

RGB: (196,218,238) (77%, 85%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 218 of 255 = 85%
B 238 of 255 = 93%

196
218
238

R + G + B ~ 85%. #C4DAEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 218 + 238 = 652 (100%)
R 196 of 652 ~ 30.06%
G 218 of 652 ~ 33.44%
B 238 of 652 ~ 36.5'%

%30.06
%33.44
%36.5

CMYK color model

#C4DAEE color CMYK value is (18,8,0,7).

  • cyan value is 17.65%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (18,8,0,7)
C18M8Y0K7 (18%, 8%, 0%, 7%)
(0.18 / 0.08 / 0.00 / 0.07)

CMYK percentages

%17.65
%8.4
%0
%6.67

Codes

Color #C4DAEE in popluar color models

C4 DA EE
RGB 196 218 238
HSL 209° 55.26% 85.10%
HSB/HSV 209° 17.65% 93.33%
CMYK 17.65% 8.40% 0.00%
6.67%

Color #C4DAEE in popluar number systems.

HEX C4 DA EE
Decimal 196 218 238
Binary 11000100 11011010 11101110
Octal 304 332 356

Shades and tints

Shades of #C4DAEE

#C4DAEE
(196,218,238)
#B3C7D9
(179,199,217)
#A2B4C4
(162,180,196)
#91A1AF
(145,161,175)
#808E9A
(128,142,154)
#6F7B85
(111,123,133)
#5E6870
(94,104,112)
#4D555B
(77,85,91)
#3C4246
(60,66,70)
#2B2F31
(43,47,49)
#1A1C1C
(26,28,28)
#000000
(0,0,0)

Tints of #C4DAEE

#C4DAEE
(196,218,238)
#C9DDEF
(201,221,239)
#CEE0F0
(206,224,240)
#D3E3F1
(211,227,241)
#D8E6F2
(216,230,242)
#DDE9F3
(221,233,243)
#E2ECF4
(226,236,244)
#E7EFF5
(231,239,245)
#ECF2F6
(236,242,246)
#F1F5F7
(241,245,247)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DAEE color. Also use rgb(196,218,238) instead hex code.

Text Font Color

.myTextColor { color: #C4DAEE; }

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

This text font color is #C4DAEE.

Background Color

.myBgColor { background-color: #C4DAEE; }

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

This div background color is #C4DAEE.

Border color

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

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

This div border color is #C4DAEE.

Opacity

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

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

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

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

This text has shadow with #C4DAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DAEE.

Preview

Color preview on black background

This text has color #C4DAEE on black background.


Color preview on white background

This text has color #C4DAEE on white background.


Black color preview on #C4DAEE background

This text has black color on #C4DAEE background.


White color preview on #C4DAEE background

This text has white color on #C4DAEE background.


Related colors

Complementary color

Complementary color for #hex is #3B2511.


I love getcolorcode.com

Triadic colors

1 #EEC4DA and #DAEEC4 with #C4DAEE are triadic colors.

2 #EEDAC4 and #DAC4EE with #C4DAEE are triadic colors.