COLOR #D499A9

HEX: #D499A9
RGB: (212,153,169)

Color info

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

RGB color model

#D499A9 color RGB value is (212,153,169).

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

RGB channels and saturation

R 212 of 255 = 83%
G 153 of 255 = 60%
B 169 of 255 = 66%

212
153
169

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

Portions of RGB colors in percentages

R + G + B =
212 + 153 + 169 = 534 (100%)
R 212 of 534 ~ 39.7%
G 153 of 534 ~ 28.65%
B 169 of 534 ~ 31.65%

%39.7
%28.65
%31.65

CMYK color model

#D499A9 color CMYK value is (0,28,20,17).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 20.28%
  • key color value is 16.86%
CMYK:
(0,28,20,17)
C0M28Y20K17 
(0%,28%,20%,17%)
(0.00/0.28/0.20/0.17)	

CMYK percentages

%0
%27.83
%20.28
%16.86

Codes

Color #D499A9 in popluar color models

D499A9
RGB212153169
HSL344°40.69%71.57%
HSB/HSV344°27.83%83.14%
CMYK0.00%27.83%20.28%
16.86%

Color #D499A9 in popluar number systems.

HEXD499A9
Decimal212153169
Binary110101001001100110101001
Octal324231251

Shades and tints

Shades of #D499A9

#D499A9
(212,153,169)
#C18C9A
(193,140,154)
#AE7F8B
(174,127,139)
#9B727C
(155,114,124)
#88656D
(136,101,109)
#75585E
(117,88,94)
#624B4F
(98,75,79)
#4F3E40
(79,62,64)
#3C3131
(60,49,49)
#292422
(41,36,34)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #D499A9

#D499A9
(212,153,169)
#D7A2B0
(215,162,176)
#DAABB7
(218,171,183)
#DDB4BE
(221,180,190)
#E0BDC5
(224,189,197)
#E3C6CC
(227,198,204)
#E6CFD3
(230,207,211)
#E9D8DA
(233,216,218)
#ECE1E1
(236,225,225)
#EFEAE8
(239,234,232)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D499A9; }

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

This text font color is #D499A9.


Background Color

.myBgColor { background-color: #D499A9; }

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

This div background color is #D499A9.


Border color

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

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

This div border color is #D499A9.


Opacity

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

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

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

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

This text has shadow with #D499A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D499A9 on black background.


Color preview on white background

This text has color #D499A9 on white background.



Black color preview on #D499A9 background

This text has black color on #D499A9 background.


White color preview on #D499A9 background

This text has white color on #D499A9 background.