COLOR #D3CBB2

HEX: #D3CBB2
RGB: (211,203,178)

Color info

#D3CBB2 contains red, green and blue colors in about the same proportion. Web safe color of #D3CBB2 is #CCCC99 (or #CC9).

RGB color model

#D3CBB2 color RGB value is (211,203,178).

  • red value is 211;
  • green value is 203;
  • blue value is 178.
RGB:
(211,203,178)
(83%,80%,70%)

RGB channels and saturation

R 211 of 255 = 83%
G 203 of 255 = 80%
B 178 of 255 = 70%

211
203
178

R + G + B ~ 78%. #D3CBB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 203 + 178 = 592 (100%)
R 211 of 592 ~ 35.64%
G 203 of 592 ~ 34.29%
B 178 of 592 ~ 30.07%

%35.64
%34.29
%30.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.79%
  • yellow value is 15.64%
  • key color value is 17.25%
CMYK:
(0,4,16,17)
C0M4Y16K17 
(0%,4%,16%,17%)
(0.00/0.04/0.16/0.17)	

CMYK percentages

%0
%3.79
%15.64
%17.25

Codes

Color #D3CBB2 in popluar color models

D3CBB2
RGB211203178
HSL45°27.27%76.27%
HSB/HSV45°15.64%82.75%
CMYK0.00%3.79%15.64%
17.25%

Color #D3CBB2 in popluar number systems.

HEXD3CBB2
Decimal211203178
Binary110100111100101110110010
Octal323313262

Shades and tints

Shades of #D3CBB2

#D3CBB2
(211,203,178)
#C0B9A2
(192,185,162)
#ADA792
(173,167,146)
#9A9582
(154,149,130)
#878372
(135,131,114)
#747162
(116,113,98)
#615F52
(97,95,82)
#4E4D42
(78,77,66)
#3B3B32
(59,59,50)
#282922
(40,41,34)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #D3CBB2

#D3CBB2
(211,203,178)
#D7CFB9
(215,207,185)
#DBD3C0
(219,211,192)
#DFD7C7
(223,215,199)
#E3DBCE
(227,219,206)
#E7DFD5
(231,223,213)
#EBE3DC
(235,227,220)
#EFE7E3
(239,231,227)
#F3EBEA
(243,235,234)
#F7EFF1
(247,239,241)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CBB2 color. Also use rgb(211,203,178) instead hex code.

Text Font Color

.myTextColor { color: #D3CBB2; }

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

This text font color is #D3CBB2.


Background Color

.myBgColor { background-color: #D3CBB2; }

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

This div background color is #D3CBB2.


Border color

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

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

This div border color is #D3CBB2.


Opacity

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

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

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

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

This text has shadow with #D3CBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CBB2 on black background.


Color preview on white background

This text has color #D3CBB2 on white background.



Black color preview on #D3CBB2 background

This text has black color on #D3CBB2 background.


White color preview on #D3CBB2 background

This text has white color on #D3CBB2 background.