COLOR #DCB8CC

HEX: #DCB8CC
RGB: (220,184,204)

Color info

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

RGB color model

#DCB8CC color RGB value is (220,184,204).

  • red value is 220;
  • green value is 184;
  • blue value is 204.
RGB:
(220,184,204)
(86%,72%,80%)

RGB channels and saturation

R 220 of 255 = 86%
G 184 of 255 = 72%
B 204 of 255 = 80%

220
184
204

R + G + B ~ 79%. #DCB8CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 184 + 204 = 608 (100%)
R 220 of 608 ~ 36.18%
G 184 of 608 ~ 30.26%
B 204 of 608 ~ 33.55%

%36.18
%30.26
%33.55

CMYK color model

#DCB8CC color CMYK value is (0,16,7,14).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 7.27%
  • key color value is 13.73%
CMYK:
(0,16,7,14)
C0M16Y7K14 
(0%,16%,7%,14%)
(0.00/0.16/0.07/0.14)	

CMYK percentages

%0
%16.36
%7.27
%13.73

Codes

Color #DCB8CC in popluar color models

DCB8CC
RGB220184204
HSL327°33.96%79.22%
HSB/HSV327°16.36%86.27%
CMYK0.00%16.36%7.27%
13.73%

Color #DCB8CC in popluar number systems.

HEXDCB8CC
Decimal220184204
Binary110111001011100011001100
Octal334270314

Shades and tints

Shades of #DCB8CC

#DCB8CC
(220,184,204)
#C8A8BA
(200,168,186)
#B498A8
(180,152,168)
#A08896
(160,136,150)
#8C7884
(140,120,132)
#786872
(120,104,114)
#645860
(100,88,96)
#50484E
(80,72,78)
#3C383C
(60,56,60)
#28282A
(40,40,42)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #DCB8CC

#DCB8CC
(220,184,204)
#DFBED0
(223,190,208)
#E2C4D4
(226,196,212)
#E5CAD8
(229,202,216)
#E8D0DC
(232,208,220)
#EBD6E0
(235,214,224)
#EEDCE4
(238,220,228)
#F1E2E8
(241,226,232)
#F4E8EC
(244,232,236)
#F7EEF0
(247,238,240)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB8CC color. Also use rgb(220,184,204) instead hex code.

Text Font Color

.myTextColor { color: #DCB8CC; }

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

This text font color is #DCB8CC.


Background Color

.myBgColor { background-color: #DCB8CC; }

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

This div background color is #DCB8CC.


Border color

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

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

This div border color is #DCB8CC.


Opacity

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

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

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

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

This text has shadow with #DCB8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB8CC on black background.


Color preview on white background

This text has color #DCB8CC on white background.



Black color preview on #DCB8CC background

This text has black color on #DCB8CC background.


White color preview on #DCB8CC background

This text has white color on #DCB8CC background.