COLOR #DBAFD2

HEX: #DBAFD2
RGB: (219,175,210)

Color info

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

RGB color model

#DBAFD2 color RGB value is (219,175,210).

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

RGB channels and saturation

R 219 of 255 = 86%
G 175 of 255 = 69%
B 210 of 255 = 82%

219
175
210

R + G + B ~ 79%. #DBAFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 175 + 210 = 604 (100%)
R 219 of 604 ~ 36.26%
G 175 of 604 ~ 28.97%
B 210 of 604 ~ 34.77%

%36.26
%28.97
%34.77

CMYK color model

#DBAFD2 color CMYK value is (0,20,4,14).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 4.11%
  • key color value is 14.12%
CMYK:
(0,20,4,14)
C0M20Y4K14 
(0%,20%,4%,14%)
(0.00/0.20/0.04/0.14)	

CMYK percentages

%0
%20.09
%4.11
%14.12

Codes

Color #DBAFD2 in popluar color models

DBAFD2
RGB219175210
HSL312°37.93%77.25%
HSB/HSV312°20.09%85.88%
CMYK0.00%20.09%4.11%
14.12%

Color #DBAFD2 in popluar number systems.

HEXDBAFD2
Decimal219175210
Binary110110111010111111010010
Octal333257322

Shades and tints

Shades of #DBAFD2

#DBAFD2
(219,175,210)
#C8A0BF
(200,160,191)
#B591AC
(181,145,172)
#A28299
(162,130,153)
#8F7386
(143,115,134)
#7C6473
(124,100,115)
#695560
(105,85,96)
#56464D
(86,70,77)
#43373A
(67,55,58)
#302827
(48,40,39)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #DBAFD2

#DBAFD2
(219,175,210)
#DEB6D6
(222,182,214)
#E1BDDA
(225,189,218)
#E4C4DE
(228,196,222)
#E7CBE2
(231,203,226)
#EAD2E6
(234,210,230)
#EDD9EA
(237,217,234)
#F0E0EE
(240,224,238)
#F3E7F2
(243,231,242)
#F6EEF6
(246,238,246)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBAFD2; }

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

This text font color is #DBAFD2.


Background Color

.myBgColor { background-color: #DBAFD2; }

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

This div background color is #DBAFD2.


Border color

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

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

This div border color is #DBAFD2.


Opacity

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

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

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

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

This text has shadow with #DBAFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBAFD2 on black background.


Color preview on white background

This text has color #DBAFD2 on white background.



Black color preview on #DBAFD2 background

This text has black color on #DBAFD2 background.


White color preview on #DBAFD2 background

This text has white color on #DBAFD2 background.