COLOR #DCBAB7

HEX: #DCBAB7
RGB: (220,186,183)

Color info

#DCBAB7 contains red, green and blue colors in about the same proportion. Web safe color of #DCBAB7 is #CCCCCC (or #CCC).

RGB color model

#DCBAB7 color RGB value is (220,186,183).

  • red value is 220;
  • green value is 186;
  • blue value is 183.
RGB:
(220,186,183)
(86%,73%,72%)

RGB channels and saturation

R 220 of 255 = 86%
G 186 of 255 = 73%
B 183 of 255 = 72%

220
186
183

R + G + B ~ 77%. #DCBAB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 186 + 183 = 589 (100%)
R 220 of 589 ~ 37.35%
G 186 of 589 ~ 31.58%
B 183 of 589 ~ 31.07%

%37.35
%31.58
%31.07

CMYK color model

#DCBAB7 color CMYK value is (0,15,17,14).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 16.82%
  • key color value is 13.73%
CMYK:
(0,15,17,14)
C0M15Y17K14 
(0%,15%,17%,14%)
(0.00/0.15/0.17/0.14)	

CMYK percentages

%0
%15.45
%16.82
%13.73

Codes

Color #DCBAB7 in popluar color models

DCBAB7
RGB220186183
HSL34.58%79.02%
HSB/HSV16.82%86.27%
CMYK0.00%15.45%16.82%
13.73%

Color #DCBAB7 in popluar number systems.

HEXDCBAB7
Decimal220186183
Binary110111001011101010110111
Octal334272267

Shades and tints

Shades of #DCBAB7

#DCBAB7
(220,186,183)
#C8AAA7
(200,170,167)
#B49A97
(180,154,151)
#A08A87
(160,138,135)
#8C7A77
(140,122,119)
#786A67
(120,106,103)
#645A57
(100,90,87)
#504A47
(80,74,71)
#3C3A37
(60,58,55)
#282A27
(40,42,39)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #DCBAB7

#DCBAB7
(220,186,183)
#DFC0BD
(223,192,189)
#E2C6C3
(226,198,195)
#E5CCC9
(229,204,201)
#E8D2CF
(232,210,207)
#EBD8D5
(235,216,213)
#EEDEDB
(238,222,219)
#F1E4E1
(241,228,225)
#F4EAE7
(244,234,231)
#F7F0ED
(247,240,237)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBAB7 color. Also use rgb(220,186,183) instead hex code.

Text Font Color

.myTextColor { color: #DCBAB7; }

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

This text font color is #DCBAB7.


Background Color

.myBgColor { background-color: #DCBAB7; }

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

This div background color is #DCBAB7.


Border color

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

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

This div border color is #DCBAB7.


Opacity

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

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

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

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

This text has shadow with #DCBAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBAB7 on black background.


Color preview on white background

This text has color #DCBAB7 on white background.



Black color preview on #DCBAB7 background

This text has black color on #DCBAB7 background.


White color preview on #DCBAB7 background

This text has white color on #DCBAB7 background.