COLOR #DABAD6

HEX: #DABAD6
RGB: (218,186,214)

Color info

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

RGB color model

#DABAD6 color RGB value is (218,186,214).

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

RGB channels and saturation

R 218 of 255 = 85%
G 186 of 255 = 73%
B 214 of 255 = 84%

218
186
214

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

Portions of RGB colors in percentages

R + G + B =
218 + 186 + 214 = 618 (100%)
R 218 of 618 ~ 35.28%
G 186 of 618 ~ 30.1%
B 214 of 618 ~ 34.63%

%35.28
%30.1
%34.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 1.83%
  • key color value is 14.51%
CMYK:
(0,15,2,15)
C0M15Y2K15 
(0%,15%,2%,15%)
(0.00/0.15/0.02/0.15)	

CMYK percentages

%0
%14.68
%1.83
%14.51

Codes

Color #DABAD6 in popluar color models

DABAD6
RGB218186214
HSL308°30.19%79.22%
HSB/HSV308°14.68%85.49%
CMYK0.00%14.68%1.83%
14.51%

Color #DABAD6 in popluar number systems.

HEXDABAD6
Decimal218186214
Binary110110101011101011010110
Octal332272326

Shades and tints

Shades of #DABAD6

#DABAD6
(218,186,214)
#C7AAC3
(199,170,195)
#B49AB0
(180,154,176)
#A18A9D
(161,138,157)
#8E7A8A
(142,122,138)
#7B6A77
(123,106,119)
#685A64
(104,90,100)
#554A51
(85,74,81)
#423A3E
(66,58,62)
#2F2A2B
(47,42,43)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #DABAD6

#DABAD6
(218,186,214)
#DDC0D9
(221,192,217)
#E0C6DC
(224,198,220)
#E3CCDF
(227,204,223)
#E6D2E2
(230,210,226)
#E9D8E5
(233,216,229)
#ECDEE8
(236,222,232)
#EFE4EB
(239,228,235)
#F2EAEE
(242,234,238)
#F5F0F1
(245,240,241)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABAD6; }

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

This text font color is #DABAD6.


Background Color

.myBgColor { background-color: #DABAD6; }

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

This div background color is #DABAD6.


Border color

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

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

This div border color is #DABAD6.


Opacity

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

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

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

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

This text has shadow with #DABAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABAD6 on black background.


Color preview on white background

This text has color #DABAD6 on white background.



Black color preview on #DABAD6 background

This text has black color on #DABAD6 background.


White color preview on #DABAD6 background

This text has white color on #DABAD6 background.