COLOR #D3B3AE

HEX: #D3B3AE
RGB: (211,179,174)

Color info

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

RGB color model

#D3B3AE color RGB value is (211,179,174).

  • red value is 211;
  • green value is 179;
  • blue value is 174.
RGB:
(211,179,174)
(83%,70%,68%)

RGB channels and saturation

R 211 of 255 = 83%
G 179 of 255 = 70%
B 174 of 255 = 68%

211
179
174

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

Portions of RGB colors in percentages

R + G + B =
211 + 179 + 174 = 564 (100%)
R 211 of 564 ~ 37.41%
G 179 of 564 ~ 31.74%
B 174 of 564 ~ 30.85%

%37.41
%31.74
%30.85

CMYK color model

#D3B3AE color CMYK value is (0,15,18,17).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 17.54%
  • key color value is 17.25%
CMYK:
(0,15,18,17)
C0M15Y18K17 
(0%,15%,18%,17%)
(0.00/0.15/0.18/0.17)	

CMYK percentages

%0
%15.17
%17.54
%17.25

Codes

Color #D3B3AE in popluar color models

D3B3AE
RGB211179174
HSL29.60%75.49%
HSB/HSV17.54%82.75%
CMYK0.00%15.17%17.54%
17.25%

Color #D3B3AE in popluar number systems.

HEXD3B3AE
Decimal211179174
Binary110100111011001110101110
Octal323263256

Shades and tints

Shades of #D3B3AE

#D3B3AE
(211,179,174)
#C0A39F
(192,163,159)
#AD9390
(173,147,144)
#9A8381
(154,131,129)
#877372
(135,115,114)
#746363
(116,99,99)
#615354
(97,83,84)
#4E4345
(78,67,69)
#3B3336
(59,51,54)
#282327
(40,35,39)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #D3B3AE

#D3B3AE
(211,179,174)
#D7B9B5
(215,185,181)
#DBBFBC
(219,191,188)
#DFC5C3
(223,197,195)
#E3CBCA
(227,203,202)
#E7D1D1
(231,209,209)
#EBD7D8
(235,215,216)
#EFDDDF
(239,221,223)
#F3E3E6
(243,227,230)
#F7E9ED
(247,233,237)
#FBEFF4
(251,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B3AE color. Also use rgb(211,179,174) instead hex code.

Text Font Color

.myTextColor { color: #D3B3AE; }

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

This text font color is #D3B3AE.


Background Color

.myBgColor { background-color: #D3B3AE; }

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

This div background color is #D3B3AE.


Border color

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

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

This div border color is #D3B3AE.


Opacity

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

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

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

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

This text has shadow with #D3B3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B3AE on black background.


Color preview on white background

This text has color #D3B3AE on white background.



Black color preview on #D3B3AE background

This text has black color on #D3B3AE background.


White color preview on #D3B3AE background

This text has white color on #D3B3AE background.