COLOR #DBA4B2

HEX: #DBA4B2
RGB: (219,164,178)

Color info

#DBA4B2 contains red, green and blue colors in about the same proportion. Web safe color of #DBA4B2 is #CC9999 (or #C99).

RGB color model

#DBA4B2 color RGB value is (219,164,178).

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

RGB channels and saturation

R 219 of 255 = 86%
G 164 of 255 = 64%
B 178 of 255 = 70%

219
164
178

R + G + B ~ 73%. #DBA4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 164 + 178 = 561 (100%)
R 219 of 561 ~ 39.04%
G 164 of 561 ~ 29.23%
B 178 of 561 ~ 31.73%

%39.04
%29.23
%31.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 18.72%
  • key color value is 14.12%
CMYK:
(0,25,19,14)
C0M25Y19K14 
(0%,25%,19%,14%)
(0.00/0.25/0.19/0.14)	

CMYK percentages

%0
%25.11
%18.72
%14.12

Codes

Color #DBA4B2 in popluar color models

DBA4B2
RGB219164178
HSL345°43.31%75.10%
HSB/HSV345°25.11%85.88%
CMYK0.00%25.11%18.72%
14.12%

Color #DBA4B2 in popluar number systems.

HEXDBA4B2
Decimal219164178
Binary110110111010010010110010
Octal333244262

Shades and tints

Shades of #DBA4B2

#DBA4B2
(219,164,178)
#C896A2
(200,150,162)
#B58892
(181,136,146)
#A27A82
(162,122,130)
#8F6C72
(143,108,114)
#7C5E62
(124,94,98)
#695052
(105,80,82)
#564242
(86,66,66)
#433432
(67,52,50)
#302622
(48,38,34)
#1D1812
(29,24,18)
#000000
(0,0,0)

Tints of #DBA4B2

#DBA4B2
(219,164,178)
#DEACB9
(222,172,185)
#E1B4C0
(225,180,192)
#E4BCC7
(228,188,199)
#E7C4CE
(231,196,206)
#EACCD5
(234,204,213)
#EDD4DC
(237,212,220)
#F0DCE3
(240,220,227)
#F3E4EA
(243,228,234)
#F6ECF1
(246,236,241)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA4B2; }

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

This text font color is #DBA4B2.


Background Color

.myBgColor { background-color: #DBA4B2; }

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

This div background color is #DBA4B2.


Border color

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

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

This div border color is #DBA4B2.


Opacity

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

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

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

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

This text has shadow with #DBA4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA4B2 on black background.


Color preview on white background

This text has color #DBA4B2 on white background.



Black color preview on #DBA4B2 background

This text has black color on #DBA4B2 background.


White color preview on #DBA4B2 background

This text has white color on #DBA4B2 background.