COLOR #DCB2CC

HEX: #DCB2CC
RGB: (220,178,204)

Color info

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

RGB color model

#DCB2CC color RGB value is (220,178,204).

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

RGB channels and saturation

R 220 of 255 = 86%
G 178 of 255 = 70%
B 204 of 255 = 80%

220
178
204

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

Portions of RGB colors in percentages

R + G + B =
220 + 178 + 204 = 602 (100%)
R 220 of 602 ~ 36.54%
G 178 of 602 ~ 29.57%
B 204 of 602 ~ 33.89%

%36.54
%29.57
%33.89

CMYK color model

#DCB2CC color CMYK value is (0,19,7,14).

  • cyan value is 0.00%
  • magenta value is 19.09%
  • yellow value is 7.27%
  • key color value is 13.73%
CMYK:
(0,19,7,14)
C0M19Y7K14 
(0%,19%,7%,14%)
(0.00/0.19/0.07/0.14)	

CMYK percentages

%0
%19.09
%7.27
%13.73

Codes

Color #DCB2CC in popluar color models

DCB2CC
RGB220178204
HSL323°37.50%78.04%
HSB/HSV323°19.09%86.27%
CMYK0.00%19.09%7.27%
13.73%

Color #DCB2CC in popluar number systems.

HEXDCB2CC
Decimal220178204
Binary110111001011001011001100
Octal334262314

Shades and tints

Shades of #DCB2CC

#DCB2CC
(220,178,204)
#C8A2BA
(200,162,186)
#B492A8
(180,146,168)
#A08296
(160,130,150)
#8C7284
(140,114,132)
#786272
(120,98,114)
#645260
(100,82,96)
#50424E
(80,66,78)
#3C323C
(60,50,60)
#28222A
(40,34,42)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #DCB2CC

#DCB2CC
(220,178,204)
#DFB9D0
(223,185,208)
#E2C0D4
(226,192,212)
#E5C7D8
(229,199,216)
#E8CEDC
(232,206,220)
#EBD5E0
(235,213,224)
#EEDCE4
(238,220,228)
#F1E3E8
(241,227,232)
#F4EAEC
(244,234,236)
#F7F1F0
(247,241,240)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB2CC; }

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

This text font color is #DCB2CC.


Background Color

.myBgColor { background-color: #DCB2CC; }

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

This div background color is #DCB2CC.


Border color

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

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

This div border color is #DCB2CC.


Opacity

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

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

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

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

This text has shadow with #DCB2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB2CC on black background.


Color preview on white background

This text has color #DCB2CC on white background.



Black color preview on #DCB2CC background

This text has black color on #DCB2CC background.


White color preview on #DCB2CC background

This text has white color on #DCB2CC background.