COLOR #DAB3D6

HEX: #DAB3D6
RGB: (218,179,214)

Color info

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

RGB color model

#DAB3D6 color RGB value is (218,179,214).

  • red value is 218;
  • green value is 179;
  • blue value is 214.
RGB:
(218,179,214)
(85%,70%,84%)

RGB channels and saturation

R 218 of 255 = 85%
G 179 of 255 = 70%
B 214 of 255 = 84%

218
179
214

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

Portions of RGB colors in percentages

R + G + B =
218 + 179 + 214 = 611 (100%)
R 218 of 611 ~ 35.68%
G 179 of 611 ~ 29.3%
B 214 of 611 ~ 35.02%

%35.68
%29.3
%35.02

CMYK color model

#DAB3D6 color CMYK value is (0,18,2,15).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 1.83%
  • key color value is 14.51%
CMYK:
(0,18,2,15)
C0M18Y2K15 
(0%,18%,2%,15%)
(0.00/0.18/0.02/0.15)	

CMYK percentages

%0
%17.89
%1.83
%14.51

Codes

Color #DAB3D6 in popluar color models

DAB3D6
RGB218179214
HSL306°34.51%77.84%
HSB/HSV306°17.89%85.49%
CMYK0.00%17.89%1.83%
14.51%

Color #DAB3D6 in popluar number systems.

HEXDAB3D6
Decimal218179214
Binary110110101011001111010110
Octal332263326

Shades and tints

Shades of #DAB3D6

#DAB3D6
(218,179,214)
#C7A3C3
(199,163,195)
#B493B0
(180,147,176)
#A1839D
(161,131,157)
#8E738A
(142,115,138)
#7B6377
(123,99,119)
#685364
(104,83,100)
#554351
(85,67,81)
#42333E
(66,51,62)
#2F232B
(47,35,43)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #DAB3D6

#DAB3D6
(218,179,214)
#DDB9D9
(221,185,217)
#E0BFDC
(224,191,220)
#E3C5DF
(227,197,223)
#E6CBE2
(230,203,226)
#E9D1E5
(233,209,229)
#ECD7E8
(236,215,232)
#EFDDEB
(239,221,235)
#F2E3EE
(242,227,238)
#F5E9F1
(245,233,241)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB3D6 color. Also use rgb(218,179,214) instead hex code.

Text Font Color

.myTextColor { color: #DAB3D6; }

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

This text font color is #DAB3D6.


Background Color

.myBgColor { background-color: #DAB3D6; }

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

This div background color is #DAB3D6.


Border color

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

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

This div border color is #DAB3D6.


Opacity

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

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

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

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

This text has shadow with #DAB3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB3D6 on black background.


Color preview on white background

This text has color #DAB3D6 on white background.



Black color preview on #DAB3D6 background

This text has black color on #DAB3D6 background.


White color preview on #DAB3D6 background

This text has white color on #DAB3D6 background.