COLOR #D8A0BE

HEX: #D8A0BE
RGB: (216,160,190)

Color info

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

RGB color model

#D8A0BE color RGB value is (216,160,190).

  • red value is 216;
  • green value is 160;
  • blue value is 190.
RGB:
(216,160,190)
(85%,63%,75%)

RGB channels and saturation

R 216 of 255 = 85%
G 160 of 255 = 63%
B 190 of 255 = 75%

216
160
190

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

Portions of RGB colors in percentages

R + G + B =
216 + 160 + 190 = 566 (100%)
R 216 of 566 ~ 38.16%
G 160 of 566 ~ 28.27%
B 190 of 566 ~ 33.57%

%38.16
%28.27
%33.57

CMYK color model

#D8A0BE color CMYK value is (0,26,12,15).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(0,26,12,15)
C0M26Y12K15 
(0%,26%,12%,15%)
(0.00/0.26/0.12/0.15)	

CMYK percentages

%0
%25.93
%12.04
%15.29

Codes

Color #D8A0BE in popluar color models

D8A0BE
RGB216160190
HSL328°41.79%73.73%
HSB/HSV328°25.93%84.71%
CMYK0.00%25.93%12.04%
15.29%

Color #D8A0BE in popluar number systems.

HEXD8A0BE
Decimal216160190
Binary110110001010000010111110
Octal330240276

Shades and tints

Shades of #D8A0BE

#D8A0BE
(216,160,190)
#C592AD
(197,146,173)
#B2849C
(178,132,156)
#9F768B
(159,118,139)
#8C687A
(140,104,122)
#795A69
(121,90,105)
#664C58
(102,76,88)
#533E47
(83,62,71)
#403036
(64,48,54)
#2D2225
(45,34,37)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #D8A0BE

#D8A0BE
(216,160,190)
#DBA8C3
(219,168,195)
#DEB0C8
(222,176,200)
#E1B8CD
(225,184,205)
#E4C0D2
(228,192,210)
#E7C8D7
(231,200,215)
#EAD0DC
(234,208,220)
#EDD8E1
(237,216,225)
#F0E0E6
(240,224,230)
#F3E8EB
(243,232,235)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A0BE color. Also use rgb(216,160,190) instead hex code.

Text Font Color

.myTextColor { color: #D8A0BE; }

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

This text font color is #D8A0BE.


Background Color

.myBgColor { background-color: #D8A0BE; }

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

This div background color is #D8A0BE.


Border color

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

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

This div border color is #D8A0BE.


Opacity

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

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

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

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

This text has shadow with #D8A0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A0BE on black background.


Color preview on white background

This text has color #D8A0BE on white background.



Black color preview on #D8A0BE background

This text has black color on #D8A0BE background.


White color preview on #D8A0BE background

This text has white color on #D8A0BE background.