COLOR #DBA5BC

HEX: #DBA5BC
RGB: (219,165,188)

Color info

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

RGB color model

#DBA5BC color RGB value is (219,165,188).

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

RGB channels and saturation

R 219 of 255 = 86%
G 165 of 255 = 65%
B 188 of 255 = 74%

219
165
188

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

Portions of RGB colors in percentages

R + G + B =
219 + 165 + 188 = 572 (100%)
R 219 of 572 ~ 38.29%
G 165 of 572 ~ 28.85%
B 188 of 572 ~ 32.87%

%38.29
%28.85
%32.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.66%
  • yellow value is 14.16%
  • key color value is 14.12%
CMYK:
(0,25,14,14)
C0M25Y14K14 
(0%,25%,14%,14%)
(0.00/0.25/0.14/0.14)	

CMYK percentages

%0
%24.66
%14.16
%14.12

Codes

Color #DBA5BC in popluar color models

DBA5BC
RGB219165188
HSL334°42.86%75.29%
HSB/HSV334°24.66%85.88%
CMYK0.00%24.66%14.16%
14.12%

Color #DBA5BC in popluar number systems.

HEXDBA5BC
Decimal219165188
Binary110110111010010110111100
Octal333245274

Shades and tints

Shades of #DBA5BC

#DBA5BC
(219,165,188)
#C896AB
(200,150,171)
#B5879A
(181,135,154)
#A27889
(162,120,137)
#8F6978
(143,105,120)
#7C5A67
(124,90,103)
#694B56
(105,75,86)
#563C45
(86,60,69)
#432D34
(67,45,52)
#301E23
(48,30,35)
#1D0F12
(29,15,18)
#000000
(0,0,0)

Tints of #DBA5BC

#DBA5BC
(219,165,188)
#DEADC2
(222,173,194)
#E1B5C8
(225,181,200)
#E4BDCE
(228,189,206)
#E7C5D4
(231,197,212)
#EACDDA
(234,205,218)
#EDD5E0
(237,213,224)
#F0DDE6
(240,221,230)
#F3E5EC
(243,229,236)
#F6EDF2
(246,237,242)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA5BC color. Also use rgb(219,165,188) instead hex code.

Text Font Color

.myTextColor { color: #DBA5BC; }

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

This text font color is #DBA5BC.


Background Color

.myBgColor { background-color: #DBA5BC; }

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

This div background color is #DBA5BC.


Border color

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

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

This div border color is #DBA5BC.


Opacity

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

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

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

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

This text has shadow with #DBA5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA5BC on black background.


Color preview on white background

This text has color #DBA5BC on white background.



Black color preview on #DBA5BC background

This text has black color on #DBA5BC background.


White color preview on #DBA5BC background

This text has white color on #DBA5BC background.