COLOR #D7E2C1

HEX: #D7E2C1
RGB: (215,226,193)

Color info

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

RGB color model

#D7E2C1 color RGB value is (215,226,193).

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

RGB channels and saturation

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

215
226
193

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

Portions of RGB colors in percentages

R + G + B =
215 + 226 + 193 = 634 (100%)
R 215 of 634 ~ 33.91%
G 226 of 634 ~ 35.65%
B 193 of 634 ~ 30.44%

%33.91
%35.65
%30.44

CMYK color model

#D7E2C1 color CMYK value is (5,0,15,11).

  • cyan value is 4.87%
  • magenta value is 0.00%
  • yellow value is 14.60%
  • key color value is 11.37%
CMYK:
(5,0,15,11)
C5M0Y15K11 
(5%,0%,15%,11%)
(0.05/0.00/0.15/0.11)	

CMYK percentages

%4.87
%0
%14.6
%11.37

Codes

Color #D7E2C1 in popluar color models

D7E2C1
RGB215226193
HSL80°36.26%82.16%
HSB/HSV80°14.60%88.63%
CMYK4.87%0.00%14.60%
11.37%

Color #D7E2C1 in popluar number systems.

HEXD7E2C1
Decimal215226193
Binary110101111110001011000001
Octal327342301

Shades and tints

Shades of #D7E2C1

#D7E2C1
(215,226,193)
#C4CEB0
(196,206,176)
#B1BA9F
(177,186,159)
#9EA68E
(158,166,142)
#8B927D
(139,146,125)
#787E6C
(120,126,108)
#656A5B
(101,106,91)
#52564A
(82,86,74)
#3F4239
(63,66,57)
#2C2E28
(44,46,40)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #D7E2C1

#D7E2C1
(215,226,193)
#DAE4C6
(218,228,198)
#DDE6CB
(221,230,203)
#E0E8D0
(224,232,208)
#E3EAD5
(227,234,213)
#E6ECDA
(230,236,218)
#E9EEDF
(233,238,223)
#ECF0E4
(236,240,228)
#EFF2E9
(239,242,233)
#F2F4EE
(242,244,238)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E2C1; }

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

This text font color is #D7E2C1.


Background Color

.myBgColor { background-color: #D7E2C1; }

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

This div background color is #D7E2C1.


Border color

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

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

This div border color is #D7E2C1.


Opacity

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

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

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

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

This text has shadow with #D7E2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E2C1 on black background.


Color preview on white background

This text has color #D7E2C1 on white background.



Black color preview on #D7E2C1 background

This text has black color on #D7E2C1 background.


White color preview on #D7E2C1 background

This text has white color on #D7E2C1 background.