COLOR #C7E1DD

HEX: #C7E1DD
RGB: (199,225,221)

Color info

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

RGB color model

#C7E1DD color RGB value is (199,225,221).

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

RGB channels and saturation

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

199
225
221

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

Portions of RGB colors in percentages

R + G + B =
199 + 225 + 221 = 645 (100%)
R 199 of 645 ~ 30.85%
G 225 of 645 ~ 34.88%
B 221 of 645 ~ 34.26%

%30.85
%34.88
%34.26

CMYK color model

#C7E1DD color CMYK value is (12,0,2,12).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 1.78%
  • key color value is 11.76%
CMYK:
(12,0,2,12)
C12M0Y2K12 
(12%,0%,2%,12%)
(0.12/0.00/0.02/0.12)	

CMYK percentages

%11.56
%0
%1.78
%11.76

Codes

Color #C7E1DD in popluar color models

C7E1DD
RGB199225221
HSL171°30.23%83.14%
HSB/HSV171°11.56%88.24%
CMYK11.56%0.00%1.78%
11.76%

Color #C7E1DD in popluar number systems.

HEXC7E1DD
Decimal199225221
Binary110001111110000111011101
Octal307341335

Shades and tints

Shades of #C7E1DD

#C7E1DD
(199,225,221)
#B5CDC9
(181,205,201)
#A3B9B5
(163,185,181)
#91A5A1
(145,165,161)
#7F918D
(127,145,141)
#6D7D79
(109,125,121)
#5B6965
(91,105,101)
#495551
(73,85,81)
#37413D
(55,65,61)
#252D29
(37,45,41)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #C7E1DD

#C7E1DD
(199,225,221)
#CCE3E0
(204,227,224)
#D1E5E3
(209,229,227)
#D6E7E6
(214,231,230)
#DBE9E9
(219,233,233)
#E0EBEC
(224,235,236)
#E5EDEF
(229,237,239)
#EAEFF2
(234,239,242)
#EFF1F5
(239,241,245)
#F4F3F8
(244,243,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E1DD; }

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

This text font color is #C7E1DD.


Background Color

.myBgColor { background-color: #C7E1DD; }

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

This div background color is #C7E1DD.


Border color

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

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

This div border color is #C7E1DD.


Opacity

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

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

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

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

This text has shadow with #C7E1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E1DD on black background.


Color preview on white background

This text has color #C7E1DD on white background.



Black color preview on #C7E1DD background

This text has black color on #C7E1DD background.


White color preview on #C7E1DD background

This text has white color on #C7E1DD background.