COLOR #DCB2BB

HEX: #DCB2BB
RGB: (220,178,187)

Color info

#DCB2BB contains red, green and blue colors in about the same proportion. Web safe color of #DCB2BB is #CC99CC (or #C9C).

RGB color model

#DCB2BB color RGB value is (220,178,187).

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

RGB channels and saturation

R 220 of 255 = 86%
G 178 of 255 = 70%
B 187 of 255 = 73%

220
178
187

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

Portions of RGB colors in percentages

R + G + B =
220 + 178 + 187 = 585 (100%)
R 220 of 585 ~ 37.61%
G 178 of 585 ~ 30.43%
B 187 of 585 ~ 31.97%

%37.61
%30.43
%31.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.09%
  • yellow value is 15.00%
  • key color value is 13.73%
CMYK:
(0,19,15,14)
C0M19Y15K14 
(0%,19%,15%,14%)
(0.00/0.19/0.15/0.14)	

CMYK percentages

%0
%19.09
%15
%13.73

Codes

Color #DCB2BB in popluar color models

DCB2BB
RGB220178187
HSL347°37.50%78.04%
HSB/HSV347°19.09%86.27%
CMYK0.00%19.09%15.00%
13.73%

Color #DCB2BB in popluar number systems.

HEXDCB2BB
Decimal220178187
Binary110111001011001010111011
Octal334262273

Shades and tints

Shades of #DCB2BB

#DCB2BB
(220,178,187)
#C8A2AA
(200,162,170)
#B49299
(180,146,153)
#A08288
(160,130,136)
#8C7277
(140,114,119)
#786266
(120,98,102)
#645255
(100,82,85)
#504244
(80,66,68)
#3C3233
(60,50,51)
#282222
(40,34,34)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #DCB2BB

#DCB2BB
(220,178,187)
#DFB9C1
(223,185,193)
#E2C0C7
(226,192,199)
#E5C7CD
(229,199,205)
#E8CED3
(232,206,211)
#EBD5D9
(235,213,217)
#EEDCDF
(238,220,223)
#F1E3E5
(241,227,229)
#F4EAEB
(244,234,235)
#F7F1F1
(247,241,241)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB2BB; }

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

This text font color is #DCB2BB.


Background Color

.myBgColor { background-color: #DCB2BB; }

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

This div background color is #DCB2BB.


Border color

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

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

This div border color is #DCB2BB.


Opacity

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

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

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

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

This text has shadow with #DCB2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB2BB on black background.


Color preview on white background

This text has color #DCB2BB on white background.



Black color preview on #DCB2BB background

This text has black color on #DCB2BB background.


White color preview on #DCB2BB background

This text has white color on #DCB2BB background.