COLOR #D3EEA7

HEX: #D3EEA7 RGB: (211,238,167)

Color info

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

RGB color model

#D3EEA7 color RGB value is (211,238,167).

RGB: (211,238,167) (83%, 93%, 65%)

RGB channels and saturation

R 211 of 255 = 83%
G 238 of 255 = 93%
B 167 of 255 = 65%

211
238
167

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

Portions of RGB colors in percentages

R + G + B = 211 + 238 + 167 = 616 (100%)
R 211 of 616 ~ 34.25%
G 238 of 616 ~ 38.64%
B 167 of 616 ~ 27.11'%

%34.25
%38.64
%27.11

CMYK color model

#D3EEA7 color CMYK value is (11,0,30,7).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 29.83%
  • key color value is 6.67%

CMYK: (11,0,30,7)
C11M0Y30K7 (11%, 0%, 30%, 7%)
(0.11 / 0.00 / 0.30 / 0.07)

CMYK percentages

%11.34
%0
%29.83
%6.67

Codes

Color #D3EEA7 in popluar color models

D3 EE A7
RGB 211 238 167
HSL 83° 67.62% 79.41%
HSB/HSV 83° 29.83% 93.33%
CMYK 11.34% 0.00% 29.83%
6.67%

Color #D3EEA7 in popluar number systems.

HEX D3 EE A7
Decimal 211 238 167
Binary 11010011 11101110 10100111
Octal 323 356 247

Shades and tints

Shades of #D3EEA7

#D3EEA7
(211,238,167)
#C0D998
(192,217,152)
#ADC489
(173,196,137)
#9AAF7A
(154,175,122)
#879A6B
(135,154,107)
#74855C
(116,133,92)
#61704D
(97,112,77)
#4E5B3E
(78,91,62)
#3B462F
(59,70,47)
#283120
(40,49,32)
#151C11
(21,28,17)
#000000
(0,0,0)

Tints of #D3EEA7

#D3EEA7
(211,238,167)
#D7EFAF
(215,239,175)
#DBF0B7
(219,240,183)
#DFF1BF
(223,241,191)
#E3F2C7
(227,242,199)
#E7F3CF
(231,243,207)
#EBF4D7
(235,244,215)
#EFF5DF
(239,245,223)
#F3F6E7
(243,246,231)
#F7F7EF
(247,247,239)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EEA7; }

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

This text font color is #D3EEA7.

Background Color

.myBgColor { background-color: #D3EEA7; }

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

This div background color is #D3EEA7.

Border color

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

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

This div border color is #D3EEA7.

Opacity

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

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

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

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

This text has shadow with #D3EEA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EEA7.

Preview

Color preview on black background

This text has color #D3EEA7 on black background.


Color preview on white background

This text has color #D3EEA7 on white background.


Black color preview on #D3EEA7 background

This text has black color on #D3EEA7 background.


White color preview on #D3EEA7 background

This text has white color on #D3EEA7 background.


Related colors

Complementary color

Complementary color for #hex is #2C1158.


I love getcolorcode.com

Triadic colors

1 #A7D3EE and #EEA7D3 with #D3EEA7 are triadic colors.

2 #A7EED3 and #EED3A7 with #D3EEA7 are triadic colors.