COLOR #C7DDEC

HEX: #C7DDEC RGB: (199,221,236)

Color info

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

RGB color model

#C7DDEC color RGB value is (199,221,236).

RGB: (199,221,236) (78%, 87%, 93%)

RGB channels and saturation

R 199 of 255 = 78%
G 221 of 255 = 87%
B 236 of 255 = 93%

199
221
236

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

Portions of RGB colors in percentages

R + G + B = 199 + 221 + 236 = 656 (100%)
R 199 of 656 ~ 30.34%
G 221 of 656 ~ 33.69%
B 236 of 656 ~ 35.98'%

%30.34
%33.69
%35.98

CMYK color model

#C7DDEC color CMYK value is (16,6,0,7).

  • cyan value is 15.68%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (16,6,0,7)
C16M6Y0K7 (16%, 6%, 0%, 7%)
(0.16 / 0.06 / 0.00 / 0.07)

CMYK percentages

%15.68
%6.36
%0
%7.45

Codes

Color #C7DDEC in popluar color models

C7 DD EC
RGB 199 221 236
HSL 204° 49.33% 85.29%
HSB/HSV 204° 15.68% 92.55%
CMYK 15.68% 6.36% 0.00%
7.45%

Color #C7DDEC in popluar number systems.

HEX C7 DD EC
Decimal 199 221 236
Binary 11000111 11011101 11101100
Octal 307 335 354

Shades and tints

Shades of #C7DDEC

#C7DDEC
(199,221,236)
#B5C9D7
(181,201,215)
#A3B5C2
(163,181,194)
#91A1AD
(145,161,173)
#7F8D98
(127,141,152)
#6D7983
(109,121,131)
#5B656E
(91,101,110)
#495159
(73,81,89)
#373D44
(55,61,68)
#25292F
(37,41,47)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #C7DDEC

#C7DDEC
(199,221,236)
#CCE0ED
(204,224,237)
#D1E3EE
(209,227,238)
#D6E6EF
(214,230,239)
#DBE9F0
(219,233,240)
#E0ECF1
(224,236,241)
#E5EFF2
(229,239,242)
#EAF2F3
(234,242,243)
#EFF5F4
(239,245,244)
#F4F8F5
(244,248,245)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DDEC color. Also use rgb(199,221,236) instead hex code.

Text Font Color

.myTextColor { color: #C7DDEC; }

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

This text font color is #C7DDEC.

Background Color

.myBgColor { background-color: #C7DDEC; }

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

This div background color is #C7DDEC.

Border color

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

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

This div border color is #C7DDEC.

Opacity

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

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

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

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

This text has shadow with #C7DDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DDEC.

Preview

Color preview on black background

This text has color #C7DDEC on black background.


Color preview on white background

This text has color #C7DDEC on white background.


Black color preview on #C7DDEC background

This text has black color on #C7DDEC background.


White color preview on #C7DDEC background

This text has white color on #C7DDEC background.


Related colors

Complementary color

Complementary color for #hex is #382213.


I love getcolorcode.com

Triadic colors

1 #ECC7DD and #DDECC7 with #C7DDEC are triadic colors.

2 #ECDDC7 and #DDC7EC with #C7DDEC are triadic colors.