COLOR #D099A9

HEX: #D099A9
RGB: (208,153,169)

Color info

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

RGB color model

#D099A9 color RGB value is (208,153,169).

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

RGB channels and saturation

R 208 of 255 = 82%
G 153 of 255 = 60%
B 169 of 255 = 66%

208
153
169

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

Portions of RGB colors in percentages

R + G + B =
208 + 153 + 169 = 530 (100%)
R 208 of 530 ~ 39.25%
G 153 of 530 ~ 28.87%
B 169 of 530 ~ 31.89%

%39.25
%28.87
%31.89

CMYK color model

#D099A9 color CMYK value is (0,26,19,18).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 18.75%
  • key color value is 18.43%
CMYK:
(0,26,19,18)
C0M26Y19K18 
(0%,26%,19%,18%)
(0.00/0.26/0.19/0.18)	

CMYK percentages

%0
%26.44
%18.75
%18.43

Codes

Color #D099A9 in popluar color models

D099A9
RGB208153169
HSL343°36.91%70.78%
HSB/HSV343°26.44%81.57%
CMYK0.00%26.44%18.75%
18.43%

Color #D099A9 in popluar number systems.

HEXD099A9
Decimal208153169
Binary110100001001100110101001
Octal320231251

Shades and tints

Shades of #D099A9

#D099A9
(208,153,169)
#BE8C9A
(190,140,154)
#AC7F8B
(172,127,139)
#9A727C
(154,114,124)
#88656D
(136,101,109)
#76585E
(118,88,94)
#644B4F
(100,75,79)
#523E40
(82,62,64)
#403131
(64,49,49)
#2E2422
(46,36,34)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #D099A9

#D099A9
(208,153,169)
#D4A2B0
(212,162,176)
#D8ABB7
(216,171,183)
#DCB4BE
(220,180,190)
#E0BDC5
(224,189,197)
#E4C6CC
(228,198,204)
#E8CFD3
(232,207,211)
#ECD8DA
(236,216,218)
#F0E1E1
(240,225,225)
#F4EAE8
(244,234,232)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D099A9; }

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

This text font color is #D099A9.


Background Color

.myBgColor { background-color: #D099A9; }

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

This div background color is #D099A9.


Border color

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

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

This div border color is #D099A9.


Opacity

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

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

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

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

This text has shadow with #D099A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D099A9 on black background.


Color preview on white background

This text has color #D099A9 on white background.



Black color preview on #D099A9 background

This text has black color on #D099A9 background.


White color preview on #D099A9 background

This text has white color on #D099A9 background.