COLOR #DBA4BF

HEX: #DBA4BF
RGB: (219,164,191)

Color info

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

RGB color model

#DBA4BF color RGB value is (219,164,191).

  • red value is 219;
  • green value is 164;
  • blue value is 191.
RGB:
(219,164,191)
(86%,64%,75%)

RGB channels and saturation

R 219 of 255 = 86%
G 164 of 255 = 64%
B 191 of 255 = 75%

219
164
191

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

Portions of RGB colors in percentages

R + G + B =
219 + 164 + 191 = 574 (100%)
R 219 of 574 ~ 38.15%
G 164 of 574 ~ 28.57%
B 191 of 574 ~ 33.28%

%38.15
%28.57
%33.28

CMYK color model

#DBA4BF color CMYK value is (0,25,13,14).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 12.79%
  • key color value is 14.12%
CMYK:
(0,25,13,14)
C0M25Y13K14 
(0%,25%,13%,14%)
(0.00/0.25/0.13/0.14)	

CMYK percentages

%0
%25.11
%12.79
%14.12

Codes

Color #DBA4BF in popluar color models

DBA4BF
RGB219164191
HSL331°43.31%75.10%
HSB/HSV331°25.11%85.88%
CMYK0.00%25.11%12.79%
14.12%

Color #DBA4BF in popluar number systems.

HEXDBA4BF
Decimal219164191
Binary110110111010010010111111
Octal333244277

Shades and tints

Shades of #DBA4BF

#DBA4BF
(219,164,191)
#C896AE
(200,150,174)
#B5889D
(181,136,157)
#A27A8C
(162,122,140)
#8F6C7B
(143,108,123)
#7C5E6A
(124,94,106)
#695059
(105,80,89)
#564248
(86,66,72)
#433437
(67,52,55)
#302626
(48,38,38)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #DBA4BF

#DBA4BF
(219,164,191)
#DEACC4
(222,172,196)
#E1B4C9
(225,180,201)
#E4BCCE
(228,188,206)
#E7C4D3
(231,196,211)
#EACCD8
(234,204,216)
#EDD4DD
(237,212,221)
#F0DCE2
(240,220,226)
#F3E4E7
(243,228,231)
#F6ECEC
(246,236,236)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA4BF color. Also use rgb(219,164,191) instead hex code.

Text Font Color

.myTextColor { color: #DBA4BF; }

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

This text font color is #DBA4BF.


Background Color

.myBgColor { background-color: #DBA4BF; }

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

This div background color is #DBA4BF.


Border color

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

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

This div border color is #DBA4BF.


Opacity

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

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

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

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

This text has shadow with #DBA4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA4BF on black background.


Color preview on white background

This text has color #DBA4BF on white background.



Black color preview on #DBA4BF background

This text has black color on #DBA4BF background.


White color preview on #DBA4BF background

This text has white color on #DBA4BF background.