COLOR #C7E1D6

HEX: #C7E1D6
RGB: (199,225,214)

Color info

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

RGB color model

#C7E1D6 color RGB value is (199,225,214).

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

RGB channels and saturation

R 199 of 255 = 78%
G 225 of 255 = 88%
B 214 of 255 = 84%

199
225
214

R + G + B ~ 83%. #C7E1D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 225 + 214 = 638 (100%)
R 199 of 638 ~ 31.19%
G 225 of 638 ~ 35.27%
B 214 of 638 ~ 33.54%

%31.19
%35.27
%33.54

CMYK color model

#C7E1D6 color CMYK value is (12,0,5,12).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 4.89%
  • key color value is 11.76%
CMYK:
(12,0,5,12)
C12M0Y5K12 
(12%,0%,5%,12%)
(0.12/0.00/0.05/0.12)	

CMYK percentages

%11.56
%0
%4.89
%11.76

Codes

Color #C7E1D6 in popluar color models

C7E1D6
RGB199225214
HSL155°30.23%83.14%
HSB/HSV155°11.56%88.24%
CMYK11.56%0.00%4.89%
11.76%

Color #C7E1D6 in popluar number systems.

HEXC7E1D6
Decimal199225214
Binary110001111110000111010110
Octal307341326

Shades and tints

Shades of #C7E1D6

#C7E1D6
(199,225,214)
#B5CDC3
(181,205,195)
#A3B9B0
(163,185,176)
#91A59D
(145,165,157)
#7F918A
(127,145,138)
#6D7D77
(109,125,119)
#5B6964
(91,105,100)
#495551
(73,85,81)
#37413E
(55,65,62)
#252D2B
(37,45,43)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #C7E1D6

#C7E1D6
(199,225,214)
#CCE3D9
(204,227,217)
#D1E5DC
(209,229,220)
#D6E7DF
(214,231,223)
#DBE9E2
(219,233,226)
#E0EBE5
(224,235,229)
#E5EDE8
(229,237,232)
#EAEFEB
(234,239,235)
#EFF1EE
(239,241,238)
#F4F3F1
(244,243,241)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E1D6; }

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

This text font color is #C7E1D6.


Background Color

.myBgColor { background-color: #C7E1D6; }

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

This div background color is #C7E1D6.


Border color

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

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

This div border color is #C7E1D6.


Opacity

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

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

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

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

This text has shadow with #C7E1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E1D6 on black background.


Color preview on white background

This text has color #C7E1D6 on white background.



Black color preview on #C7E1D6 background

This text has black color on #C7E1D6 background.


White color preview on #C7E1D6 background

This text has white color on #C7E1D6 background.