COLOR #C7E0DD

HEX: #C7E0DD
RGB: (199,224,221)

Color info

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

RGB color model

#C7E0DD color RGB value is (199,224,221).

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

RGB channels and saturation

R 199 of 255 = 78%
G 224 of 255 = 88%
B 221 of 255 = 87%

199
224
221

R + G + B ~ 84%. #C7E0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 224 + 221 = 644 (100%)
R 199 of 644 ~ 30.9%
G 224 of 644 ~ 34.78%
B 221 of 644 ~ 34.32%

%30.9
%34.78
%34.32

CMYK color model

#C7E0DD color CMYK value is (11,0,1,12).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 1.34%
  • key color value is 12.16%
CMYK:
(11,0,1,12)
C11M0Y1K12 
(11%,0%,1%,12%)
(0.11/0.00/0.01/0.12)	

CMYK percentages

%11.16
%0
%1.34
%12.16

Codes

Color #C7E0DD in popluar color models

C7E0DD
RGB199224221
HSL173°28.74%82.94%
HSB/HSV173°11.16%87.84%
CMYK11.16%0.00%1.34%
12.16%

Color #C7E0DD in popluar number systems.

HEXC7E0DD
Decimal199224221
Binary110001111110000011011101
Octal307340335

Shades and tints

Shades of #C7E0DD

#C7E0DD
(199,224,221)
#B5CCC9
(181,204,201)
#A3B8B5
(163,184,181)
#91A4A1
(145,164,161)
#7F908D
(127,144,141)
#6D7C79
(109,124,121)
#5B6865
(91,104,101)
#495451
(73,84,81)
#37403D
(55,64,61)
#252C29
(37,44,41)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #C7E0DD

#C7E0DD
(199,224,221)
#CCE2E0
(204,226,224)
#D1E4E3
(209,228,227)
#D6E6E6
(214,230,230)
#DBE8E9
(219,232,233)
#E0EAEC
(224,234,236)
#E5ECEF
(229,236,239)
#EAEEF2
(234,238,242)
#EFF0F5
(239,240,245)
#F4F2F8
(244,242,248)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E0DD; }

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

This text font color is #C7E0DD.


Background Color

.myBgColor { background-color: #C7E0DD; }

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

This div background color is #C7E0DD.


Border color

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

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

This div border color is #C7E0DD.


Opacity

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

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

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

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

This text has shadow with #C7E0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E0DD on black background.


Color preview on white background

This text has color #C7E0DD on white background.



Black color preview on #C7E0DD background

This text has black color on #C7E0DD background.


White color preview on #C7E0DD background

This text has white color on #C7E0DD background.