COLOR #C4DDE6

HEX: #C4DDE6
RGB: (196,221,230)

Color info

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

RGB color model

#C4DDE6 color RGB value is (196,221,230).

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

RGB channels and saturation

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

196
221
230

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

Portions of RGB colors in percentages

R + G + B =
196 + 221 + 230 = 647 (100%)
R 196 of 647 ~ 30.29%
G 221 of 647 ~ 34.16%
B 230 of 647 ~ 35.55%

%30.29
%34.16
%35.55

CMYK color model

#C4DDE6 color CMYK value is (15,4,0,10).

  • cyan value is 14.78%
  • magenta value is 3.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(15,4,0,10)
C15M4Y0K10 
(15%,4%,0%,10%)
(0.15/0.04/0.00/0.10)	

CMYK percentages

%14.78
%3.91
%0
%9.8

Codes

Color #C4DDE6 in popluar color models

C4DDE6
RGB196221230
HSL196°40.48%83.53%
HSB/HSV196°14.78%90.20%
CMYK14.78%3.91%0.00%
9.80%

Color #C4DDE6 in popluar number systems.

HEXC4DDE6
Decimal196221230
Binary110001001101110111100110
Octal304335346

Shades and tints

Shades of #C4DDE6

#C4DDE6
(196,221,230)
#B3C9D2
(179,201,210)
#A2B5BE
(162,181,190)
#91A1AA
(145,161,170)
#808D96
(128,141,150)
#6F7982
(111,121,130)
#5E656E
(94,101,110)
#4D515A
(77,81,90)
#3C3D46
(60,61,70)
#2B2932
(43,41,50)
#1A151E
(26,21,30)
#000000
(0,0,0)

Tints of #C4DDE6

#C4DDE6
(196,221,230)
#C9E0E8
(201,224,232)
#CEE3EA
(206,227,234)
#D3E6EC
(211,230,236)
#D8E9EE
(216,233,238)
#DDECF0
(221,236,240)
#E2EFF2
(226,239,242)
#E7F2F4
(231,242,244)
#ECF5F6
(236,245,246)
#F1F8F8
(241,248,248)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DDE6; }

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

This text font color is #C4DDE6.


Background Color

.myBgColor { background-color: #C4DDE6; }

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

This div background color is #C4DDE6.


Border color

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

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

This div border color is #C4DDE6.


Opacity

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

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

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

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

This text has shadow with #C4DDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DDE6 on black background.


Color preview on white background

This text has color #C4DDE6 on white background.



Black color preview on #C4DDE6 background

This text has black color on #C4DDE6 background.


White color preview on #C4DDE6 background

This text has white color on #C4DDE6 background.