COLOR #DBA8AE

HEX: #DBA8AE
RGB: (219,168,174)

Color info

#DBA8AE contains red, green and blue colors in about the same proportion. Web safe color of #DBA8AE is #CC9999 (or #C99).

RGB color model

#DBA8AE color RGB value is (219,168,174).

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

RGB channels and saturation

R 219 of 255 = 86%
G 168 of 255 = 66%
B 174 of 255 = 68%

219
168
174

R + G + B ~ 73%. #DBA8AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 168 + 174 = 561 (100%)
R 219 of 561 ~ 39.04%
G 168 of 561 ~ 29.95%
B 174 of 561 ~ 31.02%

%39.04
%29.95
%31.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.29%
  • yellow value is 20.55%
  • key color value is 14.12%
CMYK:
(0,23,21,14)
C0M23Y21K14 
(0%,23%,21%,14%)
(0.00/0.23/0.21/0.14)	

CMYK percentages

%0
%23.29
%20.55
%14.12

Codes

Color #DBA8AE in popluar color models

DBA8AE
RGB219168174
HSL353°41.46%75.88%
HSB/HSV353°23.29%85.88%
CMYK0.00%23.29%20.55%
14.12%

Color #DBA8AE in popluar number systems.

HEXDBA8AE
Decimal219168174
Binary110110111010100010101110
Octal333250256

Shades and tints

Shades of #DBA8AE

#DBA8AE
(219,168,174)
#C8999F
(200,153,159)
#B58A90
(181,138,144)
#A27B81
(162,123,129)
#8F6C72
(143,108,114)
#7C5D63
(124,93,99)
#694E54
(105,78,84)
#563F45
(86,63,69)
#433036
(67,48,54)
#302127
(48,33,39)
#1D1218
(29,18,24)
#000000
(0,0,0)

Tints of #DBA8AE

#DBA8AE
(219,168,174)
#DEAFB5
(222,175,181)
#E1B6BC
(225,182,188)
#E4BDC3
(228,189,195)
#E7C4CA
(231,196,202)
#EACBD1
(234,203,209)
#EDD2D8
(237,210,216)
#F0D9DF
(240,217,223)
#F3E0E6
(243,224,230)
#F6E7ED
(246,231,237)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA8AE; }

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

This text font color is #DBA8AE.


Background Color

.myBgColor { background-color: #DBA8AE; }

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

This div background color is #DBA8AE.


Border color

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

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

This div border color is #DBA8AE.


Opacity

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

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

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

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

This text has shadow with #DBA8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA8AE on black background.


Color preview on white background

This text has color #DBA8AE on white background.



Black color preview on #DBA8AE background

This text has black color on #DBA8AE background.


White color preview on #DBA8AE background

This text has white color on #DBA8AE background.