COLOR #DBABAE

HEX: #DBABAE
RGB: (219,171,174)

Color info

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

RGB color model

#DBABAE color RGB value is (219,171,174).

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

RGB channels and saturation

R 219 of 255 = 86%
G 171 of 255 = 67%
B 174 of 255 = 68%

219
171
174

R + G + B ~ 74%. #DBABAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 171 + 174 = 564 (100%)
R 219 of 564 ~ 38.83%
G 171 of 564 ~ 30.32%
B 174 of 564 ~ 30.85%

%38.83
%30.32
%30.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.92%
  • yellow value is 20.55%
  • key color value is 14.12%
CMYK:
(0,22,21,14)
C0M22Y21K14 
(0%,22%,21%,14%)
(0.00/0.22/0.21/0.14)	

CMYK percentages

%0
%21.92
%20.55
%14.12

Codes

Color #DBABAE in popluar color models

DBABAE
RGB219171174
HSL356°40.00%76.47%
HSB/HSV356°21.92%85.88%
CMYK0.00%21.92%20.55%
14.12%

Color #DBABAE in popluar number systems.

HEXDBABAE
Decimal219171174
Binary110110111010101110101110
Octal333253256

Shades and tints

Shades of #DBABAE

#DBABAE
(219,171,174)
#C89C9F
(200,156,159)
#B58D90
(181,141,144)
#A27E81
(162,126,129)
#8F6F72
(143,111,114)
#7C6063
(124,96,99)
#695154
(105,81,84)
#564245
(86,66,69)
#433336
(67,51,54)
#302427
(48,36,39)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #DBABAE

#DBABAE
(219,171,174)
#DEB2B5
(222,178,181)
#E1B9BC
(225,185,188)
#E4C0C3
(228,192,195)
#E7C7CA
(231,199,202)
#EACED1
(234,206,209)
#EDD5D8
(237,213,216)
#F0DCDF
(240,220,223)
#F3E3E6
(243,227,230)
#F6EAED
(246,234,237)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBABAE; }

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

This text font color is #DBABAE.


Background Color

.myBgColor { background-color: #DBABAE; }

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

This div background color is #DBABAE.


Border color

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

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

This div border color is #DBABAE.


Opacity

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

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

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

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

This text has shadow with #DBABAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBABAE on black background.


Color preview on white background

This text has color #DBABAE on white background.



Black color preview on #DBABAE background

This text has black color on #DBABAE background.


White color preview on #DBABAE background

This text has white color on #DBABAE background.