COLOR #D099AC

HEX: #D099AC RGB: (208,153,172)

Color info

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

RGB color model

#D099AC color RGB value is (208,153,172).

RGB: (208,153,172) (82%, 60%, 67%)

RGB channels and saturation

R 208 of 255 = 82%
G 153 of 255 = 60%
B 172 of 255 = 67%

208
153
172

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

Portions of RGB colors in percentages

R + G + B = 208 + 153 + 172 = 533 (100%)
R 208 of 533 ~ 39.02%
G 153 of 533 ~ 28.71%
B 172 of 533 ~ 32.27'%

%39.02
%28.71
%32.27

CMYK color model

#D099AC color CMYK value is (0,26,17,18).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 17.31%
  • key color value is 18.43%

CMYK: (0,26,17,18)
C0M26Y17K18 (0%, 26%, 17%, 18%)
(0.00 / 0.26 / 0.17 / 0.18)

CMYK percentages

%0
%26.44
%17.31
%18.43

Codes

Color #D099AC in popluar color models

D0 99 AC
RGB 208 153 172
HSL 339° 36.91% 70.78%
HSB/HSV 339° 26.44% 81.57%
CMYK 0.00% 26.44% 17.31%
18.43%

Color #D099AC in popluar number systems.

HEX D0 99 AC
Decimal 208 153 172
Binary 11010000 10011001 10101100
Octal 320 231 254

Shades and tints

Shades of #D099AC

#D099AC
(208,153,172)
#BE8C9D
(190,140,157)
#AC7F8E
(172,127,142)
#9A727F
(154,114,127)
#886570
(136,101,112)
#765861
(118,88,97)
#644B52
(100,75,82)
#523E43
(82,62,67)
#403134
(64,49,52)
#2E2425
(46,36,37)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #D099AC

#D099AC
(208,153,172)
#D4A2B3
(212,162,179)
#D8ABBA
(216,171,186)
#DCB4C1
(220,180,193)
#E0BDC8
(224,189,200)
#E4C6CF
(228,198,207)
#E8CFD6
(232,207,214)
#ECD8DD
(236,216,221)
#F0E1E4
(240,225,228)
#F4EAEB
(244,234,235)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D099AC; }

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

This text font color is #D099AC.

Background Color

.myBgColor { background-color: #D099AC; }

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

This div background color is #D099AC.

Border color

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

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

This div border color is #D099AC.

Opacity

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

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

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

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

This text has shadow with #D099AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D099AC.

Preview

Color preview on black background

This text has color #D099AC on black background.


Color preview on white background

This text has color #D099AC on white background.


Black color preview on #D099AC background

This text has black color on #D099AC background.


White color preview on #D099AC background

This text has white color on #D099AC background.


Related colors

Complementary color

Complementary color for #hex is #2F6653.


I love getcolorcode.com

Triadic colors

1 #ACD099 and #99ACD0 with #D099AC are triadic colors.

2 #AC99D0 and #99D0AC with #D099AC are triadic colors.