COLOR #D99EBD

HEX: #D99EBD RGB: (217,158,189)

Color info

#D99EBD contains red, green and blue colors in about the same proportion. Web safe color of #D99EBD is #CC99CC (or #C9C).

RGB color model

#D99EBD color RGB value is (217,158,189).

RGB: (217,158,189) (85%, 62%, 74%)

RGB channels and saturation

R 217 of 255 = 85%
G 158 of 255 = 62%
B 189 of 255 = 74%

217
158
189

R + G + B ~ 74%. #D99EBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 158 + 189 = 564 (100%)
R 217 of 564 ~ 38.48%
G 158 of 564 ~ 28.01%
B 189 of 564 ~ 33.51'%

%38.48
%28.01
%33.51

CMYK color model

#D99EBD color CMYK value is (0,27,13,15).

  • cyan value is 0.00%
  • magenta value is 27.19%
  • yellow value is 12.90%
  • key color value is 14.90%
CMYK: (0,27,13,15) C0M27Y13K15 (0%,27%,13%,15%) (0.00/0.27/0.13/0.15) 

CMYK percentages

%0
%27.19
%12.9
%14.9

Codes

Color #D99EBD in popluar color models

D9 9E BD
RGB 217 158 189
HSL 328° 43.70% 73.53%
HSB/HSV 328° 27.19% 85.10%
CMYK 0.00% 27.19% 12.90%
14.90%

Color #D99EBD in popluar number systems.

HEX D9 9E BD
Decimal 217 158 189
Binary 11011001 10011110 10111101
Octal 331 236 275

Shades and tints

Shades of #D99EBD

#D99EBD
(217,158,189)
#C690AC
(198,144,172)
#B3829B
(179,130,155)
#A0748A
(160,116,138)
#8D6679
(141,102,121)
#7A5868
(122,88,104)
#674A57
(103,74,87)
#543C46
(84,60,70)
#412E35
(65,46,53)
#2E2024
(46,32,36)
#1B1213
(27,18,19)
#000000
(0,0,0)

Tints of #D99EBD

#D99EBD
(217,158,189)
#DCA6C3
(220,166,195)
#DFAEC9
(223,174,201)
#E2B6CF
(226,182,207)
#E5BED5
(229,190,213)
#E8C6DB
(232,198,219)
#EBCEE1
(235,206,225)
#EED6E7
(238,214,231)
#F1DEED
(241,222,237)
#F4E6F3
(244,230,243)
#F7EEF9
(247,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99EBD color. Also use rgb(217,158,189) instead hex code.

Text Font Color

.myTextColor { color: #D99EBD; }

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

This text font color is #D99EBD.

Background Color

.myBgColor { background-color: #D99EBD; }

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

This div background color is #D99EBD.

Border color

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

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

This div border color is #D99EBD.

Opacity

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

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

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

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

This text has shadow with #D99EBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99EBD.

Preview

Color preview on black background

This text has color #D99EBD on black background.


Color preview on white background

This text has color #D99EBD on white background.


Black color preview on #D99EBD background

This text has black color on #D99EBD background.


White color preview on #D99EBD background

This text has white color on #D99EBD background.


Related colors

Complementary color

Complementary color for #hex is #266142.


I love getcolorcode.com

Triadic colors

1 #BDD99E and #9EBDD9 with #D99EBD are triadic colors.

2 #BD9ED9 and #9ED9BD with #D99EBD are triadic colors.