COLOR #D7B2AB

HEX: #D7B2AB RGB: (215,178,171)

Color info

#D7B2AB contains red, green and blue colors in about the same proportion. Web safe color of #D7B2AB is #CC9999 (or #C99).

RGB color model

#D7B2AB color RGB value is (215,178,171).

RGB: (215,178,171) (84%, 70%, 67%)

RGB channels and saturation

R 215 of 255 = 84%
G 178 of 255 = 70%
B 171 of 255 = 67%

215
178
171

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

Portions of RGB colors in percentages

R + G + B = 215 + 178 + 171 = 564 (100%)
R 215 of 564 ~ 38.12%
G 178 of 564 ~ 31.56%
B 171 of 564 ~ 30.32'%

%38.12
%31.56
%30.32

CMYK color model

#D7B2AB color CMYK value is (0,17,20,16).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 20.47%
  • key color value is 15.69%

CMYK: (0,17,20,16)
C0M17Y20K16 (0%, 17%, 20%, 16%)
(0.00 / 0.17 / 0.20 / 0.16)

CMYK percentages

%0
%17.21
%20.47
%15.69

Codes

Color #D7B2AB in popluar color models

D7 B2 AB
RGB 215 178 171
HSL 10° 35.48% 75.69%
HSB/HSV 10° 20.47% 84.31%
CMYK 0.00% 17.21% 20.47%
15.69%

Color #D7B2AB in popluar number systems.

HEX D7 B2 AB
Decimal 215 178 171
Binary 11010111 10110010 10101011
Octal 327 262 253

Shades and tints

Shades of #D7B2AB

#D7B2AB
(215,178,171)
#C4A29C
(196,162,156)
#B1928D
(177,146,141)
#9E827E
(158,130,126)
#8B726F
(139,114,111)
#786260
(120,98,96)
#655251
(101,82,81)
#524242
(82,66,66)
#3F3233
(63,50,51)
#2C2224
(44,34,36)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #D7B2AB

#D7B2AB
(215,178,171)
#DAB9B2
(218,185,178)
#DDC0B9
(221,192,185)
#E0C7C0
(224,199,192)
#E3CEC7
(227,206,199)
#E6D5CE
(230,213,206)
#E9DCD5
(233,220,213)
#ECE3DC
(236,227,220)
#EFEAE3
(239,234,227)
#F2F1EA
(242,241,234)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7B2AB color. Also use rgb(215,178,171) instead hex code.

Text Font Color

.myTextColor { color: #D7B2AB; }

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

This text font color is #D7B2AB.

Background Color

.myBgColor { background-color: #D7B2AB; }

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

This div background color is #D7B2AB.

Border color

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

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

This div border color is #D7B2AB.

Opacity

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

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

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

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

This text has shadow with #D7B2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7B2AB.

Preview

Color preview on black background

This text has color #D7B2AB on black background.


Color preview on white background

This text has color #D7B2AB on white background.


Black color preview on #D7B2AB background

This text has black color on #D7B2AB background.


White color preview on #D7B2AB background

This text has white color on #D7B2AB background.


Related colors

Complementary color

Complementary color for #hex is #284D54.


I love getcolorcode.com

Triadic colors

1 #ABD7B2 and #B2ABD7 with #D7B2AB are triadic colors.

2 #ABB2D7 and #B2D7AB with #D7B2AB are triadic colors.