COLOR #C4DAE4

HEX: #C4DAE4 RGB: (196,218,228)

Color info

#C4DAE4 contains red, green and blue colors in about the same proportion. Web safe color of #C4DAE4 is #CCCCCC (or #CCC).

RGB color model

#C4DAE4 color RGB value is (196,218,228).

RGB: (196,218,228) (77%, 85%, 89%)

RGB channels and saturation

R 196 of 255 = 77%
G 218 of 255 = 85%
B 228 of 255 = 89%

196
218
228

R + G + B ~ 84%. #C4DAE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 218 + 228 = 642 (100%)
R 196 of 642 ~ 30.53%
G 218 of 642 ~ 33.96%
B 228 of 642 ~ 35.51'%

%30.53
%33.96
%35.51

CMYK color model

#C4DAE4 color CMYK value is (14,4,0,11).

  • cyan value is 14.04%
  • magenta value is 4.39%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (14,4,0,11)
C14M4Y0K11 (14%, 4%, 0%, 11%)
(0.14 / 0.04 / 0.00 / 0.11)

CMYK percentages

%14.04
%4.39
%0
%10.59

Codes

Color #C4DAE4 in popluar color models

C4 DA E4
RGB 196 218 228
HSL 199° 37.21% 83.14%
HSB/HSV 199° 14.04% 89.41%
CMYK 14.04% 4.39% 0.00%
10.59%

Color #C4DAE4 in popluar number systems.

HEX C4 DA E4
Decimal 196 218 228
Binary 11000100 11011010 11100100
Octal 304 332 344

Shades and tints

Shades of #C4DAE4

#C4DAE4
(196,218,228)
#B3C7D0
(179,199,208)
#A2B4BC
(162,180,188)
#91A1A8
(145,161,168)
#808E94
(128,142,148)
#6F7B80
(111,123,128)
#5E686C
(94,104,108)
#4D5558
(77,85,88)
#3C4244
(60,66,68)
#2B2F30
(43,47,48)
#1A1C1C
(26,28,28)
#000000
(0,0,0)

Tints of #C4DAE4

#C4DAE4
(196,218,228)
#C9DDE6
(201,221,230)
#CEE0E8
(206,224,232)
#D3E3EA
(211,227,234)
#D8E6EC
(216,230,236)
#DDE9EE
(221,233,238)
#E2ECF0
(226,236,240)
#E7EFF2
(231,239,242)
#ECF2F4
(236,242,244)
#F1F5F6
(241,245,246)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DAE4; }

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

This text font color is #C4DAE4.

Background Color

.myBgColor { background-color: #C4DAE4; }

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

This div background color is #C4DAE4.

Border color

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

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

This div border color is #C4DAE4.

Opacity

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

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

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

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

This text has shadow with #C4DAE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DAE4.

Preview

Color preview on black background

This text has color #C4DAE4 on black background.


Color preview on white background

This text has color #C4DAE4 on white background.


Black color preview on #C4DAE4 background

This text has black color on #C4DAE4 background.


White color preview on #C4DAE4 background

This text has white color on #C4DAE4 background.


Related colors

Complementary color

Complementary color for #hex is #3B251B.


I love getcolorcode.com

Triadic colors

1 #E4C4DA and #DAE4C4 with #C4DAE4 are triadic colors.

2 #E4DAC4 and #DAC4E4 with #C4DAE4 are triadic colors.