COLOR #D3E7A7

HEX: #D3E7A7
RGB: (211,231,167)

Color info

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

RGB color model

#D3E7A7 color RGB value is (211,231,167).

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

RGB channels and saturation

R 211 of 255 = 83%
G 231 of 255 = 91%
B 167 of 255 = 65%

211
231
167

R + G + B ~ 80%. #D3E7A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 231 + 167 = 609 (100%)
R 211 of 609 ~ 34.65%
G 231 of 609 ~ 37.93%
B 167 of 609 ~ 27.42%

%34.65
%37.93
%27.42

CMYK color model

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

  • cyan value is 8.66%
  • magenta value is 0.00%
  • yellow value is 27.71%
  • key color value is 9.41%
CMYK:
(9,0,28,9)
C9M0Y28K9 
(9%,0%,28%,9%)
(0.09/0.00/0.28/0.09)	

CMYK percentages

%8.66
%0
%27.71
%9.41

Codes

Color #D3E7A7 in popluar color models

D3E7A7
RGB211231167
HSL79°57.14%78.04%
HSB/HSV79°27.71%90.59%
CMYK8.66%0.00%27.71%
9.41%

Color #D3E7A7 in popluar number systems.

HEXD3E7A7
Decimal211231167
Binary110100111110011110100111
Octal323347247

Shades and tints

Shades of #D3E7A7

#D3E7A7
(211,231,167)
#C0D298
(192,210,152)
#ADBD89
(173,189,137)
#9AA87A
(154,168,122)
#87936B
(135,147,107)
#747E5C
(116,126,92)
#61694D
(97,105,77)
#4E543E
(78,84,62)
#3B3F2F
(59,63,47)
#282A20
(40,42,32)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #D3E7A7

#D3E7A7
(211,231,167)
#D7E9AF
(215,233,175)
#DBEBB7
(219,235,183)
#DFEDBF
(223,237,191)
#E3EFC7
(227,239,199)
#E7F1CF
(231,241,207)
#EBF3D7
(235,243,215)
#EFF5DF
(239,245,223)
#F3F7E7
(243,247,231)
#F7F9EF
(247,249,239)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E7A7; }

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

This text font color is #D3E7A7.


Background Color

.myBgColor { background-color: #D3E7A7; }

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

This div background color is #D3E7A7.


Border color

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

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

This div border color is #D3E7A7.


Opacity

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

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

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

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

This text has shadow with #D3E7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E7A7 on black background.


Color preview on white background

This text has color #D3E7A7 on white background.



Black color preview on #D3E7A7 background

This text has black color on #D3E7A7 background.


White color preview on #D3E7A7 background

This text has white color on #D3E7A7 background.