COLOR #D0AFB5

HEX: #D0AFB5 RGB: (208,175,181)

Color info

#D0AFB5 contains red, green and blue colors in about the same proportion. Web safe color of #D0AFB5 is #CC99CC (or #C9C).

RGB color model

#D0AFB5 color RGB value is (208,175,181).

RGB: (208,175,181) (82%, 69%, 71%)

RGB channels and saturation

R 208 of 255 = 82%
G 175 of 255 = 69%
B 181 of 255 = 71%

208
175
181

R + G + B ~ 74%. #D0AFB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 175 + 181 = 564 (100%)
R 208 of 564 ~ 36.88%
G 175 of 564 ~ 31.03%
B 181 of 564 ~ 32.09'%

%36.88
%31.03
%32.09

CMYK color model

#D0AFB5 color CMYK value is (0,16,13,18).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 12.98%
  • key color value is 18.43%

CMYK: (0,16,13,18)
C0M16Y13K18 (0%, 16%, 13%, 18%)
(0.00 / 0.16 / 0.13 / 0.18)

CMYK percentages

%0
%15.87
%12.98
%18.43

Codes

Color #D0AFB5 in popluar color models

D0 AF B5
RGB 208 175 181
HSL 349° 25.98% 75.10%
HSB/HSV 349° 15.87% 81.57%
CMYK 0.00% 15.87% 12.98%
18.43%

Color #D0AFB5 in popluar number systems.

HEX D0 AF B5
Decimal 208 175 181
Binary 11010000 10101111 10110101
Octal 320 257 265

Shades and tints

Shades of #D0AFB5

#D0AFB5
(208,175,181)
#BEA0A5
(190,160,165)
#AC9195
(172,145,149)
#9A8285
(154,130,133)
#887375
(136,115,117)
#766465
(118,100,101)
#645555
(100,85,85)
#524645
(82,70,69)
#403735
(64,55,53)
#2E2825
(46,40,37)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #D0AFB5

#D0AFB5
(208,175,181)
#D4B6BB
(212,182,187)
#D8BDC1
(216,189,193)
#DCC4C7
(220,196,199)
#E0CBCD
(224,203,205)
#E4D2D3
(228,210,211)
#E8D9D9
(232,217,217)
#ECE0DF
(236,224,223)
#F0E7E5
(240,231,229)
#F4EEEB
(244,238,235)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0AFB5 color. Also use rgb(208,175,181) instead hex code.

Text Font Color

.myTextColor { color: #D0AFB5; }

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

This text font color is #D0AFB5.

Background Color

.myBgColor { background-color: #D0AFB5; }

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

This div background color is #D0AFB5.

Border color

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

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

This div border color is #D0AFB5.

Opacity

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

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

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

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

This text has shadow with #D0AFB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0AFB5.

Preview

Color preview on black background

This text has color #D0AFB5 on black background.


Color preview on white background

This text has color #D0AFB5 on white background.


Black color preview on #D0AFB5 background

This text has black color on #D0AFB5 background.


White color preview on #D0AFB5 background

This text has white color on #D0AFB5 background.


Related colors

Complementary color

Complementary color for #hex is #2F504A.


I love getcolorcode.com

Triadic colors

1 #B5D0AF and #AFB5D0 with #D0AFB5 are triadic colors.

2 #B5AFD0 and #AFD0B5 with #D0AFB5 are triadic colors.