COLOR #C4DED7

HEX: #C4DED7
RGB: (196,222,215)

Color info

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

RGB color model

#C4DED7 color RGB value is (196,222,215).

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

RGB channels and saturation

R 196 of 255 = 77%
G 222 of 255 = 87%
B 215 of 255 = 84%

196
222
215

R + G + B ~ 83%. #C4DED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 222 + 215 = 633 (100%)
R 196 of 633 ~ 30.96%
G 222 of 633 ~ 35.07%
B 215 of 633 ~ 33.97%

%30.96
%35.07
%33.97

CMYK color model

#C4DED7 color CMYK value is (12,0,3,13).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 12.94%
CMYK:
(12,0,3,13)
C12M0Y3K13 
(12%,0%,3%,13%)
(0.12/0.00/0.03/0.13)	

CMYK percentages

%11.71
%0
%3.15
%12.94

Codes

Color #C4DED7 in popluar color models

C4DED7
RGB196222215
HSL164°28.26%81.96%
HSB/HSV164°11.71%87.06%
CMYK11.71%0.00%3.15%
12.94%

Color #C4DED7 in popluar number systems.

HEXC4DED7
Decimal196222215
Binary110001001101111011010111
Octal304336327

Shades and tints

Shades of #C4DED7

#C4DED7
(196,222,215)
#B3CAC4
(179,202,196)
#A2B6B1
(162,182,177)
#91A29E
(145,162,158)
#808E8B
(128,142,139)
#6F7A78
(111,122,120)
#5E6665
(94,102,101)
#4D5252
(77,82,82)
#3C3E3F
(60,62,63)
#2B2A2C
(43,42,44)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #C4DED7

#C4DED7
(196,222,215)
#C9E1DA
(201,225,218)
#CEE4DD
(206,228,221)
#D3E7E0
(211,231,224)
#D8EAE3
(216,234,227)
#DDEDE6
(221,237,230)
#E2F0E9
(226,240,233)
#E7F3EC
(231,243,236)
#ECF6EF
(236,246,239)
#F1F9F2
(241,249,242)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DED7; }

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

This text font color is #C4DED7.


Background Color

.myBgColor { background-color: #C4DED7; }

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

This div background color is #C4DED7.


Border color

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

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

This div border color is #C4DED7.


Opacity

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

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

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

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

This text has shadow with #C4DED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DED7 on black background.


Color preview on white background

This text has color #C4DED7 on white background.



Black color preview on #C4DED7 background

This text has black color on #C4DED7 background.


White color preview on #C4DED7 background

This text has white color on #C4DED7 background.