COLOR #D5A8BC

HEX: #D5A8BC RGB: (213,168,188)

Color info

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

RGB color model

#D5A8BC color RGB value is (213,168,188).

RGB: (213,168,188) (84%, 66%, 74%)

RGB channels and saturation

R 213 of 255 = 84%
G 168 of 255 = 66%
B 188 of 255 = 74%

213
168
188

R + G + B ~ 75%. #D5A8BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 168 + 188 = 569 (100%)
R 213 of 569 ~ 37.43%
G 168 of 569 ~ 29.53%
B 188 of 569 ~ 33.04'%

%37.43
%29.53
%33.04

CMYK color model

#D5A8BC color CMYK value is (0,21,12,16).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 11.74%
  • key color value is 16.47%

CMYK: (0,21,12,16)
C0M21Y12K16 (0%, 21%, 12%, 16%)
(0.00 / 0.21 / 0.12 / 0.16)

CMYK percentages

%0
%21.13
%11.74
%16.47

Codes

Color #D5A8BC in popluar color models

D5 A8 BC
RGB 213 168 188
HSL 333° 34.88% 74.71%
HSB/HSV 333° 21.13% 83.53%
CMYK 0.00% 21.13% 11.74%
16.47%

Color #D5A8BC in popluar number systems.

HEX D5 A8 BC
Decimal 213 168 188
Binary 11010101 10101000 10111100
Octal 325 250 274

Shades and tints

Shades of #D5A8BC

#D5A8BC
(213,168,188)
#C299AB
(194,153,171)
#AF8A9A
(175,138,154)
#9C7B89
(156,123,137)
#896C78
(137,108,120)
#765D67
(118,93,103)
#634E56
(99,78,86)
#503F45
(80,63,69)
#3D3034
(61,48,52)
#2A2123
(42,33,35)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #D5A8BC

#D5A8BC
(213,168,188)
#D8AFC2
(216,175,194)
#DBB6C8
(219,182,200)
#DEBDCE
(222,189,206)
#E1C4D4
(225,196,212)
#E4CBDA
(228,203,218)
#E7D2E0
(231,210,224)
#EAD9E6
(234,217,230)
#EDE0EC
(237,224,236)
#F0E7F2
(240,231,242)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A8BC color. Also use rgb(213,168,188) instead hex code.

Text Font Color

.myTextColor { color: #D5A8BC; }

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

This text font color is #D5A8BC.

Background Color

.myBgColor { background-color: #D5A8BC; }

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

This div background color is #D5A8BC.

Border color

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

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

This div border color is #D5A8BC.

Opacity

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

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

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

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

This text has shadow with #D5A8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5A8BC.

Preview

Color preview on black background

This text has color #D5A8BC on black background.


Color preview on white background

This text has color #D5A8BC on white background.


Black color preview on #D5A8BC background

This text has black color on #D5A8BC background.


White color preview on #D5A8BC background

This text has white color on #D5A8BC background.


Related colors

Complementary color

Complementary color for #hex is #2A5743.


I love getcolorcode.com

Triadic colors

1 #BCD5A8 and #A8BCD5 with #D5A8BC are triadic colors.

2 #BCA8D5 and #A8D5BC with #D5A8BC are triadic colors.