COLOR #DCB5A8

HEX: #DCB5A8
RGB: (220,181,168)

Color info

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

RGB color model

#DCB5A8 color RGB value is (220,181,168).

  • red value is 220;
  • green value is 181;
  • blue value is 168.
RGB:
(220,181,168)
(86%,71%,66%)

RGB channels and saturation

R 220 of 255 = 86%
G 181 of 255 = 71%
B 168 of 255 = 66%

220
181
168

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

Portions of RGB colors in percentages

R + G + B =
220 + 181 + 168 = 569 (100%)
R 220 of 569 ~ 38.66%
G 181 of 569 ~ 31.81%
B 168 of 569 ~ 29.53%

%38.66
%31.81
%29.53

CMYK color model

#DCB5A8 color CMYK value is (0,18,24,14).

  • cyan value is 0.00%
  • magenta value is 17.73%
  • yellow value is 23.64%
  • key color value is 13.73%
CMYK:
(0,18,24,14)
C0M18Y24K14 
(0%,18%,24%,14%)
(0.00/0.18/0.24/0.14)	

CMYK percentages

%0
%17.73
%23.64
%13.73

Codes

Color #DCB5A8 in popluar color models

DCB5A8
RGB220181168
HSL15°42.62%76.08%
HSB/HSV15°23.64%86.27%
CMYK0.00%17.73%23.64%
13.73%

Color #DCB5A8 in popluar number systems.

HEXDCB5A8
Decimal220181168
Binary110111001011010110101000
Octal334265250

Shades and tints

Shades of #DCB5A8

#DCB5A8
(220,181,168)
#C8A599
(200,165,153)
#B4958A
(180,149,138)
#A0857B
(160,133,123)
#8C756C
(140,117,108)
#78655D
(120,101,93)
#64554E
(100,85,78)
#50453F
(80,69,63)
#3C3530
(60,53,48)
#282521
(40,37,33)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #DCB5A8

#DCB5A8
(220,181,168)
#DFBBAF
(223,187,175)
#E2C1B6
(226,193,182)
#E5C7BD
(229,199,189)
#E8CDC4
(232,205,196)
#EBD3CB
(235,211,203)
#EED9D2
(238,217,210)
#F1DFD9
(241,223,217)
#F4E5E0
(244,229,224)
#F7EBE7
(247,235,231)
#FAF1EE
(250,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB5A8 color. Also use rgb(220,181,168) instead hex code.

Text Font Color

.myTextColor { color: #DCB5A8; }

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

This text font color is #DCB5A8.


Background Color

.myBgColor { background-color: #DCB5A8; }

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

This div background color is #DCB5A8.


Border color

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

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

This div border color is #DCB5A8.


Opacity

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

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

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

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

This text has shadow with #DCB5A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB5A8 on black background.


Color preview on white background

This text has color #DCB5A8 on white background.



Black color preview on #DCB5A8 background

This text has black color on #DCB5A8 background.


White color preview on #DCB5A8 background

This text has white color on #DCB5A8 background.