COLOR #C4DDED

HEX: #C4DDED RGB: (196,221,237)

Color info

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

RGB color model

#C4DDED color RGB value is (196,221,237).

RGB: (196,221,237) (77%, 87%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 221 of 255 = 87%
B 237 of 255 = 93%

196
221
237

R + G + B ~ 86%. #C4DDED is light color.

Portions of RGB colors in percentages

R + G + B = 196 + 221 + 237 = 654 (100%)
R 196 of 654 ~ 29.97%
G 221 of 654 ~ 33.79%
B 237 of 654 ~ 36.24'%

%29.97
%33.79
%36.24

CMYK color model

#C4DDED color CMYK value is (17,7,0,7).

  • cyan value is 17.30%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (17,7,0,7) C17M7Y0K7 (17%,7%,0%,7%) (0.17/0.07/0.00/0.07) 

CMYK percentages

%17.3
%6.75
%0
%7.06

Codes

Color #C4DDED in popluar color models

C4 DD ED
RGB 196 221 237
HSL 203° 53.25% 84.90%
HSB/HSV 203° 17.30% 92.94%
CMYK 17.30% 6.75% 0.00%
7.06%

Color #C4DDED in popluar number systems.

HEX C4 DD ED
Decimal 196 221 237
Binary 11000100 11011101 11101101
Octal 304 335 355

Shades and tints

Shades of #C4DDED

#C4DDED
(196,221,237)
#B3C9D8
(179,201,216)
#A2B5C3
(162,181,195)
#91A1AE
(145,161,174)
#808D99
(128,141,153)
#6F7984
(111,121,132)
#5E656F
(94,101,111)
#4D515A
(77,81,90)
#3C3D45
(60,61,69)
#2B2930
(43,41,48)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #C4DDED

#C4DDED
(196,221,237)
#C9E0EE
(201,224,238)
#CEE3EF
(206,227,239)
#D3E6F0
(211,230,240)
#D8E9F1
(216,233,241)
#DDECF2
(221,236,242)
#E2EFF3
(226,239,243)
#E7F2F4
(231,242,244)
#ECF5F5
(236,245,245)
#F1F8F6
(241,248,246)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DDED; }

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

This text font color is #C4DDED.

Background Color

.myBgColor { background-color: #C4DDED; }

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

This div background color is #C4DDED.

Border color

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

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

This div border color is #C4DDED.

Opacity

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

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

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

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

This text has shadow with #C4DDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DDED.

Preview

Color preview on black background

This text has color #C4DDED on black background.


Color preview on white background

This text has color #C4DDED on white background.


Black color preview on #C4DDED background

This text has black color on #C4DDED background.


White color preview on #C4DDED background

This text has white color on #C4DDED background.


Related colors

Complementary color

Complementary color for #hex is #3B2212.


I love getcolorcode.com

Triadic colors

1 #EDC4DD and #DDEDC4 with #C4DDED are triadic colors.

2 #EDDDC4 and #DDC4ED with #C4DDED are triadic colors.