COLOR #C7E7D5

HEX: #C7E7D5
RGB: (199,231,213)

Color info

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

RGB color model

#C7E7D5 color RGB value is (199,231,213).

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

RGB channels and saturation

R 199 of 255 = 78%
G 231 of 255 = 91%
B 213 of 255 = 84%

199
231
213

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

Portions of RGB colors in percentages

R + G + B =
199 + 231 + 213 = 643 (100%)
R 199 of 643 ~ 30.95%
G 231 of 643 ~ 35.93%
B 213 of 643 ~ 33.13%

%30.95
%35.93
%33.13

CMYK color model

#C7E7D5 color CMYK value is (14,0,8,9).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 9.41%
CMYK:
(14,0,8,9)
C14M0Y8K9 
(14%,0%,8%,9%)
(0.14/0.00/0.08/0.09)	

CMYK percentages

%13.85
%0
%7.79
%9.41

Codes

Color #C7E7D5 in popluar color models

C7E7D5
RGB199231213
HSL146°40.00%84.31%
HSB/HSV146°13.85%90.59%
CMYK13.85%0.00%7.79%
9.41%

Color #C7E7D5 in popluar number systems.

HEXC7E7D5
Decimal199231213
Binary110001111110011111010101
Octal307347325

Shades and tints

Shades of #C7E7D5

#C7E7D5
(199,231,213)
#B5D2C2
(181,210,194)
#A3BDAF
(163,189,175)
#91A89C
(145,168,156)
#7F9389
(127,147,137)
#6D7E76
(109,126,118)
#5B6963
(91,105,99)
#495450
(73,84,80)
#373F3D
(55,63,61)
#252A2A
(37,42,42)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #C7E7D5

#C7E7D5
(199,231,213)
#CCE9D8
(204,233,216)
#D1EBDB
(209,235,219)
#D6EDDE
(214,237,222)
#DBEFE1
(219,239,225)
#E0F1E4
(224,241,228)
#E5F3E7
(229,243,231)
#EAF5EA
(234,245,234)
#EFF7ED
(239,247,237)
#F4F9F0
(244,249,240)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E7D5; }

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

This text font color is #C7E7D5.


Background Color

.myBgColor { background-color: #C7E7D5; }

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

This div background color is #C7E7D5.


Border color

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

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

This div border color is #C7E7D5.


Opacity

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

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

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

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

This text has shadow with #C7E7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E7D5 on black background.


Color preview on white background

This text has color #C7E7D5 on white background.



Black color preview on #C7E7D5 background

This text has black color on #C7E7D5 background.


White color preview on #C7E7D5 background

This text has white color on #C7E7D5 background.