COLOR #DBAFD8

HEX: #DBAFD8
RGB: (219,175,216)

Color info

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

RGB color model

#DBAFD8 color RGB value is (219,175,216).

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

RGB channels and saturation

R 219 of 255 = 86%
G 175 of 255 = 69%
B 216 of 255 = 85%

219
175
216

R + G + B ~ 80%. #DBAFD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 175 + 216 = 610 (100%)
R 219 of 610 ~ 35.9%
G 175 of 610 ~ 28.69%
B 216 of 610 ~ 35.41%

%35.9
%28.69
%35.41

CMYK color model

#DBAFD8 color CMYK value is (0,20,1,14).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 1.37%
  • key color value is 14.12%
CMYK:
(0,20,1,14)
C0M20Y1K14 
(0%,20%,1%,14%)
(0.00/0.20/0.01/0.14)	

CMYK percentages

%0
%20.09
%1.37
%14.12

Codes

Color #DBAFD8 in popluar color models

DBAFD8
RGB219175216
HSL304°37.93%77.25%
HSB/HSV304°20.09%85.88%
CMYK0.00%20.09%1.37%
14.12%

Color #DBAFD8 in popluar number systems.

HEXDBAFD8
Decimal219175216
Binary110110111010111111011000
Octal333257330

Shades and tints

Shades of #DBAFD8

#DBAFD8
(219,175,216)
#C8A0C5
(200,160,197)
#B591B2
(181,145,178)
#A2829F
(162,130,159)
#8F738C
(143,115,140)
#7C6479
(124,100,121)
#695566
(105,85,102)
#564653
(86,70,83)
#433740
(67,55,64)
#30282D
(48,40,45)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #DBAFD8

#DBAFD8
(219,175,216)
#DEB6DB
(222,182,219)
#E1BDDE
(225,189,222)
#E4C4E1
(228,196,225)
#E7CBE4
(231,203,228)
#EAD2E7
(234,210,231)
#EDD9EA
(237,217,234)
#F0E0ED
(240,224,237)
#F3E7F0
(243,231,240)
#F6EEF3
(246,238,243)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBAFD8; }

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

This text font color is #DBAFD8.


Background Color

.myBgColor { background-color: #DBAFD8; }

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

This div background color is #DBAFD8.


Border color

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

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

This div border color is #DBAFD8.


Opacity

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

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

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

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

This text has shadow with #DBAFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBAFD8 on black background.


Color preview on white background

This text has color #DBAFD8 on white background.



Black color preview on #DBAFD8 background

This text has black color on #DBAFD8 background.


White color preview on #DBAFD8 background

This text has white color on #DBAFD8 background.