COLOR #D7A7BA

HEX: #D7A7BA
RGB: (215,167,186)

Color info

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

RGB color model

#D7A7BA color RGB value is (215,167,186).

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

RGB channels and saturation

R 215 of 255 = 84%
G 167 of 255 = 65%
B 186 of 255 = 73%

215
167
186

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

Portions of RGB colors in percentages

R + G + B =
215 + 167 + 186 = 568 (100%)
R 215 of 568 ~ 37.85%
G 167 of 568 ~ 29.4%
B 186 of 568 ~ 32.75%

%37.85
%29.4
%32.75

CMYK color model

#D7A7BA color CMYK value is (0,22,13,16).

  • cyan value is 0.00%
  • magenta value is 22.33%
  • yellow value is 13.49%
  • key color value is 15.69%
CMYK:
(0,22,13,16)
C0M22Y13K16 
(0%,22%,13%,16%)
(0.00/0.22/0.13/0.16)	

CMYK percentages

%0
%22.33
%13.49
%15.69

Codes

Color #D7A7BA in popluar color models

D7A7BA
RGB215167186
HSL336°37.50%74.90%
HSB/HSV336°22.33%84.31%
CMYK0.00%22.33%13.49%
15.69%

Color #D7A7BA in popluar number systems.

HEXD7A7BA
Decimal215167186
Binary110101111010011110111010
Octal327247272

Shades and tints

Shades of #D7A7BA

#D7A7BA
(215,167,186)
#C498AA
(196,152,170)
#B1899A
(177,137,154)
#9E7A8A
(158,122,138)
#8B6B7A
(139,107,122)
#785C6A
(120,92,106)
#654D5A
(101,77,90)
#523E4A
(82,62,74)
#3F2F3A
(63,47,58)
#2C202A
(44,32,42)
#19111A
(25,17,26)
#000000
(0,0,0)

Tints of #D7A7BA

#D7A7BA
(215,167,186)
#DAAFC0
(218,175,192)
#DDB7C6
(221,183,198)
#E0BFCC
(224,191,204)
#E3C7D2
(227,199,210)
#E6CFD8
(230,207,216)
#E9D7DE
(233,215,222)
#ECDFE4
(236,223,228)
#EFE7EA
(239,231,234)
#F2EFF0
(242,239,240)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A7BA; }

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

This text font color is #D7A7BA.


Background Color

.myBgColor { background-color: #D7A7BA; }

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

This div background color is #D7A7BA.


Border color

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

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

This div border color is #D7A7BA.


Opacity

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

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

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

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

This text has shadow with #D7A7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A7BA on black background.


Color preview on white background

This text has color #D7A7BA on white background.



Black color preview on #D7A7BA background

This text has black color on #D7A7BA background.


White color preview on #D7A7BA background

This text has white color on #D7A7BA background.