COLOR #DBA0BE

HEX: #DBA0BE
RGB: (219,160,190)

Color info

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

RGB color model

#DBA0BE color RGB value is (219,160,190).

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

RGB channels and saturation

R 219 of 255 = 86%
G 160 of 255 = 63%
B 190 of 255 = 75%

219
160
190

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

Portions of RGB colors in percentages

R + G + B =
219 + 160 + 190 = 569 (100%)
R 219 of 569 ~ 38.49%
G 160 of 569 ~ 28.12%
B 190 of 569 ~ 33.39%

%38.49
%28.12
%33.39

CMYK color model

#DBA0BE color CMYK value is (0,27,13,14).

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 13.24%
  • key color value is 14.12%
CMYK:
(0,27,13,14)
C0M27Y13K14 
(0%,27%,13%,14%)
(0.00/0.27/0.13/0.14)	

CMYK percentages

%0
%26.94
%13.24
%14.12

Codes

Color #DBA0BE in popluar color models

DBA0BE
RGB219160190
HSL329°45.04%74.31%
HSB/HSV329°26.94%85.88%
CMYK0.00%26.94%13.24%
14.12%

Color #DBA0BE in popluar number systems.

HEXDBA0BE
Decimal219160190
Binary110110111010000010111110
Octal333240276

Shades and tints

Shades of #DBA0BE

#DBA0BE
(219,160,190)
#C892AD
(200,146,173)
#B5849C
(181,132,156)
#A2768B
(162,118,139)
#8F687A
(143,104,122)
#7C5A69
(124,90,105)
#694C58
(105,76,88)
#563E47
(86,62,71)
#433036
(67,48,54)
#302225
(48,34,37)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #DBA0BE

#DBA0BE
(219,160,190)
#DEA8C3
(222,168,195)
#E1B0C8
(225,176,200)
#E4B8CD
(228,184,205)
#E7C0D2
(231,192,210)
#EAC8D7
(234,200,215)
#EDD0DC
(237,208,220)
#F0D8E1
(240,216,225)
#F3E0E6
(243,224,230)
#F6E8EB
(246,232,235)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA0BE; }

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

This text font color is #DBA0BE.


Background Color

.myBgColor { background-color: #DBA0BE; }

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

This div background color is #DBA0BE.


Border color

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

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

This div border color is #DBA0BE.


Opacity

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

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

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

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

This text has shadow with #DBA0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA0BE on black background.


Color preview on white background

This text has color #DBA0BE on white background.



Black color preview on #DBA0BE background

This text has black color on #DBA0BE background.


White color preview on #DBA0BE background

This text has white color on #DBA0BE background.