COLOR #C4D9EF

HEX: #C4D9EF
RGB: (196,217,239)

Color info

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

RGB color model

#C4D9EF color RGB value is (196,217,239).

  • red value is 196;
  • green value is 217;
  • blue value is 239.
RGB:
(196,217,239)
(77%,85%,94%)

RGB channels and saturation

R 196 of 255 = 77%
G 217 of 255 = 85%
B 239 of 255 = 94%

196
217
239

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

Portions of RGB colors in percentages

R + G + B =
196 + 217 + 239 = 652 (100%)
R 196 of 652 ~ 30.06%
G 217 of 652 ~ 33.28%
B 239 of 652 ~ 36.66%

%30.06
%33.28
%36.66

CMYK color model

#C4D9EF color CMYK value is (18,9,0,6).

  • cyan value is 17.99%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(18,9,0,6)
C18M9Y0K6 
(18%,9%,0%,6%)
(0.18/0.09/0.00/0.06)	

CMYK percentages

%17.99
%9.21
%0
%6.27

Codes

Color #C4D9EF in popluar color models

C4D9EF
RGB196217239
HSL211°57.33%85.29%
HSB/HSV211°17.99%93.73%
CMYK17.99%9.21%0.00%
6.27%

Color #C4D9EF in popluar number systems.

HEXC4D9EF
Decimal196217239
Binary110001001101100111101111
Octal304331357

Shades and tints

Shades of #C4D9EF

#C4D9EF
(196,217,239)
#B3C6DA
(179,198,218)
#A2B3C5
(162,179,197)
#91A0B0
(145,160,176)
#808D9B
(128,141,155)
#6F7A86
(111,122,134)
#5E6771
(94,103,113)
#4D545C
(77,84,92)
#3C4147
(60,65,71)
#2B2E32
(43,46,50)
#1A1B1D
(26,27,29)
#000000
(0,0,0)

Tints of #C4D9EF

#C4D9EF
(196,217,239)
#C9DCF0
(201,220,240)
#CEDFF1
(206,223,241)
#D3E2F2
(211,226,242)
#D8E5F3
(216,229,243)
#DDE8F4
(221,232,244)
#E2EBF5
(226,235,245)
#E7EEF6
(231,238,246)
#ECF1F7
(236,241,247)
#F1F4F8
(241,244,248)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D9EF color. Also use rgb(196,217,239) instead hex code.

Text Font Color

.myTextColor { color: #C4D9EF; }

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

This text font color is #C4D9EF.


Background Color

.myBgColor { background-color: #C4D9EF; }

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

This div background color is #C4D9EF.


Border color

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

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

This div border color is #C4D9EF.


Opacity

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

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

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

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

This text has shadow with #C4D9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D9EF on black background.


Color preview on white background

This text has color #C4D9EF on white background.



Black color preview on #C4D9EF background

This text has black color on #C4D9EF background.


White color preview on #C4D9EF background

This text has white color on #C4D9EF background.