COLOR #DCBBAF

HEX: #DCBBAF
RGB: (220,187,175)

Color info

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

RGB color model

#DCBBAF color RGB value is (220,187,175).

  • red value is 220;
  • green value is 187;
  • blue value is 175.
RGB:
(220,187,175)
(86%,73%,69%)

RGB channels and saturation

R 220 of 255 = 86%
G 187 of 255 = 73%
B 175 of 255 = 69%

220
187
175

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

Portions of RGB colors in percentages

R + G + B =
220 + 187 + 175 = 582 (100%)
R 220 of 582 ~ 37.8%
G 187 of 582 ~ 32.13%
B 175 of 582 ~ 30.07%

%37.8
%32.13
%30.07

CMYK color model

#DCBBAF color CMYK value is (0,15,20,14).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 20.45%
  • key color value is 13.73%
CMYK:
(0,15,20,14)
C0M15Y20K14 
(0%,15%,20%,14%)
(0.00/0.15/0.20/0.14)	

CMYK percentages

%0
%15
%20.45
%13.73

Codes

Color #DCBBAF in popluar color models

DCBBAF
RGB220187175
HSL16°39.13%77.45%
HSB/HSV16°20.45%86.27%
CMYK0.00%15.00%20.45%
13.73%

Color #DCBBAF in popluar number systems.

HEXDCBBAF
Decimal220187175
Binary110111001011101110101111
Octal334273257

Shades and tints

Shades of #DCBBAF

#DCBBAF
(220,187,175)
#C8AAA0
(200,170,160)
#B49991
(180,153,145)
#A08882
(160,136,130)
#8C7773
(140,119,115)
#786664
(120,102,100)
#645555
(100,85,85)
#504446
(80,68,70)
#3C3337
(60,51,55)
#282228
(40,34,40)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #DCBBAF

#DCBBAF
(220,187,175)
#DFC1B6
(223,193,182)
#E2C7BD
(226,199,189)
#E5CDC4
(229,205,196)
#E8D3CB
(232,211,203)
#EBD9D2
(235,217,210)
#EEDFD9
(238,223,217)
#F1E5E0
(241,229,224)
#F4EBE7
(244,235,231)
#F7F1EE
(247,241,238)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBBAF color. Also use rgb(220,187,175) instead hex code.

Text Font Color

.myTextColor { color: #DCBBAF; }

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

This text font color is #DCBBAF.


Background Color

.myBgColor { background-color: #DCBBAF; }

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

This div background color is #DCBBAF.


Border color

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

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

This div border color is #DCBBAF.


Opacity

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

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

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

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

This text has shadow with #DCBBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBBAF on black background.


Color preview on white background

This text has color #DCBBAF on white background.



Black color preview on #DCBBAF background

This text has black color on #DCBBAF background.


White color preview on #DCBBAF background

This text has white color on #DCBBAF background.