COLOR #D0A3B2

HEX: #D0A3B2 RGB: (208,163,178)

Color info

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

RGB color model

#D0A3B2 color RGB value is (208,163,178).

RGB: (208,163,178) (82%, 64%, 70%)

RGB channels and saturation

R 208 of 255 = 82%
G 163 of 255 = 64%
B 178 of 255 = 70%

208
163
178

R + G + B ~ 72%. #D0A3B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 163 + 178 = 549 (100%)
R 208 of 549 ~ 37.89%
G 163 of 549 ~ 29.69%
B 178 of 549 ~ 32.42'%

%37.89
%29.69
%32.42

CMYK color model

#D0A3B2 color CMYK value is (0,22,14,18).

  • cyan value is 0.00%
  • magenta value is 21.63%
  • yellow value is 14.42%
  • key color value is 18.43%

CMYK: (0,22,14,18)
C0M22Y14K18 (0%, 22%, 14%, 18%)
(0.00 / 0.22 / 0.14 / 0.18)

CMYK percentages

%0
%21.63
%14.42
%18.43

Codes

Color #D0A3B2 in popluar color models

D0 A3 B2
RGB 208 163 178
HSL 340° 32.37% 72.75%
HSB/HSV 340° 21.63% 81.57%
CMYK 0.00% 21.63% 14.42%
18.43%

Color #D0A3B2 in popluar number systems.

HEX D0 A3 B2
Decimal 208 163 178
Binary 11010000 10100011 10110010
Octal 320 243 262

Shades and tints

Shades of #D0A3B2

#D0A3B2
(208,163,178)
#BE95A2
(190,149,162)
#AC8792
(172,135,146)
#9A7982
(154,121,130)
#886B72
(136,107,114)
#765D62
(118,93,98)
#644F52
(100,79,82)
#524142
(82,65,66)
#403332
(64,51,50)
#2E2522
(46,37,34)
#1C1712
(28,23,18)
#000000
(0,0,0)

Tints of #D0A3B2

#D0A3B2
(208,163,178)
#D4ABB9
(212,171,185)
#D8B3C0
(216,179,192)
#DCBBC7
(220,187,199)
#E0C3CE
(224,195,206)
#E4CBD5
(228,203,213)
#E8D3DC
(232,211,220)
#ECDBE3
(236,219,227)
#F0E3EA
(240,227,234)
#F4EBF1
(244,235,241)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A3B2 color. Also use rgb(208,163,178) instead hex code.

Text Font Color

.myTextColor { color: #D0A3B2; }

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

This text font color is #D0A3B2.

Background Color

.myBgColor { background-color: #D0A3B2; }

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

This div background color is #D0A3B2.

Border color

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

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

This div border color is #D0A3B2.

Opacity

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

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

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

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

This text has shadow with #D0A3B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0A3B2.

Preview

Color preview on black background

This text has color #D0A3B2 on black background.


Color preview on white background

This text has color #D0A3B2 on white background.


Black color preview on #D0A3B2 background

This text has black color on #D0A3B2 background.


White color preview on #D0A3B2 background

This text has white color on #D0A3B2 background.


Related colors

Complementary color

Complementary color for #hex is #2F5C4D.


I love getcolorcode.com

Triadic colors

1 #B2D0A3 and #A3B2D0 with #D0A3B2 are triadic colors.

2 #B2A3D0 and #A3D0B2 with #D0A3B2 are triadic colors.