COLOR #DBAFB8

HEX: #DBAFB8
RGB: (219,175,184)

Color info

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

RGB color model

#DBAFB8 color RGB value is (219,175,184).

  • red value is 219;
  • green value is 175;
  • blue value is 184.
RGB:
(219,175,184)
(86%,69%,72%)

RGB channels and saturation

R 219 of 255 = 86%
G 175 of 255 = 69%
B 184 of 255 = 72%

219
175
184

R + G + B ~ 76%. #DBAFB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 175 + 184 = 578 (100%)
R 219 of 578 ~ 37.89%
G 175 of 578 ~ 30.28%
B 184 of 578 ~ 31.83%

%37.89
%30.28
%31.83

CMYK color model

#DBAFB8 color CMYK value is (0,20,16,14).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 15.98%
  • key color value is 14.12%
CMYK:
(0,20,16,14)
C0M20Y16K14 
(0%,20%,16%,14%)
(0.00/0.20/0.16/0.14)	

CMYK percentages

%0
%20.09
%15.98
%14.12

Codes

Color #DBAFB8 in popluar color models

DBAFB8
RGB219175184
HSL348°37.93%77.25%
HSB/HSV348°20.09%85.88%
CMYK0.00%20.09%15.98%
14.12%

Color #DBAFB8 in popluar number systems.

HEXDBAFB8
Decimal219175184
Binary110110111010111110111000
Octal333257270

Shades and tints

Shades of #DBAFB8

#DBAFB8
(219,175,184)
#C8A0A8
(200,160,168)
#B59198
(181,145,152)
#A28288
(162,130,136)
#8F7378
(143,115,120)
#7C6468
(124,100,104)
#695558
(105,85,88)
#564648
(86,70,72)
#433738
(67,55,56)
#302828
(48,40,40)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #DBAFB8

#DBAFB8
(219,175,184)
#DEB6BE
(222,182,190)
#E1BDC4
(225,189,196)
#E4C4CA
(228,196,202)
#E7CBD0
(231,203,208)
#EAD2D6
(234,210,214)
#EDD9DC
(237,217,220)
#F0E0E2
(240,224,226)
#F3E7E8
(243,231,232)
#F6EEEE
(246,238,238)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBAFB8 color. Also use rgb(219,175,184) instead hex code.

Text Font Color

.myTextColor { color: #DBAFB8; }

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

This text font color is #DBAFB8.


Background Color

.myBgColor { background-color: #DBAFB8; }

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

This div background color is #DBAFB8.


Border color

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

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

This div border color is #DBAFB8.


Opacity

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

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

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

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

This text has shadow with #DBAFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBAFB8 on black background.


Color preview on white background

This text has color #DBAFB8 on white background.



Black color preview on #DBAFB8 background

This text has black color on #DBAFB8 background.


White color preview on #DBAFB8 background

This text has white color on #DBAFB8 background.