COLOR #DCBABB

HEX: #DCBABB RGB: (220,186,187)

Color info

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

RGB color model

#DCBABB color RGB value is (220,186,187).

RGB: (220,186,187) (86%, 73%, 73%)

RGB channels and saturation

R 220 of 255 = 86%
G 186 of 255 = 73%
B 187 of 255 = 73%

220
186
187

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

Portions of RGB colors in percentages

R + G + B = 220 + 186 + 187 = 593 (100%)
R 220 of 593 ~ 37.1%
G 186 of 593 ~ 31.37%
B 187 of 593 ~ 31.53'%

%37.1
%31.37
%31.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 15.00%
  • key color value is 13.73%

CMYK: (0,15,15,14)
C0M15Y15K14 (0%, 15%, 15%, 14%)
(0.00 / 0.15 / 0.15 / 0.14)

CMYK percentages

%0
%15.45
%15
%13.73

Codes

Color #DCBABB in popluar color models

DC BA BB
RGB 220 186 187
HSL 358° 32.69% 79.61%
HSB/HSV 358° 15.45% 86.27%
CMYK 0.00% 15.45% 15.00%
13.73%

Color #DCBABB in popluar number systems.

HEX DC BA BB
Decimal 220 186 187
Binary 11011100 10111010 10111011
Octal 334 272 273

Shades and tints

Shades of #DCBABB

#DCBABB
(220,186,187)
#C8AAAA
(200,170,170)
#B49A99
(180,154,153)
#A08A88
(160,138,136)
#8C7A77
(140,122,119)
#786A66
(120,106,102)
#645A55
(100,90,85)
#504A44
(80,74,68)
#3C3A33
(60,58,51)
#282A22
(40,42,34)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #DCBABB

#DCBABB
(220,186,187)
#DFC0C1
(223,192,193)
#E2C6C7
(226,198,199)
#E5CCCD
(229,204,205)
#E8D2D3
(232,210,211)
#EBD8D9
(235,216,217)
#EEDEDF
(238,222,223)
#F1E4E5
(241,228,229)
#F4EAEB
(244,234,235)
#F7F0F1
(247,240,241)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBABB; }

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

This text font color is #DCBABB.

Background Color

.myBgColor { background-color: #DCBABB; }

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

This div background color is #DCBABB.

Border color

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

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

This div border color is #DCBABB.

Opacity

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

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

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

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

This text has shadow with #DCBABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCBABB.

Preview

Color preview on black background

This text has color #DCBABB on black background.


Color preview on white background

This text has color #DCBABB on white background.


Black color preview on #DCBABB background

This text has black color on #DCBABB background.


White color preview on #DCBABB background

This text has white color on #DCBABB background.


Related colors

Complementary color

Complementary color for #hex is #234544.


I love getcolorcode.com

Triadic colors

1 #BBDCBA and #BABBDC with #DCBABB are triadic colors.

2 #BBBADC and #BADCBB with #DCBABB are triadic colors.