COLOR #C7DDD7

HEX: #C7DDD7
RGB: (199,221,215)

Color info

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

RGB color model

#C7DDD7 color RGB value is (199,221,215).

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

RGB channels and saturation

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

199
221
215

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

Portions of RGB colors in percentages

R + G + B =
199 + 221 + 215 = 635 (100%)
R 199 of 635 ~ 31.34%
G 221 of 635 ~ 34.8%
B 215 of 635 ~ 33.86%

%31.34
%34.8
%33.86

CMYK color model

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

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 2.71%
  • key color value is 13.33%
CMYK:
(10,0,3,13)
C10M0Y3K13 
(10%,0%,3%,13%)
(0.10/0.00/0.03/0.13)	

CMYK percentages

%9.95
%0
%2.71
%13.33

Codes

Color #C7DDD7 in popluar color models

C7DDD7
RGB199221215
HSL164°24.44%82.35%
HSB/HSV164°9.95%86.67%
CMYK9.95%0.00%2.71%
13.33%

Color #C7DDD7 in popluar number systems.

HEXC7DDD7
Decimal199221215
Binary110001111101110111010111
Octal307335327

Shades and tints

Shades of #C7DDD7

#C7DDD7
(199,221,215)
#B5C9C4
(181,201,196)
#A3B5B1
(163,181,177)
#91A19E
(145,161,158)
#7F8D8B
(127,141,139)
#6D7978
(109,121,120)
#5B6565
(91,101,101)
#495152
(73,81,82)
#373D3F
(55,61,63)
#25292C
(37,41,44)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #C7DDD7

#C7DDD7
(199,221,215)
#CCE0DA
(204,224,218)
#D1E3DD
(209,227,221)
#D6E6E0
(214,230,224)
#DBE9E3
(219,233,227)
#E0ECE6
(224,236,230)
#E5EFE9
(229,239,233)
#EAF2EC
(234,242,236)
#EFF5EF
(239,245,239)
#F4F8F2
(244,248,242)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DDD7; }

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

This text font color is #C7DDD7.


Background Color

.myBgColor { background-color: #C7DDD7; }

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

This div background color is #C7DDD7.


Border color

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

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

This div border color is #C7DDD7.


Opacity

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

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

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

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

This text has shadow with #C7DDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DDD7 on black background.


Color preview on white background

This text has color #C7DDD7 on white background.



Black color preview on #C7DDD7 background

This text has black color on #C7DDD7 background.


White color preview on #C7DDD7 background

This text has white color on #C7DDD7 background.