COLOR #C4D0DE

HEX: #C4D0DE
RGB: (196,208,222)

Color info

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

RGB color model

#C4D0DE color RGB value is (196,208,222).

  • red value is 196;
  • green value is 208;
  • blue value is 222.
RGB:
(196,208,222)
(77%,82%,87%)

RGB channels and saturation

R 196 of 255 = 77%
G 208 of 255 = 82%
B 222 of 255 = 87%

196
208
222

R + G + B ~ 82%. #C4D0DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 208 + 222 = 626 (100%)
R 196 of 626 ~ 31.31%
G 208 of 626 ~ 33.23%
B 222 of 626 ~ 35.46%

%31.31
%33.23
%35.46

CMYK color model

#C4D0DE color CMYK value is (12,6,0,13).

  • cyan value is 11.71%
  • magenta value is 6.31%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(12,6,0,13)
C12M6Y0K13 
(12%,6%,0%,13%)
(0.12/0.06/0.00/0.13)	

CMYK percentages

%11.71
%6.31
%0
%12.94

Codes

Color #C4D0DE in popluar color models

C4D0DE
RGB196208222
HSL212°28.26%81.96%
HSB/HSV212°11.71%87.06%
CMYK11.71%6.31%0.00%
12.94%

Color #C4D0DE in popluar number systems.

HEXC4D0DE
Decimal196208222
Binary110001001101000011011110
Octal304320336

Shades and tints

Shades of #C4D0DE

#C4D0DE
(196,208,222)
#B3BECA
(179,190,202)
#A2ACB6
(162,172,182)
#919AA2
(145,154,162)
#80888E
(128,136,142)
#6F767A
(111,118,122)
#5E6466
(94,100,102)
#4D5252
(77,82,82)
#3C403E
(60,64,62)
#2B2E2A
(43,46,42)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #C4D0DE

#C4D0DE
(196,208,222)
#C9D4E1
(201,212,225)
#CED8E4
(206,216,228)
#D3DCE7
(211,220,231)
#D8E0EA
(216,224,234)
#DDE4ED
(221,228,237)
#E2E8F0
(226,232,240)
#E7ECF3
(231,236,243)
#ECF0F6
(236,240,246)
#F1F4F9
(241,244,249)
#F6F8FC
(246,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D0DE color. Also use rgb(196,208,222) instead hex code.

Text Font Color

.myTextColor { color: #C4D0DE; }

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

This text font color is #C4D0DE.


Background Color

.myBgColor { background-color: #C4D0DE; }

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

This div background color is #C4D0DE.


Border color

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

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

This div border color is #C4D0DE.


Opacity

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

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

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

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

This text has shadow with #C4D0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D0DE on black background.


Color preview on white background

This text has color #C4D0DE on white background.



Black color preview on #C4D0DE background

This text has black color on #C4D0DE background.


White color preview on #C4D0DE background

This text has white color on #C4D0DE background.