COLOR #D4B2AF

HEX: #D4B2AF
RGB: (212,178,175)

Color info

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

RGB color model

#D4B2AF color RGB value is (212,178,175).

  • red value is 212;
  • green value is 178;
  • blue value is 175.
RGB:
(212,178,175)
(83%,70%,69%)

RGB channels and saturation

R 212 of 255 = 83%
G 178 of 255 = 70%
B 175 of 255 = 69%

212
178
175

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

Portions of RGB colors in percentages

R + G + B =
212 + 178 + 175 = 565 (100%)
R 212 of 565 ~ 37.52%
G 178 of 565 ~ 31.5%
B 175 of 565 ~ 30.97%

%37.52
%31.5
%30.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 17.45%
  • key color value is 16.86%
CMYK:
(0,16,17,17)
C0M16Y17K17 
(0%,16%,17%,17%)
(0.00/0.16/0.17/0.17)	

CMYK percentages

%0
%16.04
%17.45
%16.86

Codes

Color #D4B2AF in popluar color models

D4B2AF
RGB212178175
HSL30.08%75.88%
HSB/HSV17.45%83.14%
CMYK0.00%16.04%17.45%
16.86%

Color #D4B2AF in popluar number systems.

HEXD4B2AF
Decimal212178175
Binary110101001011001010101111
Octal324262257

Shades and tints

Shades of #D4B2AF

#D4B2AF
(212,178,175)
#C1A2A0
(193,162,160)
#AE9291
(174,146,145)
#9B8282
(155,130,130)
#887273
(136,114,115)
#756264
(117,98,100)
#625255
(98,82,85)
#4F4246
(79,66,70)
#3C3237
(60,50,55)
#292228
(41,34,40)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #D4B2AF

#D4B2AF
(212,178,175)
#D7B9B6
(215,185,182)
#DAC0BD
(218,192,189)
#DDC7C4
(221,199,196)
#E0CECB
(224,206,203)
#E3D5D2
(227,213,210)
#E6DCD9
(230,220,217)
#E9E3E0
(233,227,224)
#ECEAE7
(236,234,231)
#EFF1EE
(239,241,238)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B2AF color. Also use rgb(212,178,175) instead hex code.

Text Font Color

.myTextColor { color: #D4B2AF; }

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

This text font color is #D4B2AF.


Background Color

.myBgColor { background-color: #D4B2AF; }

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

This div background color is #D4B2AF.


Border color

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

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

This div border color is #D4B2AF.


Opacity

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

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

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

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

This text has shadow with #D4B2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B2AF on black background.


Color preview on white background

This text has color #D4B2AF on white background.



Black color preview on #D4B2AF background

This text has black color on #D4B2AF background.


White color preview on #D4B2AF background

This text has white color on #D4B2AF background.