COLOR #D3EEB3

HEX: #D3EEB3 RGB: (211,238,179)

Color info

#D3EEB3 contains red, green and blue colors in about the same proportion. Web safe color of #D3EEB3 is #CCFF99 (or #CF9).

RGB color model

#D3EEB3 color RGB value is (211,238,179).

RGB: (211,238,179) (83%, 93%, 70%)

RGB channels and saturation

R 211 of 255 = 83%
G 238 of 255 = 93%
B 179 of 255 = 70%

211
238
179

R + G + B ~ 82%. #D3EEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 238 + 179 = 628 (100%)
R 211 of 628 ~ 33.6%
G 238 of 628 ~ 37.9%
B 179 of 628 ~ 28.5'%

%33.6
%37.9
%28.5

CMYK color model

#D3EEB3 color CMYK value is (11,0,25,7).

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

CMYK: (11,0,25,7)
C11M0Y25K7 (11%, 0%, 25%, 7%)
(0.11 / 0.00 / 0.25 / 0.07)

CMYK percentages

%11.34
%0
%24.79
%6.67

Codes

Color #D3EEB3 in popluar color models

D3 EE B3
RGB 211 238 179
HSL 87° 63.44% 81.76%
HSB/HSV 87° 24.79% 93.33%
CMYK 11.34% 0.00% 24.79%
6.67%

Color #D3EEB3 in popluar number systems.

HEX D3 EE B3
Decimal 211 238 179
Binary 11010011 11101110 10110011
Octal 323 356 263

Shades and tints

Shades of #D3EEB3

#D3EEB3
(211,238,179)
#C0D9A3
(192,217,163)
#ADC493
(173,196,147)
#9AAF83
(154,175,131)
#879A73
(135,154,115)
#748563
(116,133,99)
#617053
(97,112,83)
#4E5B43
(78,91,67)
#3B4633
(59,70,51)
#283123
(40,49,35)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #D3EEB3

#D3EEB3
(211,238,179)
#D7EFB9
(215,239,185)
#DBF0BF
(219,240,191)
#DFF1C5
(223,241,197)
#E3F2CB
(227,242,203)
#E7F3D1
(231,243,209)
#EBF4D7
(235,244,215)
#EFF5DD
(239,245,221)
#F3F6E3
(243,246,227)
#F7F7E9
(247,247,233)
#FBF8EF
(251,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EEB3; }

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

This text font color is #D3EEB3.

Background Color

.myBgColor { background-color: #D3EEB3; }

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

This div background color is #D3EEB3.

Border color

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

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

This div border color is #D3EEB3.

Opacity

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

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

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

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

This text has shadow with #D3EEB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EEB3.

Preview

Color preview on black background

This text has color #D3EEB3 on black background.


Color preview on white background

This text has color #D3EEB3 on white background.


Black color preview on #D3EEB3 background

This text has black color on #D3EEB3 background.


White color preview on #D3EEB3 background

This text has white color on #D3EEB3 background.


Related colors

Complementary color

Complementary color for #hex is #2C114C.


I love getcolorcode.com

Triadic colors

1 #B3D3EE and #EEB3D3 with #D3EEB3 are triadic colors.

2 #B3EED3 and #EED3B3 with #D3EEB3 are triadic colors.