COLOR #DBA0CF

HEX: #DBA0CF
RGB: (219,160,207)

Color info

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

RGB color model

#DBA0CF color RGB value is (219,160,207).

  • red value is 219;
  • green value is 160;
  • blue value is 207.
RGB:
(219,160,207)
(86%,63%,81%)

RGB channels and saturation

R 219 of 255 = 86%
G 160 of 255 = 63%
B 207 of 255 = 81%

219
160
207

R + G + B ~ 77%. #DBA0CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 160 + 207 = 586 (100%)
R 219 of 586 ~ 37.37%
G 160 of 586 ~ 27.3%
B 207 of 586 ~ 35.32%

%37.37
%27.3
%35.32

CMYK color model

#DBA0CF color CMYK value is (0,27,5,14).

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 5.48%
  • key color value is 14.12%
CMYK:
(0,27,5,14)
C0M27Y5K14 
(0%,27%,5%,14%)
(0.00/0.27/0.05/0.14)	

CMYK percentages

%0
%26.94
%5.48
%14.12

Codes

Color #DBA0CF in popluar color models

DBA0CF
RGB219160207
HSL312°45.04%74.31%
HSB/HSV312°26.94%85.88%
CMYK0.00%26.94%5.48%
14.12%

Color #DBA0CF in popluar number systems.

HEXDBA0CF
Decimal219160207
Binary110110111010000011001111
Octal333240317

Shades and tints

Shades of #DBA0CF

#DBA0CF
(219,160,207)
#C892BD
(200,146,189)
#B584AB
(181,132,171)
#A27699
(162,118,153)
#8F6887
(143,104,135)
#7C5A75
(124,90,117)
#694C63
(105,76,99)
#563E51
(86,62,81)
#43303F
(67,48,63)
#30222D
(48,34,45)
#1D141B
(29,20,27)
#000000
(0,0,0)

Tints of #DBA0CF

#DBA0CF
(219,160,207)
#DEA8D3
(222,168,211)
#E1B0D7
(225,176,215)
#E4B8DB
(228,184,219)
#E7C0DF
(231,192,223)
#EAC8E3
(234,200,227)
#EDD0E7
(237,208,231)
#F0D8EB
(240,216,235)
#F3E0EF
(243,224,239)
#F6E8F3
(246,232,243)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA0CF color. Also use rgb(219,160,207) instead hex code.

Text Font Color

.myTextColor { color: #DBA0CF; }

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

This text font color is #DBA0CF.


Background Color

.myBgColor { background-color: #DBA0CF; }

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

This div background color is #DBA0CF.


Border color

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

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

This div border color is #DBA0CF.


Opacity

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

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

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

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

This text has shadow with #DBA0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA0CF on black background.


Color preview on white background

This text has color #DBA0CF on white background.



Black color preview on #DBA0CF background

This text has black color on #DBA0CF background.


White color preview on #DBA0CF background

This text has white color on #DBA0CF background.