COLOR #C4DDE5

HEX: #C4DDE5
RGB: (196,221,229)

Color info

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

RGB color model

#C4DDE5 color RGB value is (196,221,229).

  • red value is 196;
  • green value is 221;
  • blue value is 229.
RGB:
(196,221,229)
(77%,87%,90%)

RGB channels and saturation

R 196 of 255 = 77%
G 221 of 255 = 87%
B 229 of 255 = 90%

196
221
229

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

Portions of RGB colors in percentages

R + G + B =
196 + 221 + 229 = 646 (100%)
R 196 of 646 ~ 30.34%
G 221 of 646 ~ 34.21%
B 229 of 646 ~ 35.45%

%30.34
%34.21
%35.45

CMYK color model

#C4DDE5 color CMYK value is (14,3,0,10).

  • cyan value is 14.41%
  • magenta value is 3.49%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(14,3,0,10)
C14M3Y0K10 
(14%,3%,0%,10%)
(0.14/0.03/0.00/0.10)	

CMYK percentages

%14.41
%3.49
%0
%10.2

Codes

Color #C4DDE5 in popluar color models

C4DDE5
RGB196221229
HSL195°38.82%83.33%
HSB/HSV195°14.41%89.80%
CMYK14.41%3.49%0.00%
10.20%

Color #C4DDE5 in popluar number systems.

HEXC4DDE5
Decimal196221229
Binary110001001101110111100101
Octal304335345

Shades and tints

Shades of #C4DDE5

#C4DDE5
(196,221,229)
#B3C9D1
(179,201,209)
#A2B5BD
(162,181,189)
#91A1A9
(145,161,169)
#808D95
(128,141,149)
#6F7981
(111,121,129)
#5E656D
(94,101,109)
#4D5159
(77,81,89)
#3C3D45
(60,61,69)
#2B2931
(43,41,49)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #C4DDE5

#C4DDE5
(196,221,229)
#C9E0E7
(201,224,231)
#CEE3E9
(206,227,233)
#D3E6EB
(211,230,235)
#D8E9ED
(216,233,237)
#DDECEF
(221,236,239)
#E2EFF1
(226,239,241)
#E7F2F3
(231,242,243)
#ECF5F5
(236,245,245)
#F1F8F7
(241,248,247)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DDE5; }

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

This text font color is #C4DDE5.


Background Color

.myBgColor { background-color: #C4DDE5; }

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

This div background color is #C4DDE5.


Border color

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

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

This div border color is #C4DDE5.


Opacity

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

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

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

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

This text has shadow with #C4DDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DDE5 on black background.


Color preview on white background

This text has color #C4DDE5 on white background.



Black color preview on #C4DDE5 background

This text has black color on #C4DDE5 background.


White color preview on #C4DDE5 background

This text has white color on #C4DDE5 background.