COLOR #DABADD

HEX: #DABADD
RGB: (218,186,221)

Color info

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

RGB color model

#DABADD color RGB value is (218,186,221).

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

RGB channels and saturation

R 218 of 255 = 85%
G 186 of 255 = 73%
B 221 of 255 = 87%

218
186
221

R + G + B ~ 82%. #DABADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 186 + 221 = 625 (100%)
R 218 of 625 ~ 34.88%
G 186 of 625 ~ 29.76%
B 221 of 625 ~ 35.36%

%34.88
%29.76
%35.36

CMYK color model

#DABADD color CMYK value is (1,16,0,13).

  • cyan value is 1.36%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(1,16,0,13)
C1M16Y0K13 
(1%,16%,0%,13%)
(0.01/0.16/0.00/0.13)	

CMYK percentages

%1.36
%15.84
%0
%13.33

Codes

Color #DABADD in popluar color models

DABADD
RGB218186221
HSL295°33.98%79.80%
HSB/HSV295°15.84%86.67%
CMYK1.36%15.84%0.00%
13.33%

Color #DABADD in popluar number systems.

HEXDABADD
Decimal218186221
Binary110110101011101011011101
Octal332272335

Shades and tints

Shades of #DABADD

#DABADD
(218,186,221)
#C7AAC9
(199,170,201)
#B49AB5
(180,154,181)
#A18AA1
(161,138,161)
#8E7A8D
(142,122,141)
#7B6A79
(123,106,121)
#685A65
(104,90,101)
#554A51
(85,74,81)
#423A3D
(66,58,61)
#2F2A29
(47,42,41)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #DABADD

#DABADD
(218,186,221)
#DDC0E0
(221,192,224)
#E0C6E3
(224,198,227)
#E3CCE6
(227,204,230)
#E6D2E9
(230,210,233)
#E9D8EC
(233,216,236)
#ECDEEF
(236,222,239)
#EFE4F2
(239,228,242)
#F2EAF5
(242,234,245)
#F5F0F8
(245,240,248)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABADD; }

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

This text font color is #DABADD.


Background Color

.myBgColor { background-color: #DABADD; }

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

This div background color is #DABADD.


Border color

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

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

This div border color is #DABADD.


Opacity

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

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

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

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

This text has shadow with #DABADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABADD on black background.


Color preview on white background

This text has color #DABADD on white background.



Black color preview on #DABADD background

This text has black color on #DABADD background.


White color preview on #DABADD background

This text has white color on #DABADD background.