COLOR #D3E7BD

HEX: #D3E7BD RGB: (211,231,189)

Color info

#D3E7BD contains red, green and blue colors in about the same proportion. Web safe color of #D3E7BD is #CCFFCC (or #CFC).

RGB color model

#D3E7BD color RGB value is (211,231,189).

RGB: (211,231,189) (83%, 91%, 74%)

RGB channels and saturation

R 211 of 255 = 83%
G 231 of 255 = 91%
B 189 of 255 = 74%

211
231
189

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

Portions of RGB colors in percentages

R + G + B = 211 + 231 + 189 = 631 (100%)
R 211 of 631 ~ 33.44%
G 231 of 631 ~ 36.61%
B 189 of 631 ~ 29.95'%

%33.44
%36.61
%29.95

CMYK color model

#D3E7BD color CMYK value is (9,0,18,9).

  • cyan value is 8.66%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 9.41%

CMYK: (9,0,18,9)
C9M0Y18K9 (9%, 0%, 18%, 9%)
(0.09 / 0.00 / 0.18 / 0.09)

CMYK percentages

%8.66
%0
%18.18
%9.41

Codes

Color #D3E7BD in popluar color models

D3 E7 BD
RGB 211 231 189
HSL 89° 46.67% 82.35%
HSB/HSV 89° 18.18% 90.59%
CMYK 8.66% 0.00% 18.18%
9.41%

Color #D3E7BD in popluar number systems.

HEX D3 E7 BD
Decimal 211 231 189
Binary 11010011 11100111 10111101
Octal 323 347 275

Shades and tints

Shades of #D3E7BD

#D3E7BD
(211,231,189)
#C0D2AC
(192,210,172)
#ADBD9B
(173,189,155)
#9AA88A
(154,168,138)
#879379
(135,147,121)
#747E68
(116,126,104)
#616957
(97,105,87)
#4E5446
(78,84,70)
#3B3F35
(59,63,53)
#282A24
(40,42,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #D3E7BD

#D3E7BD
(211,231,189)
#D7E9C3
(215,233,195)
#DBEBC9
(219,235,201)
#DFEDCF
(223,237,207)
#E3EFD5
(227,239,213)
#E7F1DB
(231,241,219)
#EBF3E1
(235,243,225)
#EFF5E7
(239,245,231)
#F3F7ED
(243,247,237)
#F7F9F3
(247,249,243)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E7BD; }

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

This text font color is #D3E7BD.

Background Color

.myBgColor { background-color: #D3E7BD; }

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

This div background color is #D3E7BD.

Border color

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

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

This div border color is #D3E7BD.

Opacity

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

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

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

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

This text has shadow with #D3E7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E7BD.

Preview

Color preview on black background

This text has color #D3E7BD on black background.


Color preview on white background

This text has color #D3E7BD on white background.


Black color preview on #D3E7BD background

This text has black color on #D3E7BD background.


White color preview on #D3E7BD background

This text has white color on #D3E7BD background.


Related colors

Complementary color

Complementary color for #hex is #2C1842.


I love getcolorcode.com

Triadic colors

1 #BDD3E7 and #E7BDD3 with #D3E7BD are triadic colors.

2 #BDE7D3 and #E7D3BD with #D3E7BD are triadic colors.