COLOR #D7E2C3

HEX: #D7E2C3
RGB: (215,226,195)

Color info

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

RGB color model

#D7E2C3 color RGB value is (215,226,195).

  • red value is 215;
  • green value is 226;
  • blue value is 195.
RGB:
(215,226,195)
(84%,89%,76%)

RGB channels and saturation

R 215 of 255 = 84%
G 226 of 255 = 89%
B 195 of 255 = 76%

215
226
195

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

Portions of RGB colors in percentages

R + G + B =
215 + 226 + 195 = 636 (100%)
R 215 of 636 ~ 33.81%
G 226 of 636 ~ 35.53%
B 195 of 636 ~ 30.66%

%33.81
%35.53
%30.66

CMYK color model

#D7E2C3 color CMYK value is (5,0,14,11).

  • cyan value is 4.87%
  • magenta value is 0.00%
  • yellow value is 13.72%
  • key color value is 11.37%
CMYK:
(5,0,14,11)
C5M0Y14K11 
(5%,0%,14%,11%)
(0.05/0.00/0.14/0.11)	

CMYK percentages

%4.87
%0
%13.72
%11.37

Codes

Color #D7E2C3 in popluar color models

D7E2C3
RGB215226195
HSL81°34.83%82.55%
HSB/HSV81°13.72%88.63%
CMYK4.87%0.00%13.72%
11.37%

Color #D7E2C3 in popluar number systems.

HEXD7E2C3
Decimal215226195
Binary110101111110001011000011
Octal327342303

Shades and tints

Shades of #D7E2C3

#D7E2C3
(215,226,195)
#C4CEB2
(196,206,178)
#B1BAA1
(177,186,161)
#9EA690
(158,166,144)
#8B927F
(139,146,127)
#787E6E
(120,126,110)
#656A5D
(101,106,93)
#52564C
(82,86,76)
#3F423B
(63,66,59)
#2C2E2A
(44,46,42)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #D7E2C3

#D7E2C3
(215,226,195)
#DAE4C8
(218,228,200)
#DDE6CD
(221,230,205)
#E0E8D2
(224,232,210)
#E3EAD7
(227,234,215)
#E6ECDC
(230,236,220)
#E9EEE1
(233,238,225)
#ECF0E6
(236,240,230)
#EFF2EB
(239,242,235)
#F2F4F0
(242,244,240)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E2C3 color. Also use rgb(215,226,195) instead hex code.

Text Font Color

.myTextColor { color: #D7E2C3; }

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

This text font color is #D7E2C3.


Background Color

.myBgColor { background-color: #D7E2C3; }

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

This div background color is #D7E2C3.


Border color

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

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

This div border color is #D7E2C3.


Opacity

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

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

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

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

This text has shadow with #D7E2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E2C3 on black background.


Color preview on white background

This text has color #D7E2C3 on white background.



Black color preview on #D7E2C3 background

This text has black color on #D7E2C3 background.


White color preview on #D7E2C3 background

This text has white color on #D7E2C3 background.