COLOR #C7D6DD

HEX: #C7D6DD RGB: (199,214,221)

Color info

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

RGB color model

#C7D6DD color RGB value is (199,214,221).

RGB: (199,214,221) (78%, 84%, 87%)

RGB channels and saturation

R 199 of 255 = 78%
G 214 of 255 = 84%
B 221 of 255 = 87%

199
214
221

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

Portions of RGB colors in percentages

R + G + B = 199 + 214 + 221 = 634 (100%)
R 199 of 634 ~ 31.39%
G 214 of 634 ~ 33.75%
B 221 of 634 ~ 34.86'%

%31.39
%33.75
%34.86

CMYK color model

#C7D6DD color CMYK value is (10,3,0,13).

  • cyan value is 9.95%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (10,3,0,13)
C10M3Y0K13 (10%, 3%, 0%, 13%)
(0.10 / 0.03 / 0.00 / 0.13)

CMYK percentages

%9.95
%3.17
%0
%13.33

Codes

Color #C7D6DD in popluar color models

C7 D6 DD
RGB 199 214 221
HSL 199° 24.44% 82.35%
HSB/HSV 199° 9.95% 86.67%
CMYK 9.95% 3.17% 0.00%
13.33%

Color #C7D6DD in popluar number systems.

HEX C7 D6 DD
Decimal 199 214 221
Binary 11000111 11010110 11011101
Octal 307 326 335

Shades and tints

Shades of #C7D6DD

#C7D6DD
(199,214,221)
#B5C3C9
(181,195,201)
#A3B0B5
(163,176,181)
#919DA1
(145,157,161)
#7F8A8D
(127,138,141)
#6D7779
(109,119,121)
#5B6465
(91,100,101)
#495151
(73,81,81)
#373E3D
(55,62,61)
#252B29
(37,43,41)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #C7D6DD

#C7D6DD
(199,214,221)
#CCD9E0
(204,217,224)
#D1DCE3
(209,220,227)
#D6DFE6
(214,223,230)
#DBE2E9
(219,226,233)
#E0E5EC
(224,229,236)
#E5E8EF
(229,232,239)
#EAEBF2
(234,235,242)
#EFEEF5
(239,238,245)
#F4F1F8
(244,241,248)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D6DD; }

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

This text font color is #C7D6DD.

Background Color

.myBgColor { background-color: #C7D6DD; }

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

This div background color is #C7D6DD.

Border color

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

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

This div border color is #C7D6DD.

Opacity

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

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

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

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

This text has shadow with #C7D6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D6DD.

Preview

Color preview on black background

This text has color #C7D6DD on black background.


Color preview on white background

This text has color #C7D6DD on white background.


Black color preview on #C7D6DD background

This text has black color on #C7D6DD background.


White color preview on #C7D6DD background

This text has white color on #C7D6DD background.


Related colors

Complementary color

Complementary color for #hex is #382922.


I love getcolorcode.com

Triadic colors

1 #DDC7D6 and #D6DDC7 with #C7D6DD are triadic colors.

2 #DDD6C7 and #D6C7DD with #C7D6DD are triadic colors.