COLOR #DAB8DD

HEX: #DAB8DD
RGB: (218,184,221)

Color info

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

RGB color model

#DAB8DD color RGB value is (218,184,221).

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

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 221 of 255 = 87%

218
184
221

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

Portions of RGB colors in percentages

R + G + B =
218 + 184 + 221 = 623 (100%)
R 218 of 623 ~ 34.99%
G 184 of 623 ~ 29.53%
B 221 of 623 ~ 35.47%

%34.99
%29.53
%35.47

CMYK color model

#DAB8DD color CMYK value is (1,17,0,13).

  • cyan value is 1.36%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(1,17,0,13)
C1M17Y0K13 
(1%,17%,0%,13%)
(0.01/0.17/0.00/0.13)	

CMYK percentages

%1.36
%16.74
%0
%13.33

Codes

Color #DAB8DD in popluar color models

DAB8DD
RGB218184221
HSL295°35.24%79.41%
HSB/HSV295°16.74%86.67%
CMYK1.36%16.74%0.00%
13.33%

Color #DAB8DD in popluar number systems.

HEXDAB8DD
Decimal218184221
Binary110110101011100011011101
Octal332270335

Shades and tints

Shades of #DAB8DD

#DAB8DD
(218,184,221)
#C7A8C9
(199,168,201)
#B498B5
(180,152,181)
#A188A1
(161,136,161)
#8E788D
(142,120,141)
#7B6879
(123,104,121)
#685865
(104,88,101)
#554851
(85,72,81)
#42383D
(66,56,61)
#2F2829
(47,40,41)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #DAB8DD

#DAB8DD
(218,184,221)
#DDBEE0
(221,190,224)
#E0C4E3
(224,196,227)
#E3CAE6
(227,202,230)
#E6D0E9
(230,208,233)
#E9D6EC
(233,214,236)
#ECDCEF
(236,220,239)
#EFE2F2
(239,226,242)
#F2E8F5
(242,232,245)
#F5EEF8
(245,238,248)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB8DD; }

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

This text font color is #DAB8DD.


Background Color

.myBgColor { background-color: #DAB8DD; }

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

This div background color is #DAB8DD.


Border color

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

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

This div border color is #DAB8DD.


Opacity

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

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

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

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

This text has shadow with #DAB8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB8DD on black background.


Color preview on white background

This text has color #DAB8DD on white background.



Black color preview on #DAB8DD background

This text has black color on #DAB8DD background.


White color preview on #DAB8DD background

This text has white color on #DAB8DD background.