COLOR #D099A7

HEX: #D099A7
RGB: (208,153,167)

Color info

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

RGB color model

#D099A7 color RGB value is (208,153,167).

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

RGB channels and saturation

R 208 of 255 = 82%
G 153 of 255 = 60%
B 167 of 255 = 65%

208
153
167

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

Portions of RGB colors in percentages

R + G + B =
208 + 153 + 167 = 528 (100%)
R 208 of 528 ~ 39.39%
G 153 of 528 ~ 28.98%
B 167 of 528 ~ 31.63%

%39.39
%28.98
%31.63

CMYK color model

#D099A7 color CMYK value is (0,26,20,18).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 19.71%
  • key color value is 18.43%
CMYK:
(0,26,20,18)
C0M26Y20K18 
(0%,26%,20%,18%)
(0.00/0.26/0.20/0.18)	

CMYK percentages

%0
%26.44
%19.71
%18.43

Codes

Color #D099A7 in popluar color models

D099A7
RGB208153167
HSL345°36.91%70.78%
HSB/HSV345°26.44%81.57%
CMYK0.00%26.44%19.71%
18.43%

Color #D099A7 in popluar number systems.

HEXD099A7
Decimal208153167
Binary110100001001100110100111
Octal320231247

Shades and tints

Shades of #D099A7

#D099A7
(208,153,167)
#BE8C98
(190,140,152)
#AC7F89
(172,127,137)
#9A727A
(154,114,122)
#88656B
(136,101,107)
#76585C
(118,88,92)
#644B4D
(100,75,77)
#523E3E
(82,62,62)
#40312F
(64,49,47)
#2E2420
(46,36,32)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #D099A7

#D099A7
(208,153,167)
#D4A2AF
(212,162,175)
#D8ABB7
(216,171,183)
#DCB4BF
(220,180,191)
#E0BDC7
(224,189,199)
#E4C6CF
(228,198,207)
#E8CFD7
(232,207,215)
#ECD8DF
(236,216,223)
#F0E1E7
(240,225,231)
#F4EAEF
(244,234,239)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D099A7; }

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

This text font color is #D099A7.


Background Color

.myBgColor { background-color: #D099A7; }

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

This div background color is #D099A7.


Border color

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

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

This div border color is #D099A7.


Opacity

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

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

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

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

This text has shadow with #D099A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D099A7 on black background.


Color preview on white background

This text has color #D099A7 on white background.



Black color preview on #D099A7 background

This text has black color on #D099A7 background.


White color preview on #D099A7 background

This text has white color on #D099A7 background.