COLOR #C4D8E5

HEX: #C4D8E5 RGB: (196,216,229)

Color info

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

RGB color model

#C4D8E5 color RGB value is (196,216,229).

RGB: (196,216,229) (77%, 85%, 90%)

RGB channels and saturation

R 196 of 255 = 77%
G 216 of 255 = 85%
B 229 of 255 = 90%

196
216
229

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

Portions of RGB colors in percentages

R + G + B = 196 + 216 + 229 = 641 (100%)
R 196 of 641 ~ 30.58%
G 216 of 641 ~ 33.7%
B 229 of 641 ~ 35.73'%

%30.58
%33.7
%35.73

CMYK color model

#C4D8E5 color CMYK value is (14,6,0,10).

  • cyan value is 14.41%
  • magenta value is 5.68%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (14,6,0,10) C14M6Y0K10 (14%,6%,0%,10%) (0.14/0.06/0.00/0.10) 

CMYK percentages

%14.41
%5.68
%0
%10.2

Codes

Color #C4D8E5 in popluar color models

C4 D8 E5
RGB 196 216 229
HSL 204° 38.82% 83.33%
HSB/HSV 204° 14.41% 89.80%
CMYK 14.41% 5.68% 0.00%
10.20%

Color #C4D8E5 in popluar number systems.

HEX C4 D8 E5
Decimal 196 216 229
Binary 11000100 11011000 11100101
Octal 304 330 345

Shades and tints

Shades of #C4D8E5

#C4D8E5
(196,216,229)
#B3C5D1
(179,197,209)
#A2B2BD
(162,178,189)
#919FA9
(145,159,169)
#808C95
(128,140,149)
#6F7981
(111,121,129)
#5E666D
(94,102,109)
#4D5359
(77,83,89)
#3C4045
(60,64,69)
#2B2D31
(43,45,49)
#1A1A1D
(26,26,29)
#000000
(0,0,0)

Tints of #C4D8E5

#C4D8E5
(196,216,229)
#C9DBE7
(201,219,231)
#CEDEE9
(206,222,233)
#D3E1EB
(211,225,235)
#D8E4ED
(216,228,237)
#DDE7EF
(221,231,239)
#E2EAF1
(226,234,241)
#E7EDF3
(231,237,243)
#ECF0F5
(236,240,245)
#F1F3F7
(241,243,247)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D8E5 color. Also use rgb(196,216,229) instead hex code.

Text Font Color

.myTextColor { color: #C4D8E5; }

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

This text font color is #C4D8E5.

Background Color

.myBgColor { background-color: #C4D8E5; }

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

This div background color is #C4D8E5.

Border color

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

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

This div border color is #C4D8E5.

Opacity

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

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

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

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

This text has shadow with #C4D8E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D8E5.

Preview

Color preview on black background

This text has color #C4D8E5 on black background.


Color preview on white background

This text has color #C4D8E5 on white background.


Black color preview on #C4D8E5 background

This text has black color on #C4D8E5 background.


White color preview on #C4D8E5 background

This text has white color on #C4D8E5 background.


Related colors

Complementary color

Complementary color for #hex is #3B271A.


I love getcolorcode.com

Triadic colors

1 #E5C4D8 and #D8E5C4 with #C4D8E5 are triadic colors.

2 #E5D8C4 and #D8C4E5 with #C4D8E5 are triadic colors.