COLOR #DCB4C9

HEX: #DCB4C9 RGB: (220,180,201)

Color info

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

RGB color model

#DCB4C9 color RGB value is (220,180,201).

RGB: (220,180,201) (86%, 71%, 79%)

RGB channels and saturation

R 220 of 255 = 86%
G 180 of 255 = 71%
B 201 of 255 = 79%

220
180
201

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

Portions of RGB colors in percentages

R + G + B = 220 + 180 + 201 = 601 (100%)
R 220 of 601 ~ 36.61%
G 180 of 601 ~ 29.95%
B 201 of 601 ~ 33.44'%

%36.61
%29.95
%33.44

CMYK color model

#DCB4C9 color CMYK value is (0,18,9,14).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 8.64%
  • key color value is 13.73%

CMYK: (0,18,9,14)
C0M18Y9K14 (0%, 18%, 9%, 14%)
(0.00 / 0.18 / 0.09 / 0.14)

CMYK percentages

%0
%18.18
%8.64
%13.73

Codes

Color #DCB4C9 in popluar color models

DC B4 C9
RGB 220 180 201
HSL 329° 36.36% 78.43%
HSB/HSV 329° 18.18% 86.27%
CMYK 0.00% 18.18% 8.64%
13.73%

Color #DCB4C9 in popluar number systems.

HEX DC B4 C9
Decimal 220 180 201
Binary 11011100 10110100 11001001
Octal 334 264 311

Shades and tints

Shades of #DCB4C9

#DCB4C9
(220,180,201)
#C8A4B7
(200,164,183)
#B494A5
(180,148,165)
#A08493
(160,132,147)
#8C7481
(140,116,129)
#78646F
(120,100,111)
#64545D
(100,84,93)
#50444B
(80,68,75)
#3C3439
(60,52,57)
#282427
(40,36,39)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #DCB4C9

#DCB4C9
(220,180,201)
#DFBACD
(223,186,205)
#E2C0D1
(226,192,209)
#E5C6D5
(229,198,213)
#E8CCD9
(232,204,217)
#EBD2DD
(235,210,221)
#EED8E1
(238,216,225)
#F1DEE5
(241,222,229)
#F4E4E9
(244,228,233)
#F7EAED
(247,234,237)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB4C9 color. Also use rgb(220,180,201) instead hex code.

Text Font Color

.myTextColor { color: #DCB4C9; }

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

This text font color is #DCB4C9.

Background Color

.myBgColor { background-color: #DCB4C9; }

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

This div background color is #DCB4C9.

Border color

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

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

This div border color is #DCB4C9.

Opacity

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

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

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

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

This text has shadow with #DCB4C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB4C9.

Preview

Color preview on black background

This text has color #DCB4C9 on black background.


Color preview on white background

This text has color #DCB4C9 on white background.


Black color preview on #DCB4C9 background

This text has black color on #DCB4C9 background.


White color preview on #DCB4C9 background

This text has white color on #DCB4C9 background.


Related colors

Complementary color

Complementary color for #hex is #234B36.


I love getcolorcode.com

Triadic colors

1 #C9DCB4 and #B4C9DC with #DCB4C9 are triadic colors.

2 #C9B4DC and #B4DCC9 with #DCB4C9 are triadic colors.