COLOR #C7E7DD

HEX: #C7E7DD RGB: (199,231,221)

Color info

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

RGB color model

#C7E7DD color RGB value is (199,231,221).

RGB: (199,231,221) (78%, 91%, 87%)

RGB channels and saturation

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

199
231
221

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

Portions of RGB colors in percentages

R + G + B = 199 + 231 + 221 = 651 (100%)
R 199 of 651 ~ 30.57%
G 231 of 651 ~ 35.48%
B 221 of 651 ~ 33.95'%

%30.57
%35.48
%33.95

CMYK color model

#C7E7DD color CMYK value is (14,0,4,9).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 9.41%

CMYK: (14,0,4,9)
C14M0Y4K9 (14%, 0%, 4%, 9%)
(0.14 / 0.00 / 0.04 / 0.09)

CMYK percentages

%13.85
%0
%4.33
%9.41

Codes

Color #C7E7DD in popluar color models

C7 E7 DD
RGB 199 231 221
HSL 161° 40.00% 84.31%
HSB/HSV 161° 13.85% 90.59%
CMYK 13.85% 0.00% 4.33%
9.41%

Color #C7E7DD in popluar number systems.

HEX C7 E7 DD
Decimal 199 231 221
Binary 11000111 11100111 11011101
Octal 307 347 335

Shades and tints

Shades of #C7E7DD

#C7E7DD
(199,231,221)
#B5D2C9
(181,210,201)
#A3BDB5
(163,189,181)
#91A8A1
(145,168,161)
#7F938D
(127,147,141)
#6D7E79
(109,126,121)
#5B6965
(91,105,101)
#495451
(73,84,81)
#373F3D
(55,63,61)
#252A29
(37,42,41)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #C7E7DD

#C7E7DD
(199,231,221)
#CCE9E0
(204,233,224)
#D1EBE3
(209,235,227)
#D6EDE6
(214,237,230)
#DBEFE9
(219,239,233)
#E0F1EC
(224,241,236)
#E5F3EF
(229,243,239)
#EAF5F2
(234,245,242)
#EFF7F5
(239,247,245)
#F4F9F8
(244,249,248)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E7DD; }

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

This text font color is #C7E7DD.

Background Color

.myBgColor { background-color: #C7E7DD; }

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

This div background color is #C7E7DD.

Border color

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

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

This div border color is #C7E7DD.

Opacity

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

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

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

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

This text has shadow with #C7E7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E7DD.

Preview

Color preview on black background

This text has color #C7E7DD on black background.


Color preview on white background

This text has color #C7E7DD on white background.


Black color preview on #C7E7DD background

This text has black color on #C7E7DD background.


White color preview on #C7E7DD background

This text has white color on #C7E7DD background.


Related colors

Complementary color

Complementary color for #hex is #381822.


I love getcolorcode.com

Triadic colors

1 #DDC7E7 and #E7DDC7 with #C7E7DD are triadic colors.

2 #DDE7C7 and #E7C7DD with #C7E7DD are triadic colors.