COLOR #DCB9BE

HEX: #DCB9BE
RGB: (220,185,190)

Color info

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

RGB color model

#DCB9BE color RGB value is (220,185,190).

  • red value is 220;
  • green value is 185;
  • blue value is 190.
RGB:
(220,185,190)
(86%,73%,75%)

RGB channels and saturation

R 220 of 255 = 86%
G 185 of 255 = 73%
B 190 of 255 = 75%

220
185
190

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

Portions of RGB colors in percentages

R + G + B =
220 + 185 + 190 = 595 (100%)
R 220 of 595 ~ 36.97%
G 185 of 595 ~ 31.09%
B 190 of 595 ~ 31.93%

%36.97
%31.09
%31.93

CMYK color model

#DCB9BE color CMYK value is (0,16,14,14).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 13.64%
  • key color value is 13.73%
CMYK:
(0,16,14,14)
C0M16Y14K14 
(0%,16%,14%,14%)
(0.00/0.16/0.14/0.14)	

CMYK percentages

%0
%15.91
%13.64
%13.73

Codes

Color #DCB9BE in popluar color models

DCB9BE
RGB220185190
HSL351°33.33%79.41%
HSB/HSV351°15.91%86.27%
CMYK0.00%15.91%13.64%
13.73%

Color #DCB9BE in popluar number systems.

HEXDCB9BE
Decimal220185190
Binary110111001011100110111110
Octal334271276

Shades and tints

Shades of #DCB9BE

#DCB9BE
(220,185,190)
#C8A9AD
(200,169,173)
#B4999C
(180,153,156)
#A0898B
(160,137,139)
#8C797A
(140,121,122)
#786969
(120,105,105)
#645958
(100,89,88)
#504947
(80,73,71)
#3C3936
(60,57,54)
#282925
(40,41,37)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #DCB9BE

#DCB9BE
(220,185,190)
#DFBFC3
(223,191,195)
#E2C5C8
(226,197,200)
#E5CBCD
(229,203,205)
#E8D1D2
(232,209,210)
#EBD7D7
(235,215,215)
#EEDDDC
(238,221,220)
#F1E3E1
(241,227,225)
#F4E9E6
(244,233,230)
#F7EFEB
(247,239,235)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB9BE color. Also use rgb(220,185,190) instead hex code.

Text Font Color

.myTextColor { color: #DCB9BE; }

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

This text font color is #DCB9BE.


Background Color

.myBgColor { background-color: #DCB9BE; }

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

This div background color is #DCB9BE.


Border color

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

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

This div border color is #DCB9BE.


Opacity

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

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

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

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

This text has shadow with #DCB9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB9BE on black background.


Color preview on white background

This text has color #DCB9BE on white background.



Black color preview on #DCB9BE background

This text has black color on #DCB9BE background.


White color preview on #DCB9BE background

This text has white color on #DCB9BE background.