COLOR #D99E99

HEX: #D99E99 RGB: (217,158,153)

Color info

#D99E99 contains mainly red and green colors. Web safe color of #D99E99 is #CC9999 (or #C99).

RGB color model

#D99E99 color RGB value is (217,158,153).

RGB: (217,158,153) (85%, 62%, 60%)

RGB channels and saturation

R 217 of 255 = 85%
G 158 of 255 = 62%
B 153 of 255 = 60%

217
158
153

R + G + B ~ 69%. #D99E99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 158 + 153 = 528 (100%)
R 217 of 528 ~ 41.1%
G 158 of 528 ~ 29.92%
B 153 of 528 ~ 28.98'%

%41.1
%29.92
%28.98

CMYK color model

#D99E99 color CMYK value is (0,27,29,15).

  • cyan value is 0.00%
  • magenta value is 27.19%
  • yellow value is 29.49%
  • key color value is 14.90%

CMYK: (0,27,29,15)
C0M27Y29K15 (0%, 27%, 29%, 15%)
(0.00 / 0.27 / 0.29 / 0.15)

CMYK percentages

%0
%27.19
%29.49
%14.9

Codes

Color #D99E99 in popluar color models

D9 9E 99
RGB 217 158 153
HSL 45.71% 72.55%
HSB/HSV 29.49% 85.10%
CMYK 0.00% 27.19% 29.49%
14.90%

Color #D99E99 in popluar number systems.

HEX D9 9E 99
Decimal 217 158 153
Binary 11011001 10011110 10011001
Octal 331 236 231

Shades and tints

Shades of #D99E99

#D99E99
(217,158,153)
#C6908C
(198,144,140)
#B3827F
(179,130,127)
#A07472
(160,116,114)
#8D6665
(141,102,101)
#7A5858
(122,88,88)
#674A4B
(103,74,75)
#543C3E
(84,60,62)
#412E31
(65,46,49)
#2E2024
(46,32,36)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #D99E99

#D99E99
(217,158,153)
#DCA6A2
(220,166,162)
#DFAEAB
(223,174,171)
#E2B6B4
(226,182,180)
#E5BEBD
(229,190,189)
#E8C6C6
(232,198,198)
#EBCECF
(235,206,207)
#EED6D8
(238,214,216)
#F1DEE1
(241,222,225)
#F4E6EA
(244,230,234)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99E99; }

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

This text font color is #D99E99.

Background Color

.myBgColor { background-color: #D99E99; }

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

This div background color is #D99E99.

Border color

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

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

This div border color is #D99E99.

Opacity

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

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

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

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

This text has shadow with #D99E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99E99.

Preview

Color preview on black background

This text has color #D99E99 on black background.


Color preview on white background

This text has color #D99E99 on white background.


Black color preview on #D99E99 background

This text has black color on #D99E99 background.


White color preview on #D99E99 background

This text has white color on #D99E99 background.


Related colors

Complementary color

Complementary color for #hex is #266166.


I love getcolorcode.com

Triadic colors

1 #99D99E and #9E99D9 with #D99E99 are triadic colors.

2 #999ED9 and #9ED999 with #D99E99 are triadic colors.