COLOR #DCBEAB

HEX: #DCBEAB
RGB: (220,190,171)

Color info

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

RGB color model

#DCBEAB color RGB value is (220,190,171).

  • red value is 220;
  • green value is 190;
  • blue value is 171.
RGB:
(220,190,171)
(86%,75%,67%)

RGB channels and saturation

R 220 of 255 = 86%
G 190 of 255 = 75%
B 171 of 255 = 67%

220
190
171

R + G + B ~ 76%. #DCBEAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 190 + 171 = 581 (100%)
R 220 of 581 ~ 37.87%
G 190 of 581 ~ 32.7%
B 171 of 581 ~ 29.43%

%37.87
%32.7
%29.43

CMYK color model

#DCBEAB color CMYK value is (0,14,22,14).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(0,14,22,14)
C0M14Y22K14 
(0%,14%,22%,14%)
(0.00/0.14/0.22/0.14)	

CMYK percentages

%0
%13.64
%22.27
%13.73

Codes

Color #DCBEAB in popluar color models

DCBEAB
RGB220190171
HSL23°41.18%76.67%
HSB/HSV23°22.27%86.27%
CMYK0.00%13.64%22.27%
13.73%

Color #DCBEAB in popluar number systems.

HEXDCBEAB
Decimal220190171
Binary110111001011111010101011
Octal334276253

Shades and tints

Shades of #DCBEAB

#DCBEAB
(220,190,171)
#C8AD9C
(200,173,156)
#B49C8D
(180,156,141)
#A08B7E
(160,139,126)
#8C7A6F
(140,122,111)
#786960
(120,105,96)
#645851
(100,88,81)
#504742
(80,71,66)
#3C3633
(60,54,51)
#282524
(40,37,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #DCBEAB

#DCBEAB
(220,190,171)
#DFC3B2
(223,195,178)
#E2C8B9
(226,200,185)
#E5CDC0
(229,205,192)
#E8D2C7
(232,210,199)
#EBD7CE
(235,215,206)
#EEDCD5
(238,220,213)
#F1E1DC
(241,225,220)
#F4E6E3
(244,230,227)
#F7EBEA
(247,235,234)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBEAB color. Also use rgb(220,190,171) instead hex code.

Text Font Color

.myTextColor { color: #DCBEAB; }

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

This text font color is #DCBEAB.


Background Color

.myBgColor { background-color: #DCBEAB; }

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

This div background color is #DCBEAB.


Border color

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

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

This div border color is #DCBEAB.


Opacity

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

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

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

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

This text has shadow with #DCBEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBEAB on black background.


Color preview on white background

This text has color #DCBEAB on white background.



Black color preview on #DCBEAB background

This text has black color on #DCBEAB background.


White color preview on #DCBEAB background

This text has white color on #DCBEAB background.