COLOR #C4D8EE

HEX: #C4D8EE
RGB: (196,216,238)

Color info

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

RGB color model

#C4D8EE color RGB value is (196,216,238).

  • red value is 196;
  • green value is 216;
  • blue value is 238.
RGB:
(196,216,238)
(77%,85%,93%)

RGB channels and saturation

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

196
216
238

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

Portions of RGB colors in percentages

R + G + B =
196 + 216 + 238 = 650 (100%)
R 196 of 650 ~ 30.15%
G 216 of 650 ~ 33.23%
B 238 of 650 ~ 36.62%

%30.15
%33.23
%36.62

CMYK color model

#C4D8EE color CMYK value is (18,9,0,7).

  • cyan value is 17.65%
  • magenta value is 9.24%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(18,9,0,7)
C18M9Y0K7 
(18%,9%,0%,7%)
(0.18/0.09/0.00/0.07)	

CMYK percentages

%17.65
%9.24
%0
%6.67

Codes

Color #C4D8EE in popluar color models

C4D8EE
RGB196216238
HSL211°55.26%85.10%
HSB/HSV211°17.65%93.33%
CMYK17.65%9.24%0.00%
6.67%

Color #C4D8EE in popluar number systems.

HEXC4D8EE
Decimal196216238
Binary110001001101100011101110
Octal304330356

Shades and tints

Shades of #C4D8EE

#C4D8EE
(196,216,238)
#B3C5D9
(179,197,217)
#A2B2C4
(162,178,196)
#919FAF
(145,159,175)
#808C9A
(128,140,154)
#6F7985
(111,121,133)
#5E6670
(94,102,112)
#4D535B
(77,83,91)
#3C4046
(60,64,70)
#2B2D31
(43,45,49)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #C4D8EE

#C4D8EE
(196,216,238)
#C9DBEF
(201,219,239)
#CEDEF0
(206,222,240)
#D3E1F1
(211,225,241)
#D8E4F2
(216,228,242)
#DDE7F3
(221,231,243)
#E2EAF4
(226,234,244)
#E7EDF5
(231,237,245)
#ECF0F6
(236,240,246)
#F1F3F7
(241,243,247)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D8EE; }

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

This text font color is #C4D8EE.


Background Color

.myBgColor { background-color: #C4D8EE; }

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

This div background color is #C4D8EE.


Border color

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

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

This div border color is #C4D8EE.


Opacity

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

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

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

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

This text has shadow with #C4D8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D8EE on black background.


Color preview on white background

This text has color #C4D8EE on white background.



Black color preview on #C4D8EE background

This text has black color on #C4D8EE background.


White color preview on #C4D8EE background

This text has white color on #C4D8EE background.