COLOR #D3EDBD

HEX: #D3EDBD RGB: (211,237,189)

Color info

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

RGB color model

#D3EDBD color RGB value is (211,237,189).

RGB: (211,237,189) (83%, 93%, 74%)

RGB channels and saturation

R 211 of 255 = 83%
G 237 of 255 = 93%
B 189 of 255 = 74%

211
237
189

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

Portions of RGB colors in percentages

R + G + B = 211 + 237 + 189 = 637 (100%)
R 211 of 637 ~ 33.12%
G 237 of 637 ~ 37.21%
B 189 of 637 ~ 29.67'%

%33.12
%37.21
%29.67

CMYK color model

#D3EDBD color CMYK value is (11,0,20,7).

  • cyan value is 10.97%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 7.06%

CMYK: (11,0,20,7)
C11M0Y20K7 (11%, 0%, 20%, 7%)
(0.11 / 0.00 / 0.20 / 0.07)

CMYK percentages

%10.97
%0
%20.25
%7.06

Codes

Color #D3EDBD in popluar color models

D3 ED BD
RGB 211 237 189
HSL 93° 57.14% 83.53%
HSB/HSV 93° 20.25% 92.94%
CMYK 10.97% 0.00% 20.25%
7.06%

Color #D3EDBD in popluar number systems.

HEX D3 ED BD
Decimal 211 237 189
Binary 11010011 11101101 10111101
Octal 323 355 275

Shades and tints

Shades of #D3EDBD

#D3EDBD
(211,237,189)
#C0D8AC
(192,216,172)
#ADC39B
(173,195,155)
#9AAE8A
(154,174,138)
#879979
(135,153,121)
#748468
(116,132,104)
#616F57
(97,111,87)
#4E5A46
(78,90,70)
#3B4535
(59,69,53)
#283024
(40,48,36)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #D3EDBD

#D3EDBD
(211,237,189)
#D7EEC3
(215,238,195)
#DBEFC9
(219,239,201)
#DFF0CF
(223,240,207)
#E3F1D5
(227,241,213)
#E7F2DB
(231,242,219)
#EBF3E1
(235,243,225)
#EFF4E7
(239,244,231)
#F3F5ED
(243,245,237)
#F7F6F3
(247,246,243)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EDBD; }

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

This text font color is #D3EDBD.

Background Color

.myBgColor { background-color: #D3EDBD; }

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

This div background color is #D3EDBD.

Border color

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

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

This div border color is #D3EDBD.

Opacity

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

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

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

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

This text has shadow with #D3EDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EDBD.

Preview

Color preview on black background

This text has color #D3EDBD on black background.


Color preview on white background

This text has color #D3EDBD on white background.


Black color preview on #D3EDBD background

This text has black color on #D3EDBD background.


White color preview on #D3EDBD background

This text has white color on #D3EDBD background.


Related colors

Complementary color

Complementary color for #hex is #2C1242.


I love getcolorcode.com

Triadic colors

1 #BDD3ED and #EDBDD3 with #D3EDBD are triadic colors.

2 #BDEDD3 and #EDD3BD with #D3EDBD are triadic colors.