COLOR #D7A7BF

HEX: #D7A7BF RGB: (215,167,191)

Color info

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

RGB color model

#D7A7BF color RGB value is (215,167,191).

RGB: (215,167,191) (84%, 65%, 75%)

RGB channels and saturation

R 215 of 255 = 84%
G 167 of 255 = 65%
B 191 of 255 = 75%

215
167
191

R + G + B ~ 75%. #D7A7BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 167 + 191 = 573 (100%)
R 215 of 573 ~ 37.52%
G 167 of 573 ~ 29.14%
B 191 of 573 ~ 33.33'%

%37.52
%29.14
%33.33

CMYK color model

#D7A7BF color CMYK value is (0,22,11,16).

  • cyan value is 0.00%
  • magenta value is 22.33%
  • yellow value is 11.16%
  • key color value is 15.69%
CMYK: (0,22,11,16) C0M22Y11K16 (0%,22%,11%,16%) (0.00/0.22/0.11/0.16) 

CMYK percentages

%0
%22.33
%11.16
%15.69

Codes

Color #D7A7BF in popluar color models

D7 A7 BF
RGB 215 167 191
HSL 330° 37.50% 74.90%
HSB/HSV 330° 22.33% 84.31%
CMYK 0.00% 22.33% 11.16%
15.69%

Color #D7A7BF in popluar number systems.

HEX D7 A7 BF
Decimal 215 167 191
Binary 11010111 10100111 10111111
Octal 327 247 277

Shades and tints

Shades of #D7A7BF

#D7A7BF
(215,167,191)
#C498AE
(196,152,174)
#B1899D
(177,137,157)
#9E7A8C
(158,122,140)
#8B6B7B
(139,107,123)
#785C6A
(120,92,106)
#654D59
(101,77,89)
#523E48
(82,62,72)
#3F2F37
(63,47,55)
#2C2026
(44,32,38)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #D7A7BF

#D7A7BF
(215,167,191)
#DAAFC4
(218,175,196)
#DDB7C9
(221,183,201)
#E0BFCE
(224,191,206)
#E3C7D3
(227,199,211)
#E6CFD8
(230,207,216)
#E9D7DD
(233,215,221)
#ECDFE2
(236,223,226)
#EFE7E7
(239,231,231)
#F2EFEC
(242,239,236)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A7BF; }

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

This text font color is #D7A7BF.

Background Color

.myBgColor { background-color: #D7A7BF; }

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

This div background color is #D7A7BF.

Border color

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

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

This div border color is #D7A7BF.

Opacity

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

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

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

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

This text has shadow with #D7A7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A7BF.

Preview

Color preview on black background

This text has color #D7A7BF on black background.


Color preview on white background

This text has color #D7A7BF on white background.


Black color preview on #D7A7BF background

This text has black color on #D7A7BF background.


White color preview on #D7A7BF background

This text has white color on #D7A7BF background.


Related colors

Complementary color

Complementary color for #hex is #285840.


I love getcolorcode.com

Triadic colors

1 #BFD7A7 and #A7BFD7 with #D7A7BF are triadic colors.

2 #BFA7D7 and #A7D7BF with #D7A7BF are triadic colors.