COLOR #DBBDAE

HEX: #DBBDAE
RGB: (219,189,174)

Color info

#DBBDAE contains red, green and blue colors in about the same proportion. Web safe color of #DBBDAE is #CCCC99 (or #CC9).

RGB color model

#DBBDAE color RGB value is (219,189,174).

  • red value is 219;
  • green value is 189;
  • blue value is 174.
RGB:
(219,189,174)
(86%,74%,68%)

RGB channels and saturation

R 219 of 255 = 86%
G 189 of 255 = 74%
B 174 of 255 = 68%

219
189
174

R + G + B ~ 76%. #DBBDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 189 + 174 = 582 (100%)
R 219 of 582 ~ 37.63%
G 189 of 582 ~ 32.47%
B 174 of 582 ~ 29.9%

%37.63
%32.47
%29.9

CMYK color model

#DBBDAE color CMYK value is (0,14,21,14).

  • cyan value is 0.00%
  • magenta value is 13.70%
  • yellow value is 20.55%
  • key color value is 14.12%
CMYK:
(0,14,21,14)
C0M14Y21K14 
(0%,14%,21%,14%)
(0.00/0.14/0.21/0.14)	

CMYK percentages

%0
%13.7
%20.55
%14.12

Codes

Color #DBBDAE in popluar color models

DBBDAE
RGB219189174
HSL20°38.46%77.06%
HSB/HSV20°20.55%85.88%
CMYK0.00%13.70%20.55%
14.12%

Color #DBBDAE in popluar number systems.

HEXDBBDAE
Decimal219189174
Binary110110111011110110101110
Octal333275256

Shades and tints

Shades of #DBBDAE

#DBBDAE
(219,189,174)
#C8AC9F
(200,172,159)
#B59B90
(181,155,144)
#A28A81
(162,138,129)
#8F7972
(143,121,114)
#7C6863
(124,104,99)
#695754
(105,87,84)
#564645
(86,70,69)
#433536
(67,53,54)
#302427
(48,36,39)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #DBBDAE

#DBBDAE
(219,189,174)
#DEC3B5
(222,195,181)
#E1C9BC
(225,201,188)
#E4CFC3
(228,207,195)
#E7D5CA
(231,213,202)
#EADBD1
(234,219,209)
#EDE1D8
(237,225,216)
#F0E7DF
(240,231,223)
#F3EDE6
(243,237,230)
#F6F3ED
(246,243,237)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBDAE color. Also use rgb(219,189,174) instead hex code.

Text Font Color

.myTextColor { color: #DBBDAE; }

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

This text font color is #DBBDAE.


Background Color

.myBgColor { background-color: #DBBDAE; }

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

This div background color is #DBBDAE.


Border color

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

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

This div border color is #DBBDAE.


Opacity

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

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

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

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

This text has shadow with #DBBDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBBDAE on black background.


Color preview on white background

This text has color #DBBDAE on white background.



Black color preview on #DBBDAE background

This text has black color on #DBBDAE background.


White color preview on #DBBDAE background

This text has white color on #DBBDAE background.