COLOR #C7D0DD

HEX: #C7D0DD
RGB: (199,208,221)

Color info

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

RGB color model

#C7D0DD color RGB value is (199,208,221).

  • red value is 199;
  • green value is 208;
  • blue value is 221.
RGB:
(199,208,221)
(78%,82%,87%)

RGB channels and saturation

R 199 of 255 = 78%
G 208 of 255 = 82%
B 221 of 255 = 87%

199
208
221

R + G + B ~ 82%. #C7D0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 208 + 221 = 628 (100%)
R 199 of 628 ~ 31.69%
G 208 of 628 ~ 33.12%
B 221 of 628 ~ 35.19%

%31.69
%33.12
%35.19

CMYK color model

#C7D0DD color CMYK value is (10,6,0,13).

  • cyan value is 9.95%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(10,6,0,13)
C10M6Y0K13 
(10%,6%,0%,13%)
(0.10/0.06/0.00/0.13)	

CMYK percentages

%9.95
%5.88
%0
%13.33

Codes

Color #C7D0DD in popluar color models

C7D0DD
RGB199208221
HSL215°24.44%82.35%
HSB/HSV215°9.95%86.67%
CMYK9.95%5.88%0.00%
13.33%

Color #C7D0DD in popluar number systems.

HEXC7D0DD
Decimal199208221
Binary110001111101000011011101
Octal307320335

Shades and tints

Shades of #C7D0DD

#C7D0DD
(199,208,221)
#B5BEC9
(181,190,201)
#A3ACB5
(163,172,181)
#919AA1
(145,154,161)
#7F888D
(127,136,141)
#6D7679
(109,118,121)
#5B6465
(91,100,101)
#495251
(73,82,81)
#37403D
(55,64,61)
#252E29
(37,46,41)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #C7D0DD

#C7D0DD
(199,208,221)
#CCD4E0
(204,212,224)
#D1D8E3
(209,216,227)
#D6DCE6
(214,220,230)
#DBE0E9
(219,224,233)
#E0E4EC
(224,228,236)
#E5E8EF
(229,232,239)
#EAECF2
(234,236,242)
#EFF0F5
(239,240,245)
#F4F4F8
(244,244,248)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D0DD; }

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

This text font color is #C7D0DD.


Background Color

.myBgColor { background-color: #C7D0DD; }

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

This div background color is #C7D0DD.


Border color

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

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

This div border color is #C7D0DD.


Opacity

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

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

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

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

This text has shadow with #C7D0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D0DD on black background.


Color preview on white background

This text has color #C7D0DD on white background.



Black color preview on #C7D0DD background

This text has black color on #C7D0DD background.


White color preview on #C7D0DD background

This text has white color on #C7D0DD background.