COLOR #DCB3C8

HEX: #DCB3C8 RGB: (220,179,200)

Color info

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

RGB color model

#DCB3C8 color RGB value is (220,179,200).

RGB: (220,179,200) (86%, 70%, 78%)

RGB channels and saturation

R 220 of 255 = 86%
G 179 of 255 = 70%
B 200 of 255 = 78%

220
179
200

R + G + B ~ 78%. #DCB3C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 179 + 200 = 599 (100%)
R 220 of 599 ~ 36.73%
G 179 of 599 ~ 29.88%
B 200 of 599 ~ 33.39'%

%36.73
%29.88
%33.39

CMYK color model

#DCB3C8 color CMYK value is (0,19,9,14).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 9.09%
  • key color value is 13.73%

CMYK: (0,19,9,14)
C0M19Y9K14 (0%, 19%, 9%, 14%)
(0.00 / 0.19 / 0.09 / 0.14)

CMYK percentages

%0
%18.64
%9.09
%13.73

Codes

Color #DCB3C8 in popluar color models

DC B3 C8
RGB 220 179 200
HSL 329° 36.94% 78.24%
HSB/HSV 329° 18.64% 86.27%
CMYK 0.00% 18.64% 9.09%
13.73%

Color #DCB3C8 in popluar number systems.

HEX DC B3 C8
Decimal 220 179 200
Binary 11011100 10110011 11001000
Octal 334 263 310

Shades and tints

Shades of #DCB3C8

#DCB3C8
(220,179,200)
#C8A3B6
(200,163,182)
#B493A4
(180,147,164)
#A08392
(160,131,146)
#8C7380
(140,115,128)
#78636E
(120,99,110)
#64535C
(100,83,92)
#50434A
(80,67,74)
#3C3338
(60,51,56)
#282326
(40,35,38)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #DCB3C8

#DCB3C8
(220,179,200)
#DFB9CD
(223,185,205)
#E2BFD2
(226,191,210)
#E5C5D7
(229,197,215)
#E8CBDC
(232,203,220)
#EBD1E1
(235,209,225)
#EED7E6
(238,215,230)
#F1DDEB
(241,221,235)
#F4E3F0
(244,227,240)
#F7E9F5
(247,233,245)
#FAEFFA
(250,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB3C8 color. Also use rgb(220,179,200) instead hex code.

Text Font Color

.myTextColor { color: #DCB3C8; }

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

This text font color is #DCB3C8.

Background Color

.myBgColor { background-color: #DCB3C8; }

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

This div background color is #DCB3C8.

Border color

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

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

This div border color is #DCB3C8.

Opacity

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

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

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

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

This text has shadow with #DCB3C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB3C8.

Preview

Color preview on black background

This text has color #DCB3C8 on black background.


Color preview on white background

This text has color #DCB3C8 on white background.


Black color preview on #DCB3C8 background

This text has black color on #DCB3C8 background.


White color preview on #DCB3C8 background

This text has white color on #DCB3C8 background.


Related colors

Complementary color

Complementary color for #hex is #234C37.


I love getcolorcode.com

Triadic colors

1 #C8DCB3 and #B3C8DC with #DCB3C8 are triadic colors.

2 #C8B3DC and #B3DCC8 with #DCB3C8 are triadic colors.