COLOR #D9EBB3

HEX: #D9EBB3 RGB: (217,235,179)

Color info

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

RGB color model

#D9EBB3 color RGB value is (217,235,179).

RGB: (217,235,179) (85%, 92%, 70%)

RGB channels and saturation

R 217 of 255 = 85%
G 235 of 255 = 92%
B 179 of 255 = 70%

217
235
179

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

Portions of RGB colors in percentages

R + G + B = 217 + 235 + 179 = 631 (100%)
R 217 of 631 ~ 34.39%
G 235 of 631 ~ 37.24%
B 179 of 631 ~ 28.37'%

%34.39
%37.24
%28.37

CMYK color model

#D9EBB3 color CMYK value is (8,0,24,8).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 23.83%
  • key color value is 7.84%
CMYK: (8,0,24,8) C8M0Y24K8 (8%,0%,24%,8%) (0.08/0.00/0.24/0.08) 

CMYK percentages

%7.66
%0
%23.83
%7.84

Codes

Color #D9EBB3 in popluar color models

D9 EB B3
RGB 217 235 179
HSL 79° 58.33% 81.18%
HSB/HSV 79° 23.83% 92.16%
CMYK 7.66% 0.00% 23.83%
7.84%

Color #D9EBB3 in popluar number systems.

HEX D9 EB B3
Decimal 217 235 179
Binary 11011001 11101011 10110011
Octal 331 353 263

Shades and tints

Shades of #D9EBB3

#D9EBB3
(217,235,179)
#C6D6A3
(198,214,163)
#B3C193
(179,193,147)
#A0AC83
(160,172,131)
#8D9773
(141,151,115)
#7A8263
(122,130,99)
#676D53
(103,109,83)
#545843
(84,88,67)
#414333
(65,67,51)
#2E2E23
(46,46,35)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #D9EBB3

#D9EBB3
(217,235,179)
#DCECB9
(220,236,185)
#DFEDBF
(223,237,191)
#E2EEC5
(226,238,197)
#E5EFCB
(229,239,203)
#E8F0D1
(232,240,209)
#EBF1D7
(235,241,215)
#EEF2DD
(238,242,221)
#F1F3E3
(241,243,227)
#F4F4E9
(244,244,233)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EBB3 color. Also use rgb(217,235,179) instead hex code.

Text Font Color

.myTextColor { color: #D9EBB3; }

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

This text font color is #D9EBB3.

Background Color

.myBgColor { background-color: #D9EBB3; }

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

This div background color is #D9EBB3.

Border color

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

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

This div border color is #D9EBB3.

Opacity

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

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

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

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

This text has shadow with #D9EBB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EBB3.

Preview

Color preview on black background

This text has color #D9EBB3 on black background.


Color preview on white background

This text has color #D9EBB3 on white background.


Black color preview on #D9EBB3 background

This text has black color on #D9EBB3 background.


White color preview on #D9EBB3 background

This text has white color on #D9EBB3 background.


Related colors

Complementary color

Complementary color for #hex is #26144C.


I love getcolorcode.com

Triadic colors

1 #B3D9EB and #EBB3D9 with #D9EBB3 are triadic colors.

2 #B3EBD9 and #EBD9B3 with #D9EBB3 are triadic colors.