COLOR #D499A0

HEX: #D499A0
RGB: (212,153,160)

Color info

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

RGB color model

#D499A0 color RGB value is (212,153,160).

  • red value is 212;
  • green value is 153;
  • blue value is 160.
RGB:
(212,153,160)
(83%,60%,63%)

RGB channels and saturation

R 212 of 255 = 83%
G 153 of 255 = 60%
B 160 of 255 = 63%

212
153
160

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

Portions of RGB colors in percentages

R + G + B =
212 + 153 + 160 = 525 (100%)
R 212 of 525 ~ 40.38%
G 153 of 525 ~ 29.14%
B 160 of 525 ~ 30.48%

%40.38
%29.14
%30.48

CMYK color model

#D499A0 color CMYK value is (0,28,25,17).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 24.53%
  • key color value is 16.86%
CMYK:
(0,28,25,17)
C0M28Y25K17 
(0%,28%,25%,17%)
(0.00/0.28/0.25/0.17)	

CMYK percentages

%0
%27.83
%24.53
%16.86

Codes

Color #D499A0 in popluar color models

D499A0
RGB212153160
HSL353°40.69%71.57%
HSB/HSV353°27.83%83.14%
CMYK0.00%27.83%24.53%
16.86%

Color #D499A0 in popluar number systems.

HEXD499A0
Decimal212153160
Binary110101001001100110100000
Octal324231240

Shades and tints

Shades of #D499A0

#D499A0
(212,153,160)
#C18C92
(193,140,146)
#AE7F84
(174,127,132)
#9B7276
(155,114,118)
#886568
(136,101,104)
#75585A
(117,88,90)
#624B4C
(98,75,76)
#4F3E3E
(79,62,62)
#3C3130
(60,49,48)
#292422
(41,36,34)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #D499A0

#D499A0
(212,153,160)
#D7A2A8
(215,162,168)
#DAABB0
(218,171,176)
#DDB4B8
(221,180,184)
#E0BDC0
(224,189,192)
#E3C6C8
(227,198,200)
#E6CFD0
(230,207,208)
#E9D8D8
(233,216,216)
#ECE1E0
(236,225,224)
#EFEAE8
(239,234,232)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D499A0 color. Also use rgb(212,153,160) instead hex code.

Text Font Color

.myTextColor { color: #D499A0; }

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

This text font color is #D499A0.


Background Color

.myBgColor { background-color: #D499A0; }

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

This div background color is #D499A0.


Border color

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

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

This div border color is #D499A0.


Opacity

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

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

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

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

This text has shadow with #D499A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D499A0 on black background.


Color preview on white background

This text has color #D499A0 on white background.



Black color preview on #D499A0 background

This text has black color on #D499A0 background.


White color preview on #D499A0 background

This text has white color on #D499A0 background.