COLOR #D0A0B8

HEX: #D0A0B8
RGB: (208,160,184)

Color info

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

RGB color model

#D0A0B8 color RGB value is (208,160,184).

  • red value is 208;
  • green value is 160;
  • blue value is 184.
RGB:
(208,160,184)
(82%,63%,72%)

RGB channels and saturation

R 208 of 255 = 82%
G 160 of 255 = 63%
B 184 of 255 = 72%

208
160
184

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

Portions of RGB colors in percentages

R + G + B =
208 + 160 + 184 = 552 (100%)
R 208 of 552 ~ 37.68%
G 160 of 552 ~ 28.99%
B 184 of 552 ~ 33.33%

%37.68
%28.99
%33.33

CMYK color model

#D0A0B8 color CMYK value is (0,23,12,18).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 11.54%
  • key color value is 18.43%
CMYK:
(0,23,12,18)
C0M23Y12K18 
(0%,23%,12%,18%)
(0.00/0.23/0.12/0.18)	

CMYK percentages

%0
%23.08
%11.54
%18.43

Codes

Color #D0A0B8 in popluar color models

D0A0B8
RGB208160184
HSL330°33.80%72.16%
HSB/HSV330°23.08%81.57%
CMYK0.00%23.08%11.54%
18.43%

Color #D0A0B8 in popluar number systems.

HEXD0A0B8
Decimal208160184
Binary110100001010000010111000
Octal320240270

Shades and tints

Shades of #D0A0B8

#D0A0B8
(208,160,184)
#BE92A8
(190,146,168)
#AC8498
(172,132,152)
#9A7688
(154,118,136)
#886878
(136,104,120)
#765A68
(118,90,104)
#644C58
(100,76,88)
#523E48
(82,62,72)
#403038
(64,48,56)
#2E2228
(46,34,40)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #D0A0B8

#D0A0B8
(208,160,184)
#D4A8BE
(212,168,190)
#D8B0C4
(216,176,196)
#DCB8CA
(220,184,202)
#E0C0D0
(224,192,208)
#E4C8D6
(228,200,214)
#E8D0DC
(232,208,220)
#ECD8E2
(236,216,226)
#F0E0E8
(240,224,232)
#F4E8EE
(244,232,238)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A0B8 color. Also use rgb(208,160,184) instead hex code.

Text Font Color

.myTextColor { color: #D0A0B8; }

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

This text font color is #D0A0B8.


Background Color

.myBgColor { background-color: #D0A0B8; }

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

This div background color is #D0A0B8.


Border color

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

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

This div border color is #D0A0B8.


Opacity

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

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

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

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

This text has shadow with #D0A0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A0B8 on black background.


Color preview on white background

This text has color #D0A0B8 on white background.



Black color preview on #D0A0B8 background

This text has black color on #D0A0B8 background.


White color preview on #D0A0B8 background

This text has white color on #D0A0B8 background.