COLOR #DCB1C5

HEX: #DCB1C5 RGB: (220,177,197)

Color info

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

RGB color model

#DCB1C5 color RGB value is (220,177,197).

RGB: (220,177,197) (86%, 69%, 77%)

RGB channels and saturation

R 220 of 255 = 86%
G 177 of 255 = 69%
B 197 of 255 = 77%

220
177
197

R + G + B ~ 77%. #DCB1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 177 + 197 = 594 (100%)
R 220 of 594 ~ 37.04%
G 177 of 594 ~ 29.8%
B 197 of 594 ~ 33.16'%

%37.04
%29.8
%33.16

CMYK color model

#DCB1C5 color CMYK value is (0,20,10,14).

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 10.45%
  • key color value is 13.73%
CMYK: (0,20,10,14) C0M20Y10K14 (0%,20%,10%,14%) (0.00/0.20/0.10/0.14) 

CMYK percentages

%0
%19.55
%10.45
%13.73

Codes

Color #DCB1C5 in popluar color models

DC B1 C5
RGB 220 177 197
HSL 332° 38.05% 77.84%
HSB/HSV 332° 19.55% 86.27%
CMYK 0.00% 19.55% 10.45%
13.73%

Color #DCB1C5 in popluar number systems.

HEX DC B1 C5
Decimal 220 177 197
Binary 11011100 10110001 11000101
Octal 334 261 305

Shades and tints

Shades of #DCB1C5

#DCB1C5
(220,177,197)
#C8A1B4
(200,161,180)
#B491A3
(180,145,163)
#A08192
(160,129,146)
#8C7181
(140,113,129)
#786170
(120,97,112)
#64515F
(100,81,95)
#50414E
(80,65,78)
#3C313D
(60,49,61)
#28212C
(40,33,44)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #DCB1C5

#DCB1C5
(220,177,197)
#DFB8CA
(223,184,202)
#E2BFCF
(226,191,207)
#E5C6D4
(229,198,212)
#E8CDD9
(232,205,217)
#EBD4DE
(235,212,222)
#EEDBE3
(238,219,227)
#F1E2E8
(241,226,232)
#F4E9ED
(244,233,237)
#F7F0F2
(247,240,242)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB1C5 color. Also use rgb(220,177,197) instead hex code.

Text Font Color

.myTextColor { color: #DCB1C5; }

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

This text font color is #DCB1C5.

Background Color

.myBgColor { background-color: #DCB1C5; }

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

This div background color is #DCB1C5.

Border color

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

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

This div border color is #DCB1C5.

Opacity

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

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

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

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

This text has shadow with #DCB1C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB1C5.

Preview

Color preview on black background

This text has color #DCB1C5 on black background.


Color preview on white background

This text has color #DCB1C5 on white background.


Black color preview on #DCB1C5 background

This text has black color on #DCB1C5 background.


White color preview on #DCB1C5 background

This text has white color on #DCB1C5 background.


Related colors

Complementary color

Complementary color for #hex is #234E3A.


I love getcolorcode.com

Triadic colors

1 #C5DCB1 and #B1C5DC with #DCB1C5 are triadic colors.

2 #C5B1DC and #B1DCC5 with #DCB1C5 are triadic colors.