COLOR #D2A5BF

HEX: #D2A5BF RGB: (210,165,191)

Color info

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

RGB color model

#D2A5BF color RGB value is (210,165,191).

RGB: (210,165,191) (82%, 65%, 75%)

RGB channels and saturation

R 210 of 255 = 82%
G 165 of 255 = 65%
B 191 of 255 = 75%

210
165
191

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

Portions of RGB colors in percentages

R + G + B = 210 + 165 + 191 = 566 (100%)
R 210 of 566 ~ 37.1%
G 165 of 566 ~ 29.15%
B 191 of 566 ~ 33.75'%

%37.1
%29.15
%33.75

CMYK color model

#D2A5BF color CMYK value is (0,21,9,18).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 9.05%
  • key color value is 17.65%

CMYK: (0,21,9,18)
C0M21Y9K18 (0%, 21%, 9%, 18%)
(0.00 / 0.21 / 0.09 / 0.18)

CMYK percentages

%0
%21.43
%9.05
%17.65

Codes

Color #D2A5BF in popluar color models

D2 A5 BF
RGB 210 165 191
HSL 325° 33.33% 73.53%
HSB/HSV 325° 21.43% 82.35%
CMYK 0.00% 21.43% 9.05%
17.65%

Color #D2A5BF in popluar number systems.

HEX D2 A5 BF
Decimal 210 165 191
Binary 11010010 10100101 10111111
Octal 322 245 277

Shades and tints

Shades of #D2A5BF

#D2A5BF
(210,165,191)
#BF96AE
(191,150,174)
#AC879D
(172,135,157)
#99788C
(153,120,140)
#86697B
(134,105,123)
#735A6A
(115,90,106)
#604B59
(96,75,89)
#4D3C48
(77,60,72)
#3A2D37
(58,45,55)
#271E26
(39,30,38)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #D2A5BF

#D2A5BF
(210,165,191)
#D6ADC4
(214,173,196)
#DAB5C9
(218,181,201)
#DEBDCE
(222,189,206)
#E2C5D3
(226,197,211)
#E6CDD8
(230,205,216)
#EAD5DD
(234,213,221)
#EEDDE2
(238,221,226)
#F2E5E7
(242,229,231)
#F6EDEC
(246,237,236)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A5BF color. Also use rgb(210,165,191) instead hex code.

Text Font Color

.myTextColor { color: #D2A5BF; }

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

This text font color is #D2A5BF.

Background Color

.myBgColor { background-color: #D2A5BF; }

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

This div background color is #D2A5BF.

Border color

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

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

This div border color is #D2A5BF.

Opacity

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

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

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

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

This text has shadow with #D2A5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A5BF.

Preview

Color preview on black background

This text has color #D2A5BF on black background.


Color preview on white background

This text has color #D2A5BF on white background.


Black color preview on #D2A5BF background

This text has black color on #D2A5BF background.


White color preview on #D2A5BF background

This text has white color on #D2A5BF background.


Related colors

Complementary color

Complementary color for #hex is #2D5A40.


I love getcolorcode.com

Triadic colors

1 #BFD2A5 and #A5BFD2 with #D2A5BF are triadic colors.

2 #BFA5D2 and #A5D2BF with #D2A5BF are triadic colors.