COLOR #D7A2BA

HEX: #D7A2BA
RGB: (215,162,186)

Color info

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

RGB color model

#D7A2BA color RGB value is (215,162,186).

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

RGB channels and saturation

R 215 of 255 = 84%
G 162 of 255 = 64%
B 186 of 255 = 73%

215
162
186

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

Portions of RGB colors in percentages

R + G + B =
215 + 162 + 186 = 563 (100%)
R 215 of 563 ~ 38.19%
G 162 of 563 ~ 28.77%
B 186 of 563 ~ 33.04%

%38.19
%28.77
%33.04

CMYK color model

#D7A2BA color CMYK value is (0,25,13,16).

  • cyan value is 0.00%
  • magenta value is 24.65%
  • yellow value is 13.49%
  • key color value is 15.69%
CMYK:
(0,25,13,16)
C0M25Y13K16 
(0%,25%,13%,16%)
(0.00/0.25/0.13/0.16)	

CMYK percentages

%0
%24.65
%13.49
%15.69

Codes

Color #D7A2BA in popluar color models

D7A2BA
RGB215162186
HSL333°39.85%73.92%
HSB/HSV333°24.65%84.31%
CMYK0.00%24.65%13.49%
15.69%

Color #D7A2BA in popluar number systems.

HEXD7A2BA
Decimal215162186
Binary110101111010001010111010
Octal327242272

Shades and tints

Shades of #D7A2BA

#D7A2BA
(215,162,186)
#C494AA
(196,148,170)
#B1869A
(177,134,154)
#9E788A
(158,120,138)
#8B6A7A
(139,106,122)
#785C6A
(120,92,106)
#654E5A
(101,78,90)
#52404A
(82,64,74)
#3F323A
(63,50,58)
#2C242A
(44,36,42)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #D7A2BA

#D7A2BA
(215,162,186)
#DAAAC0
(218,170,192)
#DDB2C6
(221,178,198)
#E0BACC
(224,186,204)
#E3C2D2
(227,194,210)
#E6CAD8
(230,202,216)
#E9D2DE
(233,210,222)
#ECDAE4
(236,218,228)
#EFE2EA
(239,226,234)
#F2EAF0
(242,234,240)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A2BA; }

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

This text font color is #D7A2BA.


Background Color

.myBgColor { background-color: #D7A2BA; }

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

This div background color is #D7A2BA.


Border color

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

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

This div border color is #D7A2BA.


Opacity

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

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

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

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

This text has shadow with #D7A2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A2BA on black background.


Color preview on white background

This text has color #D7A2BA on white background.



Black color preview on #D7A2BA background

This text has black color on #D7A2BA background.


White color preview on #D7A2BA background

This text has white color on #D7A2BA background.