COLOR #DABAD9

HEX: #DABAD9
RGB: (218,186,217)

Color info

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

RGB color model

#DABAD9 color RGB value is (218,186,217).

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

RGB channels and saturation

R 218 of 255 = 85%
G 186 of 255 = 73%
B 217 of 255 = 85%

218
186
217

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

Portions of RGB colors in percentages

R + G + B =
218 + 186 + 217 = 621 (100%)
R 218 of 621 ~ 35.1%
G 186 of 621 ~ 29.95%
B 217 of 621 ~ 34.94%

%35.1
%29.95
%34.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 0.46%
  • 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
%14.68
%0.46
%14.51

Codes

Color #DABAD9 in popluar color models

DABAD9
RGB218186217
HSL302°30.19%79.22%
HSB/HSV302°14.68%85.49%
CMYK0.00%14.68%0.46%
14.51%

Color #DABAD9 in popluar number systems.

HEXDABAD9
Decimal218186217
Binary110110101011101011011001
Octal332272331

Shades and tints

Shades of #DABAD9

#DABAD9
(218,186,217)
#C7AAC6
(199,170,198)
#B49AB3
(180,154,179)
#A18AA0
(161,138,160)
#8E7A8D
(142,122,141)
#7B6A7A
(123,106,122)
#685A67
(104,90,103)
#554A54
(85,74,84)
#423A41
(66,58,65)
#2F2A2E
(47,42,46)
#1C1A1B
(28,26,27)
#000000
(0,0,0)

Tints of #DABAD9

#DABAD9
(218,186,217)
#DDC0DC
(221,192,220)
#E0C6DF
(224,198,223)
#E3CCE2
(227,204,226)
#E6D2E5
(230,210,229)
#E9D8E8
(233,216,232)
#ECDEEB
(236,222,235)
#EFE4EE
(239,228,238)
#F2EAF1
(242,234,241)
#F5F0F4
(245,240,244)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABAD9; }

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

This text font color is #DABAD9.


Background Color

.myBgColor { background-color: #DABAD9; }

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

This div background color is #DABAD9.


Border color

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

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

This div border color is #DABAD9.


Opacity

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

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

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

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

This text has shadow with #DABAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABAD9 on black background.


Color preview on white background

This text has color #DABAD9 on white background.



Black color preview on #DABAD9 background

This text has black color on #DABAD9 background.


White color preview on #DABAD9 background

This text has white color on #DABAD9 background.