COLOR #DBAAB6

HEX: #DBAAB6
RGB: (219,170,182)

Color info

#DBAAB6 contains red, green and blue colors in about the same proportion. Web safe color of #DBAAB6 is #CC99CC (or #C9C).

RGB color model

#DBAAB6 color RGB value is (219,170,182).

  • red value is 219;
  • green value is 170;
  • blue value is 182.
RGB:
(219,170,182)
(86%,67%,71%)

RGB channels and saturation

R 219 of 255 = 86%
G 170 of 255 = 67%
B 182 of 255 = 71%

219
170
182

R + G + B ~ 75%. #DBAAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 170 + 182 = 571 (100%)
R 219 of 571 ~ 38.35%
G 170 of 571 ~ 29.77%
B 182 of 571 ~ 31.87%

%38.35
%29.77
%31.87

CMYK color model

#DBAAB6 color CMYK value is (0,22,17,14).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 16.89%
  • key color value is 14.12%
CMYK:
(0,22,17,14)
C0M22Y17K14 
(0%,22%,17%,14%)
(0.00/0.22/0.17/0.14)	

CMYK percentages

%0
%22.37
%16.89
%14.12

Codes

Color #DBAAB6 in popluar color models

DBAAB6
RGB219170182
HSL345°40.50%76.27%
HSB/HSV345°22.37%85.88%
CMYK0.00%22.37%16.89%
14.12%

Color #DBAAB6 in popluar number systems.

HEXDBAAB6
Decimal219170182
Binary110110111010101010110110
Octal333252266

Shades and tints

Shades of #DBAAB6

#DBAAB6
(219,170,182)
#C89BA6
(200,155,166)
#B58C96
(181,140,150)
#A27D86
(162,125,134)
#8F6E76
(143,110,118)
#7C5F66
(124,95,102)
#695056
(105,80,86)
#564146
(86,65,70)
#433236
(67,50,54)
#302326
(48,35,38)
#1D1416
(29,20,22)
#000000
(0,0,0)

Tints of #DBAAB6

#DBAAB6
(219,170,182)
#DEB1BC
(222,177,188)
#E1B8C2
(225,184,194)
#E4BFC8
(228,191,200)
#E7C6CE
(231,198,206)
#EACDD4
(234,205,212)
#EDD4DA
(237,212,218)
#F0DBE0
(240,219,224)
#F3E2E6
(243,226,230)
#F6E9EC
(246,233,236)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBAAB6 color. Also use rgb(219,170,182) instead hex code.

Text Font Color

.myTextColor { color: #DBAAB6; }

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

This text font color is #DBAAB6.


Background Color

.myBgColor { background-color: #DBAAB6; }

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

This div background color is #DBAAB6.


Border color

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

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

This div border color is #DBAAB6.


Opacity

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

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

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

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

This text has shadow with #DBAAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBAAB6 on black background.


Color preview on white background

This text has color #DBAAB6 on white background.



Black color preview on #DBAAB6 background

This text has black color on #DBAAB6 background.


White color preview on #DBAAB6 background

This text has white color on #DBAAB6 background.