COLOR #D3A9BE

HEX: #D3A9BE RGB: (211,169,190)

Color info

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

RGB color model

#D3A9BE color RGB value is (211,169,190).

RGB: (211,169,190) (83%, 66%, 75%)

RGB channels and saturation

R 211 of 255 = 83%
G 169 of 255 = 66%
B 190 of 255 = 75%

211
169
190

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

Portions of RGB colors in percentages

R + G + B = 211 + 169 + 190 = 570 (100%)
R 211 of 570 ~ 37.02%
G 169 of 570 ~ 29.65%
B 190 of 570 ~ 33.33'%

%37.02
%29.65
%33.33

CMYK color model

#D3A9BE color CMYK value is (0,20,10,17).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 9.95%
  • key color value is 17.25%
CMYK: (0,20,10,17) C0M20Y10K17 (0%,20%,10%,17%) (0.00/0.20/0.10/0.17) 

CMYK percentages

%0
%19.91
%9.95
%17.25

Codes

Color #D3A9BE in popluar color models

D3 A9 BE
RGB 211 169 190
HSL 330° 32.31% 74.51%
HSB/HSV 330° 19.91% 82.75%
CMYK 0.00% 19.91% 9.95%
17.25%

Color #D3A9BE in popluar number systems.

HEX D3 A9 BE
Decimal 211 169 190
Binary 11010011 10101001 10111110
Octal 323 251 276

Shades and tints

Shades of #D3A9BE

#D3A9BE
(211,169,190)
#C09AAD
(192,154,173)
#AD8B9C
(173,139,156)
#9A7C8B
(154,124,139)
#876D7A
(135,109,122)
#745E69
(116,94,105)
#614F58
(97,79,88)
#4E4047
(78,64,71)
#3B3136
(59,49,54)
#282225
(40,34,37)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #D3A9BE

#D3A9BE
(211,169,190)
#D7B0C3
(215,176,195)
#DBB7C8
(219,183,200)
#DFBECD
(223,190,205)
#E3C5D2
(227,197,210)
#E7CCD7
(231,204,215)
#EBD3DC
(235,211,220)
#EFDAE1
(239,218,225)
#F3E1E6
(243,225,230)
#F7E8EB
(247,232,235)
#FBEFF0
(251,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A9BE color. Also use rgb(211,169,190) instead hex code.

Text Font Color

.myTextColor { color: #D3A9BE; }

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

This text font color is #D3A9BE.

Background Color

.myBgColor { background-color: #D3A9BE; }

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

This div background color is #D3A9BE.

Border color

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

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

This div border color is #D3A9BE.

Opacity

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

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

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

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

This text has shadow with #D3A9BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3A9BE.

Preview

Color preview on black background

This text has color #D3A9BE on black background.


Color preview on white background

This text has color #D3A9BE on white background.


Black color preview on #D3A9BE background

This text has black color on #D3A9BE background.


White color preview on #D3A9BE background

This text has white color on #D3A9BE background.


Related colors

Complementary color

Complementary color for #hex is #2C5641.


I love getcolorcode.com

Triadic colors

1 #BED3A9 and #A9BED3 with #D3A9BE are triadic colors.

2 #BEA9D3 and #A9D3BE with #D3A9BE are triadic colors.