COLOR #DAB6DE

HEX: #DAB6DE
RGB: (218,182,222)

Color info

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

RGB color model

#DAB6DE color RGB value is (218,182,222).

  • red value is 218;
  • green value is 182;
  • blue value is 222.
RGB:
(218,182,222)
(85%,71%,87%)

RGB channels and saturation

R 218 of 255 = 85%
G 182 of 255 = 71%
B 222 of 255 = 87%

218
182
222

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

Portions of RGB colors in percentages

R + G + B =
218 + 182 + 222 = 622 (100%)
R 218 of 622 ~ 35.05%
G 182 of 622 ~ 29.26%
B 222 of 622 ~ 35.69%

%35.05
%29.26
%35.69

CMYK color model

#DAB6DE color CMYK value is (2,18,0,13).

  • cyan value is 1.80%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(2,18,0,13)
C2M18Y0K13 
(2%,18%,0%,13%)
(0.02/0.18/0.00/0.13)	

CMYK percentages

%1.8
%18.02
%0
%12.94

Codes

Color #DAB6DE in popluar color models

DAB6DE
RGB218182222
HSL294°37.74%79.22%
HSB/HSV294°18.02%87.06%
CMYK1.80%18.02%0.00%
12.94%

Color #DAB6DE in popluar number systems.

HEXDAB6DE
Decimal218182222
Binary110110101011011011011110
Octal332266336

Shades and tints

Shades of #DAB6DE

#DAB6DE
(218,182,222)
#C7A6CA
(199,166,202)
#B496B6
(180,150,182)
#A186A2
(161,134,162)
#8E768E
(142,118,142)
#7B667A
(123,102,122)
#685666
(104,86,102)
#554652
(85,70,82)
#42363E
(66,54,62)
#2F262A
(47,38,42)
#1C1616
(28,22,22)
#000000
(0,0,0)

Tints of #DAB6DE

#DAB6DE
(218,182,222)
#DDBCE1
(221,188,225)
#E0C2E4
(224,194,228)
#E3C8E7
(227,200,231)
#E6CEEA
(230,206,234)
#E9D4ED
(233,212,237)
#ECDAF0
(236,218,240)
#EFE0F3
(239,224,243)
#F2E6F6
(242,230,246)
#F5ECF9
(245,236,249)
#F8F2FC
(248,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB6DE; }

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

This text font color is #DAB6DE.


Background Color

.myBgColor { background-color: #DAB6DE; }

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

This div background color is #DAB6DE.


Border color

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

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

This div border color is #DAB6DE.


Opacity

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

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

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

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

This text has shadow with #DAB6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB6DE on black background.


Color preview on white background

This text has color #DAB6DE on white background.



Black color preview on #DAB6DE background

This text has black color on #DAB6DE background.


White color preview on #DAB6DE background

This text has white color on #DAB6DE background.