COLOR #DAB9DA

HEX: #DAB9DA
RGB: (218,185,218)

Color info

#DAB9DA contains red, green and blue colors in about the same proportion. Web safe color of #DAB9DA is #CCCCCC (or #CCC).

RGB color model

#DAB9DA color RGB value is (218,185,218).

  • red value is 218;
  • green value is 185;
  • blue value is 218.
RGB:
(218,185,218)
(85%,73%,85%)

RGB channels and saturation

R 218 of 255 = 85%
G 185 of 255 = 73%
B 218 of 255 = 85%

218
185
218

R + G + B ~ 81%. #DAB9DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 185 + 218 = 621 (100%)
R 218 of 621 ~ 35.1%
G 185 of 621 ~ 29.79%
B 218 of 621 ~ 35.1%

%35.1
%29.79
%35.1

CMYK color model

#DAB9DA color CMYK value is (0,15,0,15).

  • cyan value is 0.00%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(0,15,0,15)
C0M15Y0K15 
(0%,15%,0%,15%)
(0.00/0.15/0.00/0.15)	

CMYK percentages

%0
%15.14
%0
%14.51

Codes

Color #DAB9DA in popluar color models

DAB9DA
RGB218185218
HSL300°30.84%79.02%
HSB/HSV300°15.14%85.49%
CMYK0.00%15.14%0.00%
14.51%

Color #DAB9DA in popluar number systems.

HEXDAB9DA
Decimal218185218
Binary110110101011100111011010
Octal332271332

Shades and tints

Shades of #DAB9DA

#DAB9DA
(218,185,218)
#C7A9C7
(199,169,199)
#B499B4
(180,153,180)
#A189A1
(161,137,161)
#8E798E
(142,121,142)
#7B697B
(123,105,123)
#685968
(104,89,104)
#554955
(85,73,85)
#423942
(66,57,66)
#2F292F
(47,41,47)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #DAB9DA

#DAB9DA
(218,185,218)
#DDBFDD
(221,191,221)
#E0C5E0
(224,197,224)
#E3CBE3
(227,203,227)
#E6D1E6
(230,209,230)
#E9D7E9
(233,215,233)
#ECDDEC
(236,221,236)
#EFE3EF
(239,227,239)
#F2E9F2
(242,233,242)
#F5EFF5
(245,239,245)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB9DA; }

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

This text font color is #DAB9DA.


Background Color

.myBgColor { background-color: #DAB9DA; }

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

This div background color is #DAB9DA.


Border color

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

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

This div border color is #DAB9DA.


Opacity

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

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

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

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

This text has shadow with #DAB9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB9DA on black background.


Color preview on white background

This text has color #DAB9DA on white background.



Black color preview on #DAB9DA background

This text has black color on #DAB9DA background.


White color preview on #DAB9DA background

This text has white color on #DAB9DA background.