COLOR #DBADAE

HEX: #DBADAE
RGB: (219,173,174)

Color info

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

RGB color model

#DBADAE color RGB value is (219,173,174).

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

RGB channels and saturation

R 219 of 255 = 86%
G 173 of 255 = 68%
B 174 of 255 = 68%

219
173
174

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

Portions of RGB colors in percentages

R + G + B =
219 + 173 + 174 = 566 (100%)
R 219 of 566 ~ 38.69%
G 173 of 566 ~ 30.57%
B 174 of 566 ~ 30.74%

%38.69
%30.57
%30.74

CMYK color model

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

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

CMYK percentages

%0
%21
%20.55
%14.12

Codes

Color #DBADAE in popluar color models

DBADAE
RGB219173174
HSL359°38.98%76.86%
HSB/HSV359°21.00%85.88%
CMYK0.00%21.00%20.55%
14.12%

Color #DBADAE in popluar number systems.

HEXDBADAE
Decimal219173174
Binary110110111010110110101110
Octal333255256

Shades and tints

Shades of #DBADAE

#DBADAE
(219,173,174)
#C89E9F
(200,158,159)
#B58F90
(181,143,144)
#A28081
(162,128,129)
#8F7172
(143,113,114)
#7C6263
(124,98,99)
#695354
(105,83,84)
#564445
(86,68,69)
#433536
(67,53,54)
#302627
(48,38,39)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #DBADAE

#DBADAE
(219,173,174)
#DEB4B5
(222,180,181)
#E1BBBC
(225,187,188)
#E4C2C3
(228,194,195)
#E7C9CA
(231,201,202)
#EAD0D1
(234,208,209)
#EDD7D8
(237,215,216)
#F0DEDF
(240,222,223)
#F3E5E6
(243,229,230)
#F6ECED
(246,236,237)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBADAE; }

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

This text font color is #DBADAE.


Background Color

.myBgColor { background-color: #DBADAE; }

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

This div background color is #DBADAE.


Border color

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

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

This div border color is #DBADAE.


Opacity

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

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

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

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

This text has shadow with #DBADAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBADAE on black background.


Color preview on white background

This text has color #DBADAE on white background.



Black color preview on #DBADAE background

This text has black color on #DBADAE background.


White color preview on #DBADAE background

This text has white color on #DBADAE background.