COLOR #DCB7C7

HEX: #DCB7C7 RGB: (220,183,199)

Color info

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

RGB color model

#DCB7C7 color RGB value is (220,183,199).

RGB: (220,183,199) (86%, 72%, 78%)

RGB channels and saturation

R 220 of 255 = 86%
G 183 of 255 = 72%
B 199 of 255 = 78%

220
183
199

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

Portions of RGB colors in percentages

R + G + B = 220 + 183 + 199 = 602 (100%)
R 220 of 602 ~ 36.54%
G 183 of 602 ~ 30.4%
B 199 of 602 ~ 33.06'%

%36.54
%30.4
%33.06

CMYK color model

#DCB7C7 color CMYK value is (0,17,10,14).

  • cyan value is 0.00%
  • magenta value is 16.82%
  • yellow value is 9.55%
  • key color value is 13.73%

CMYK: (0,17,10,14)
C0M17Y10K14 (0%, 17%, 10%, 14%)
(0.00 / 0.17 / 0.10 / 0.14)

CMYK percentages

%0
%16.82
%9.55
%13.73

Codes

Color #DCB7C7 in popluar color models

DC B7 C7
RGB 220 183 199
HSL 334° 34.58% 79.02%
HSB/HSV 334° 16.82% 86.27%
CMYK 0.00% 16.82% 9.55%
13.73%

Color #DCB7C7 in popluar number systems.

HEX DC B7 C7
Decimal 220 183 199
Binary 11011100 10110111 11000111
Octal 334 267 307

Shades and tints

Shades of #DCB7C7

#DCB7C7
(220,183,199)
#C8A7B5
(200,167,181)
#B497A3
(180,151,163)
#A08791
(160,135,145)
#8C777F
(140,119,127)
#78676D
(120,103,109)
#64575B
(100,87,91)
#504749
(80,71,73)
#3C3737
(60,55,55)
#282725
(40,39,37)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #DCB7C7

#DCB7C7
(220,183,199)
#DFBDCC
(223,189,204)
#E2C3D1
(226,195,209)
#E5C9D6
(229,201,214)
#E8CFDB
(232,207,219)
#EBD5E0
(235,213,224)
#EEDBE5
(238,219,229)
#F1E1EA
(241,225,234)
#F4E7EF
(244,231,239)
#F7EDF4
(247,237,244)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB7C7 color. Also use rgb(220,183,199) instead hex code.

Text Font Color

.myTextColor { color: #DCB7C7; }

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

This text font color is #DCB7C7.

Background Color

.myBgColor { background-color: #DCB7C7; }

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

This div background color is #DCB7C7.

Border color

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

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

This div border color is #DCB7C7.

Opacity

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

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

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

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

This text has shadow with #DCB7C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB7C7.

Preview

Color preview on black background

This text has color #DCB7C7 on black background.


Color preview on white background

This text has color #DCB7C7 on white background.


Black color preview on #DCB7C7 background

This text has black color on #DCB7C7 background.


White color preview on #DCB7C7 background

This text has white color on #DCB7C7 background.


Related colors

Complementary color

Complementary color for #hex is #234838.


I love getcolorcode.com

Triadic colors

1 #C7DCB7 and #B7C7DC with #DCB7C7 are triadic colors.

2 #C7B7DC and #B7DCC7 with #DCB7C7 are triadic colors.