COLOR #DBA6BD

HEX: #DBA6BD
RGB: (219,166,189)

Color info

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

RGB color model

#DBA6BD color RGB value is (219,166,189).

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

RGB channels and saturation

R 219 of 255 = 86%
G 166 of 255 = 65%
B 189 of 255 = 74%

219
166
189

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

Portions of RGB colors in percentages

R + G + B =
219 + 166 + 189 = 574 (100%)
R 219 of 574 ~ 38.15%
G 166 of 574 ~ 28.92%
B 189 of 574 ~ 32.93%

%38.15
%28.92
%32.93

CMYK color model

#DBA6BD color CMYK value is (0,24,14,14).

  • cyan value is 0.00%
  • magenta value is 24.20%
  • yellow value is 13.70%
  • key color value is 14.12%
CMYK:
(0,24,14,14)
C0M24Y14K14 
(0%,24%,14%,14%)
(0.00/0.24/0.14/0.14)	

CMYK percentages

%0
%24.2
%13.7
%14.12

Codes

Color #DBA6BD in popluar color models

DBA6BD
RGB219166189
HSL334°42.40%75.49%
HSB/HSV334°24.20%85.88%
CMYK0.00%24.20%13.70%
14.12%

Color #DBA6BD in popluar number systems.

HEXDBA6BD
Decimal219166189
Binary110110111010011010111101
Octal333246275

Shades and tints

Shades of #DBA6BD

#DBA6BD
(219,166,189)
#C897AC
(200,151,172)
#B5889B
(181,136,155)
#A2798A
(162,121,138)
#8F6A79
(143,106,121)
#7C5B68
(124,91,104)
#694C57
(105,76,87)
#563D46
(86,61,70)
#432E35
(67,46,53)
#301F24
(48,31,36)
#1D1013
(29,16,19)
#000000
(0,0,0)

Tints of #DBA6BD

#DBA6BD
(219,166,189)
#DEAEC3
(222,174,195)
#E1B6C9
(225,182,201)
#E4BECF
(228,190,207)
#E7C6D5
(231,198,213)
#EACEDB
(234,206,219)
#EDD6E1
(237,214,225)
#F0DEE7
(240,222,231)
#F3E6ED
(243,230,237)
#F6EEF3
(246,238,243)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA6BD; }

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

This text font color is #DBA6BD.


Background Color

.myBgColor { background-color: #DBA6BD; }

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

This div background color is #DBA6BD.


Border color

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

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

This div border color is #DBA6BD.


Opacity

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

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

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

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

This text has shadow with #DBA6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA6BD on black background.


Color preview on white background

This text has color #DBA6BD on white background.



Black color preview on #DBA6BD background

This text has black color on #DBA6BD background.


White color preview on #DBA6BD background

This text has white color on #DBA6BD background.