COLOR #D3EDBB

HEX: #D3EDBB RGB: (211,237,187)

Color info

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

RGB color model

#D3EDBB color RGB value is (211,237,187).

RGB: (211,237,187) (83%, 93%, 73%)

RGB channels and saturation

R 211 of 255 = 83%
G 237 of 255 = 93%
B 187 of 255 = 73%

211
237
187

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

Portions of RGB colors in percentages

R + G + B = 211 + 237 + 187 = 635 (100%)
R 211 of 635 ~ 33.23%
G 237 of 635 ~ 37.32%
B 187 of 635 ~ 29.45'%

%33.23
%37.32
%29.45

CMYK color model

#D3EDBB color CMYK value is (11,0,21,7).

  • cyan value is 10.97%
  • magenta value is 0.00%
  • yellow value is 21.10%
  • key color value is 7.06%
CMYK: (11,0,21,7) C11M0Y21K7 (11%,0%,21%,7%) (0.11/0.00/0.21/0.07) 

CMYK percentages

%10.97
%0
%21.1
%7.06

Codes

Color #D3EDBB in popluar color models

D3 ED BB
RGB 211 237 187
HSL 91° 58.14% 83.14%
HSB/HSV 91° 21.10% 92.94%
CMYK 10.97% 0.00% 21.10%
7.06%

Color #D3EDBB in popluar number systems.

HEX D3 ED BB
Decimal 211 237 187
Binary 11010011 11101101 10111011
Octal 323 355 273

Shades and tints

Shades of #D3EDBB

#D3EDBB
(211,237,187)
#C0D8AA
(192,216,170)
#ADC399
(173,195,153)
#9AAE88
(154,174,136)
#879977
(135,153,119)
#748466
(116,132,102)
#616F55
(97,111,85)
#4E5A44
(78,90,68)
#3B4533
(59,69,51)
#283022
(40,48,34)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #D3EDBB

#D3EDBB
(211,237,187)
#D7EEC1
(215,238,193)
#DBEFC7
(219,239,199)
#DFF0CD
(223,240,205)
#E3F1D3
(227,241,211)
#E7F2D9
(231,242,217)
#EBF3DF
(235,243,223)
#EFF4E5
(239,244,229)
#F3F5EB
(243,245,235)
#F7F6F1
(247,246,241)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EDBB; }

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

This text font color is #D3EDBB.

Background Color

.myBgColor { background-color: #D3EDBB; }

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

This div background color is #D3EDBB.

Border color

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

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

This div border color is #D3EDBB.

Opacity

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

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

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

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

This text has shadow with #D3EDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EDBB.

Preview

Color preview on black background

This text has color #D3EDBB on black background.


Color preview on white background

This text has color #D3EDBB on white background.


Black color preview on #D3EDBB background

This text has black color on #D3EDBB background.


White color preview on #D3EDBB background

This text has white color on #D3EDBB background.


Related colors

Complementary color

Complementary color for #hex is #2C1244.


I love getcolorcode.com

Triadic colors

1 #BBD3ED and #EDBBD3 with #D3EDBB are triadic colors.

2 #BBEDD3 and #EDD3BB with #D3EDBB are triadic colors.