COLOR #C7E5DD

HEX: #C7E5DD
RGB: (199,229,221)

Color info

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

RGB color model

#C7E5DD color RGB value is (199,229,221).

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

RGB channels and saturation

R 199 of 255 = 78%
G 229 of 255 = 90%
B 221 of 255 = 87%

199
229
221

R + G + B ~ 85%. #C7E5DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 229 + 221 = 649 (100%)
R 199 of 649 ~ 30.66%
G 229 of 649 ~ 35.29%
B 221 of 649 ~ 34.05%

%30.66
%35.29
%34.05

CMYK color model

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

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 10.20%
CMYK:
(13,0,3,10)
C13M0Y3K10 
(13%,0%,3%,10%)
(0.13/0.00/0.03/0.10)	

CMYK percentages

%13.1
%0
%3.49
%10.2

Codes

Color #C7E5DD in popluar color models

C7E5DD
RGB199229221
HSL164°36.59%83.92%
HSB/HSV164°13.10%89.80%
CMYK13.10%0.00%3.49%
10.20%

Color #C7E5DD in popluar number systems.

HEXC7E5DD
Decimal199229221
Binary110001111110010111011101
Octal307345335

Shades and tints

Shades of #C7E5DD

#C7E5DD
(199,229,221)
#B5D1C9
(181,209,201)
#A3BDB5
(163,189,181)
#91A9A1
(145,169,161)
#7F958D
(127,149,141)
#6D8179
(109,129,121)
#5B6D65
(91,109,101)
#495951
(73,89,81)
#37453D
(55,69,61)
#253129
(37,49,41)
#131D15
(19,29,21)
#000000
(0,0,0)

Tints of #C7E5DD

#C7E5DD
(199,229,221)
#CCE7E0
(204,231,224)
#D1E9E3
(209,233,227)
#D6EBE6
(214,235,230)
#DBEDE9
(219,237,233)
#E0EFEC
(224,239,236)
#E5F1EF
(229,241,239)
#EAF3F2
(234,243,242)
#EFF5F5
(239,245,245)
#F4F7F8
(244,247,248)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E5DD; }

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

This text font color is #C7E5DD.


Background Color

.myBgColor { background-color: #C7E5DD; }

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

This div background color is #C7E5DD.


Border color

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

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

This div border color is #C7E5DD.


Opacity

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

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

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

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

This text has shadow with #C7E5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E5DD on black background.


Color preview on white background

This text has color #C7E5DD on white background.



Black color preview on #C7E5DD background

This text has black color on #C7E5DD background.


White color preview on #C7E5DD background

This text has white color on #C7E5DD background.