COLOR #DBAFD6

HEX: #DBAFD6
RGB: (219,175,214)

Color info

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

RGB color model

#DBAFD6 color RGB value is (219,175,214).

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

RGB channels and saturation

R 219 of 255 = 86%
G 175 of 255 = 69%
B 214 of 255 = 84%

219
175
214

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

Portions of RGB colors in percentages

R + G + B =
219 + 175 + 214 = 608 (100%)
R 219 of 608 ~ 36.02%
G 175 of 608 ~ 28.78%
B 214 of 608 ~ 35.2%

%36.02
%28.78
%35.2

CMYK color model

#DBAFD6 color CMYK value is (0,20,2,14).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(0,20,2,14)
C0M20Y2K14 
(0%,20%,2%,14%)
(0.00/0.20/0.02/0.14)	

CMYK percentages

%0
%20.09
%2.28
%14.12

Codes

Color #DBAFD6 in popluar color models

DBAFD6
RGB219175214
HSL307°37.93%77.25%
HSB/HSV307°20.09%85.88%
CMYK0.00%20.09%2.28%
14.12%

Color #DBAFD6 in popluar number systems.

HEXDBAFD6
Decimal219175214
Binary110110111010111111010110
Octal333257326

Shades and tints

Shades of #DBAFD6

#DBAFD6
(219,175,214)
#C8A0C3
(200,160,195)
#B591B0
(181,145,176)
#A2829D
(162,130,157)
#8F738A
(143,115,138)
#7C6477
(124,100,119)
#695564
(105,85,100)
#564651
(86,70,81)
#43373E
(67,55,62)
#30282B
(48,40,43)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #DBAFD6

#DBAFD6
(219,175,214)
#DEB6D9
(222,182,217)
#E1BDDC
(225,189,220)
#E4C4DF
(228,196,223)
#E7CBE2
(231,203,226)
#EAD2E5
(234,210,229)
#EDD9E8
(237,217,232)
#F0E0EB
(240,224,235)
#F3E7EE
(243,231,238)
#F6EEF1
(246,238,241)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBAFD6; }

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

This text font color is #DBAFD6.


Background Color

.myBgColor { background-color: #DBAFD6; }

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

This div background color is #DBAFD6.


Border color

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

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

This div border color is #DBAFD6.


Opacity

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

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

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

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

This text has shadow with #DBAFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBAFD6 on black background.


Color preview on white background

This text has color #DBAFD6 on white background.



Black color preview on #DBAFD6 background

This text has black color on #DBAFD6 background.


White color preview on #DBAFD6 background

This text has white color on #DBAFD6 background.