COLOR #D7B5C1

HEX: #D7B5C1 RGB: (215,181,193)

Color info

#D7B5C1 contains red, green and blue colors in about the same proportion. Web safe color of #D7B5C1 is #CCCCCC (or #CCC).

RGB color model

#D7B5C1 color RGB value is (215,181,193).

RGB: (215,181,193) (84%, 71%, 76%)

RGB channels and saturation

R 215 of 255 = 84%
G 181 of 255 = 71%
B 193 of 255 = 76%

215
181
193

R + G + B ~ 77%. #D7B5C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 181 + 193 = 589 (100%)
R 215 of 589 ~ 36.5%
G 181 of 589 ~ 30.73%
B 193 of 589 ~ 32.77'%

%36.5
%30.73
%32.77

CMYK color model

#D7B5C1 color CMYK value is (0,16,10,16).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 10.23%
  • key color value is 15.69%

CMYK: (0,16,10,16)
C0M16Y10K16 (0%, 16%, 10%, 16%)
(0.00 / 0.16 / 0.10 / 0.16)

CMYK percentages

%0
%15.81
%10.23
%15.69

Codes

Color #D7B5C1 in popluar color models

D7 B5 C1
RGB 215 181 193
HSL 339° 29.82% 77.65%
HSB/HSV 339° 15.81% 84.31%
CMYK 0.00% 15.81% 10.23%
15.69%

Color #D7B5C1 in popluar number systems.

HEX D7 B5 C1
Decimal 215 181 193
Binary 11010111 10110101 11000001
Octal 327 265 301

Shades and tints

Shades of #D7B5C1

#D7B5C1
(215,181,193)
#C4A5B0
(196,165,176)
#B1959F
(177,149,159)
#9E858E
(158,133,142)
#8B757D
(139,117,125)
#78656C
(120,101,108)
#65555B
(101,85,91)
#52454A
(82,69,74)
#3F3539
(63,53,57)
#2C2528
(44,37,40)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #D7B5C1

#D7B5C1
(215,181,193)
#DABBC6
(218,187,198)
#DDC1CB
(221,193,203)
#E0C7D0
(224,199,208)
#E3CDD5
(227,205,213)
#E6D3DA
(230,211,218)
#E9D9DF
(233,217,223)
#ECDFE4
(236,223,228)
#EFE5E9
(239,229,233)
#F2EBEE
(242,235,238)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B5C1 color. Also use rgb(215,181,193) instead hex code.

Text Font Color

.myTextColor { color: #D7B5C1; }

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

This text font color is #D7B5C1.

Background Color

.myBgColor { background-color: #D7B5C1; }

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

This div background color is #D7B5C1.

Border color

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

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

This div border color is #D7B5C1.

Opacity

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

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

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

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

This text has shadow with #D7B5C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B5C1.

Preview

Color preview on black background

This text has color #D7B5C1 on black background.


Color preview on white background

This text has color #D7B5C1 on white background.


Black color preview on #D7B5C1 background

This text has black color on #D7B5C1 background.


White color preview on #D7B5C1 background

This text has white color on #D7B5C1 background.


Related colors

Complementary color

Complementary color for #hex is #284A3E.


I love getcolorcode.com

Triadic colors

1 #C1D7B5 and #B5C1D7 with #D7B5C1 are triadic colors.

2 #C1B5D7 and #B5D7C1 with #D7B5C1 are triadic colors.