COLOR #D99EA0

HEX: #D99EA0
RGB: (217,158,160)

Color info

#D99EA0 contains red, green and blue colors in about the same proportion. Web safe color of #D99EA0 is #CC9999 (or #C99).

RGB color model

#D99EA0 color RGB value is (217,158,160).

  • red value is 217;
  • green value is 158;
  • blue value is 160.
RGB:
(217,158,160)
(85%,62%,63%)

RGB channels and saturation

R 217 of 255 = 85%
G 158 of 255 = 62%
B 160 of 255 = 63%

217
158
160

R + G + B ~ 70%. #D99EA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 158 + 160 = 535 (100%)
R 217 of 535 ~ 40.56%
G 158 of 535 ~ 29.53%
B 160 of 535 ~ 29.91%

%40.56
%29.53
%29.91

CMYK color model

#D99EA0 color CMYK value is (0,27,26,15).

  • cyan value is 0.00%
  • magenta value is 27.19%
  • yellow value is 26.27%
  • key color value is 14.90%
CMYK:
(0,27,26,15)
C0M27Y26K15 
(0%,27%,26%,15%)
(0.00/0.27/0.26/0.15)	

CMYK percentages

%0
%27.19
%26.27
%14.9

Codes

Color #D99EA0 in popluar color models

D99EA0
RGB217158160
HSL358°43.70%73.53%
HSB/HSV358°27.19%85.10%
CMYK0.00%27.19%26.27%
14.90%

Color #D99EA0 in popluar number systems.

HEXD99EA0
Decimal217158160
Binary110110011001111010100000
Octal331236240

Shades and tints

Shades of #D99EA0

#D99EA0
(217,158,160)
#C69092
(198,144,146)
#B38284
(179,130,132)
#A07476
(160,116,118)
#8D6668
(141,102,104)
#7A585A
(122,88,90)
#674A4C
(103,74,76)
#543C3E
(84,60,62)
#412E30
(65,46,48)
#2E2022
(46,32,34)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #D99EA0

#D99EA0
(217,158,160)
#DCA6A8
(220,166,168)
#DFAEB0
(223,174,176)
#E2B6B8
(226,182,184)
#E5BEC0
(229,190,192)
#E8C6C8
(232,198,200)
#EBCED0
(235,206,208)
#EED6D8
(238,214,216)
#F1DEE0
(241,222,224)
#F4E6E8
(244,230,232)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99EA0; }

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

This text font color is #D99EA0.


Background Color

.myBgColor { background-color: #D99EA0; }

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

This div background color is #D99EA0.


Border color

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

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

This div border color is #D99EA0.


Opacity

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

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

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

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

This text has shadow with #D99EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99EA0 on black background.


Color preview on white background

This text has color #D99EA0 on white background.



Black color preview on #D99EA0 background

This text has black color on #D99EA0 background.


White color preview on #D99EA0 background

This text has white color on #D99EA0 background.