COLOR #D7A0BA

HEX: #D7A0BA
RGB: (215,160,186)

Color info

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

RGB color model

#D7A0BA color RGB value is (215,160,186).

  • red value is 215;
  • green value is 160;
  • blue value is 186.
RGB:
(215,160,186)
(84%,63%,73%)

RGB channels and saturation

R 215 of 255 = 84%
G 160 of 255 = 63%
B 186 of 255 = 73%

215
160
186

R + G + B ~ 73%. #D7A0BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 160 + 186 = 561 (100%)
R 215 of 561 ~ 38.32%
G 160 of 561 ~ 28.52%
B 186 of 561 ~ 33.16%

%38.32
%28.52
%33.16

CMYK color model

#D7A0BA color CMYK value is (0,26,13,16).

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 13.49%
  • key color value is 15.69%
CMYK:
(0,26,13,16)
C0M26Y13K16 
(0%,26%,13%,16%)
(0.00/0.26/0.13/0.16)	

CMYK percentages

%0
%25.58
%13.49
%15.69

Codes

Color #D7A0BA in popluar color models

D7A0BA
RGB215160186
HSL332°40.74%73.53%
HSB/HSV332°25.58%84.31%
CMYK0.00%25.58%13.49%
15.69%

Color #D7A0BA in popluar number systems.

HEXD7A0BA
Decimal215160186
Binary110101111010000010111010
Octal327240272

Shades and tints

Shades of #D7A0BA

#D7A0BA
(215,160,186)
#C492AA
(196,146,170)
#B1849A
(177,132,154)
#9E768A
(158,118,138)
#8B687A
(139,104,122)
#785A6A
(120,90,106)
#654C5A
(101,76,90)
#523E4A
(82,62,74)
#3F303A
(63,48,58)
#2C222A
(44,34,42)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #D7A0BA

#D7A0BA
(215,160,186)
#DAA8C0
(218,168,192)
#DDB0C6
(221,176,198)
#E0B8CC
(224,184,204)
#E3C0D2
(227,192,210)
#E6C8D8
(230,200,216)
#E9D0DE
(233,208,222)
#ECD8E4
(236,216,228)
#EFE0EA
(239,224,234)
#F2E8F0
(242,232,240)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A0BA color. Also use rgb(215,160,186) instead hex code.

Text Font Color

.myTextColor { color: #D7A0BA; }

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

This text font color is #D7A0BA.


Background Color

.myBgColor { background-color: #D7A0BA; }

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

This div background color is #D7A0BA.


Border color

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

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

This div border color is #D7A0BA.


Opacity

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

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

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

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

This text has shadow with #D7A0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A0BA on black background.


Color preview on white background

This text has color #D7A0BA on white background.



Black color preview on #D7A0BA background

This text has black color on #D7A0BA background.


White color preview on #D7A0BA background

This text has white color on #D7A0BA background.