COLOR #DBA0C4

HEX: #DBA0C4
RGB: (219,160,196)

Color info

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

RGB color model

#DBA0C4 color RGB value is (219,160,196).

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

RGB channels and saturation

R 219 of 255 = 86%
G 160 of 255 = 63%
B 196 of 255 = 77%

219
160
196

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

Portions of RGB colors in percentages

R + G + B =
219 + 160 + 196 = 575 (100%)
R 219 of 575 ~ 38.09%
G 160 of 575 ~ 27.83%
B 196 of 575 ~ 34.09%

%38.09
%27.83
%34.09

CMYK color model

#DBA0C4 color CMYK value is (0,27,11,14).

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 10.50%
  • key color value is 14.12%
CMYK:
(0,27,11,14)
C0M27Y11K14 
(0%,27%,11%,14%)
(0.00/0.27/0.11/0.14)	

CMYK percentages

%0
%26.94
%10.5
%14.12

Codes

Color #DBA0C4 in popluar color models

DBA0C4
RGB219160196
HSL323°45.04%74.31%
HSB/HSV323°26.94%85.88%
CMYK0.00%26.94%10.50%
14.12%

Color #DBA0C4 in popluar number systems.

HEXDBA0C4
Decimal219160196
Binary110110111010000011000100
Octal333240304

Shades and tints

Shades of #DBA0C4

#DBA0C4
(219,160,196)
#C892B3
(200,146,179)
#B584A2
(181,132,162)
#A27691
(162,118,145)
#8F6880
(143,104,128)
#7C5A6F
(124,90,111)
#694C5E
(105,76,94)
#563E4D
(86,62,77)
#43303C
(67,48,60)
#30222B
(48,34,43)
#1D141A
(29,20,26)
#000000
(0,0,0)

Tints of #DBA0C4

#DBA0C4
(219,160,196)
#DEA8C9
(222,168,201)
#E1B0CE
(225,176,206)
#E4B8D3
(228,184,211)
#E7C0D8
(231,192,216)
#EAC8DD
(234,200,221)
#EDD0E2
(237,208,226)
#F0D8E7
(240,216,231)
#F3E0EC
(243,224,236)
#F6E8F1
(246,232,241)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA0C4; }

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

This text font color is #DBA0C4.


Background Color

.myBgColor { background-color: #DBA0C4; }

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

This div background color is #DBA0C4.


Border color

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

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

This div border color is #DBA0C4.


Opacity

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

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

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

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

This text has shadow with #DBA0C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA0C4 on black background.


Color preview on white background

This text has color #DBA0C4 on white background.



Black color preview on #DBA0C4 background

This text has black color on #DBA0C4 background.


White color preview on #DBA0C4 background

This text has white color on #DBA0C4 background.