COLOR #C7E9DD

HEX: #C7E9DD
RGB: (199,233,221)

Color info

#C7E9DD contains red, green and blue colors in about the same proportion. Web safe color of #C7E9DD is #CCFFCC (or #CFC).

RGB color model

#C7E9DD color RGB value is (199,233,221).

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

RGB channels and saturation

R 199 of 255 = 78%
G 233 of 255 = 91%
B 221 of 255 = 87%

199
233
221

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

Portions of RGB colors in percentages

R + G + B =
199 + 233 + 221 = 653 (100%)
R 199 of 653 ~ 30.47%
G 233 of 653 ~ 35.68%
B 221 of 653 ~ 33.84%

%30.47
%35.68
%33.84

CMYK color model

#C7E9DD color CMYK value is (15,0,5,9).

  • cyan value is 14.59%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 8.63%
CMYK:
(15,0,5,9)
C15M0Y5K9 
(15%,0%,5%,9%)
(0.15/0.00/0.05/0.09)	

CMYK percentages

%14.59
%0
%5.15
%8.63

Codes

Color #C7E9DD in popluar color models

C7E9DD
RGB199233221
HSL159°43.59%84.71%
HSB/HSV159°14.59%91.37%
CMYK14.59%0.00%5.15%
8.63%

Color #C7E9DD in popluar number systems.

HEXC7E9DD
Decimal199233221
Binary110001111110100111011101
Octal307351335

Shades and tints

Shades of #C7E9DD

#C7E9DD
(199,233,221)
#B5D4C9
(181,212,201)
#A3BFB5
(163,191,181)
#91AAA1
(145,170,161)
#7F958D
(127,149,141)
#6D8079
(109,128,121)
#5B6B65
(91,107,101)
#495651
(73,86,81)
#37413D
(55,65,61)
#252C29
(37,44,41)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #C7E9DD

#C7E9DD
(199,233,221)
#CCEBE0
(204,235,224)
#D1EDE3
(209,237,227)
#D6EFE6
(214,239,230)
#DBF1E9
(219,241,233)
#E0F3EC
(224,243,236)
#E5F5EF
(229,245,239)
#EAF7F2
(234,247,242)
#EFF9F5
(239,249,245)
#F4FBF8
(244,251,248)
#F9FDFB
(249,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E9DD; }

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

This text font color is #C7E9DD.


Background Color

.myBgColor { background-color: #C7E9DD; }

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

This div background color is #C7E9DD.


Border color

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

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

This div border color is #C7E9DD.


Opacity

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

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

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

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

This text has shadow with #C7E9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E9DD on black background.


Color preview on white background

This text has color #C7E9DD on white background.



Black color preview on #C7E9DD background

This text has black color on #C7E9DD background.


White color preview on #C7E9DD background

This text has white color on #C7E9DD background.