COLOR #D1E7A7

HEX: #D1E7A7
RGB: (209,231,167)

Color info

#D1E7A7 contains mainly red and green colors. Web safe color of #D1E7A7 is #CCFF99 (or #CF9).

RGB color model

#D1E7A7 color RGB value is (209,231,167).

  • red value is 209;
  • green value is 231;
  • blue value is 167.
RGB:
(209,231,167)
(82%,91%,65%)

RGB channels and saturation

R 209 of 255 = 82%
G 231 of 255 = 91%
B 167 of 255 = 65%

209
231
167

R + G + B ~ 79%. #D1E7A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 231 + 167 = 607 (100%)
R 209 of 607 ~ 34.43%
G 231 of 607 ~ 38.06%
B 167 of 607 ~ 27.51%

%34.43
%38.06
%27.51

CMYK color model

#D1E7A7 color CMYK value is (10,0,28,9).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 27.71%
  • key color value is 9.41%
CMYK:
(10,0,28,9)
C10M0Y28K9 
(10%,0%,28%,9%)
(0.10/0.00/0.28/0.09)	

CMYK percentages

%9.52
%0
%27.71
%9.41

Codes

Color #D1E7A7 in popluar color models

D1E7A7
RGB209231167
HSL81°57.14%78.04%
HSB/HSV81°27.71%90.59%
CMYK9.52%0.00%27.71%
9.41%

Color #D1E7A7 in popluar number systems.

HEXD1E7A7
Decimal209231167
Binary110100011110011110100111
Octal321347247

Shades and tints

Shades of #D1E7A7

#D1E7A7
(209,231,167)
#BED298
(190,210,152)
#ABBD89
(171,189,137)
#98A87A
(152,168,122)
#85936B
(133,147,107)
#727E5C
(114,126,92)
#5F694D
(95,105,77)
#4C543E
(76,84,62)
#393F2F
(57,63,47)
#262A20
(38,42,32)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #D1E7A7

#D1E7A7
(209,231,167)
#D5E9AF
(213,233,175)
#D9EBB7
(217,235,183)
#DDEDBF
(221,237,191)
#E1EFC7
(225,239,199)
#E5F1CF
(229,241,207)
#E9F3D7
(233,243,215)
#EDF5DF
(237,245,223)
#F1F7E7
(241,247,231)
#F5F9EF
(245,249,239)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E7A7 color. Also use rgb(209,231,167) instead hex code.

Text Font Color

.myTextColor { color: #D1E7A7; }

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

This text font color is #D1E7A7.


Background Color

.myBgColor { background-color: #D1E7A7; }

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

This div background color is #D1E7A7.


Border color

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

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

This div border color is #D1E7A7.


Opacity

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

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

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

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

This text has shadow with #D1E7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E7A7 on black background.


Color preview on white background

This text has color #D1E7A7 on white background.



Black color preview on #D1E7A7 background

This text has black color on #D1E7A7 background.


White color preview on #D1E7A7 background

This text has white color on #D1E7A7 background.