COLOR #C7E7DB

HEX: #C7E7DB
RGB: (199,231,219)

Color info

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

RGB color model

#C7E7DB color RGB value is (199,231,219).

  • red value is 199;
  • green value is 231;
  • blue value is 219.
RGB:
(199,231,219)
(78%,91%,86%)

RGB channels and saturation

R 199 of 255 = 78%
G 231 of 255 = 91%
B 219 of 255 = 86%

199
231
219

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

Portions of RGB colors in percentages

R + G + B =
199 + 231 + 219 = 649 (100%)
R 199 of 649 ~ 30.66%
G 231 of 649 ~ 35.59%
B 219 of 649 ~ 33.74%

%30.66
%35.59
%33.74

CMYK color model

#C7E7DB color CMYK value is (14,0,5,9).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK:
(14,0,5,9)
C14M0Y5K9 
(14%,0%,5%,9%)
(0.14/0.00/0.05/0.09)	

CMYK percentages

%13.85
%0
%5.19
%9.41

Codes

Color #C7E7DB in popluar color models

C7E7DB
RGB199231219
HSL158°40.00%84.31%
HSB/HSV158°13.85%90.59%
CMYK13.85%0.00%5.19%
9.41%

Color #C7E7DB in popluar number systems.

HEXC7E7DB
Decimal199231219
Binary110001111110011111011011
Octal307347333

Shades and tints

Shades of #C7E7DB

#C7E7DB
(199,231,219)
#B5D2C8
(181,210,200)
#A3BDB5
(163,189,181)
#91A8A2
(145,168,162)
#7F938F
(127,147,143)
#6D7E7C
(109,126,124)
#5B6969
(91,105,105)
#495456
(73,84,86)
#373F43
(55,63,67)
#252A30
(37,42,48)
#13151D
(19,21,29)
#000000
(0,0,0)

Tints of #C7E7DB

#C7E7DB
(199,231,219)
#CCE9DE
(204,233,222)
#D1EBE1
(209,235,225)
#D6EDE4
(214,237,228)
#DBEFE7
(219,239,231)
#E0F1EA
(224,241,234)
#E5F3ED
(229,243,237)
#EAF5F0
(234,245,240)
#EFF7F3
(239,247,243)
#F4F9F6
(244,249,246)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E7DB; }

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

This text font color is #C7E7DB.


Background Color

.myBgColor { background-color: #C7E7DB; }

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

This div background color is #C7E7DB.


Border color

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

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

This div border color is #C7E7DB.


Opacity

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

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

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

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

This text has shadow with #C7E7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E7DB on black background.


Color preview on white background

This text has color #C7E7DB on white background.



Black color preview on #C7E7DB background

This text has black color on #C7E7DB background.


White color preview on #C7E7DB background

This text has white color on #C7E7DB background.