COLOR #DAC8DD

HEX: #DAC8DD
RGB: (218,200,221)

Color info

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

RGB color model

#DAC8DD color RGB value is (218,200,221).

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

RGB channels and saturation

R 218 of 255 = 85%
G 200 of 255 = 78%
B 221 of 255 = 87%

218
200
221

R + G + B ~ 83%. #DAC8DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 200 + 221 = 639 (100%)
R 218 of 639 ~ 34.12%
G 200 of 639 ~ 31.3%
B 221 of 639 ~ 34.59%

%34.12
%31.3
%34.59

CMYK color model

#DAC8DD color CMYK value is (1,10,0,13).

  • cyan value is 1.36%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(1,10,0,13)
C1M10Y0K13 
(1%,10%,0%,13%)
(0.01/0.10/0.00/0.13)	

CMYK percentages

%1.36
%9.5
%0
%13.33

Codes

Color #DAC8DD in popluar color models

DAC8DD
RGB218200221
HSL291°23.60%82.55%
HSB/HSV291°9.50%86.67%
CMYK1.36%9.50%0.00%
13.33%

Color #DAC8DD in popluar number systems.

HEXDAC8DD
Decimal218200221
Binary110110101100100011011101
Octal332310335

Shades and tints

Shades of #DAC8DD

#DAC8DD
(218,200,221)
#C7B6C9
(199,182,201)
#B4A4B5
(180,164,181)
#A192A1
(161,146,161)
#8E808D
(142,128,141)
#7B6E79
(123,110,121)
#685C65
(104,92,101)
#554A51
(85,74,81)
#42383D
(66,56,61)
#2F2629
(47,38,41)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #DAC8DD

#DAC8DD
(218,200,221)
#DDCDE0
(221,205,224)
#E0D2E3
(224,210,227)
#E3D7E6
(227,215,230)
#E6DCE9
(230,220,233)
#E9E1EC
(233,225,236)
#ECE6EF
(236,230,239)
#EFEBF2
(239,235,242)
#F2F0F5
(242,240,245)
#F5F5F8
(245,245,248)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC8DD; }

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

This text font color is #DAC8DD.


Background Color

.myBgColor { background-color: #DAC8DD; }

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

This div background color is #DAC8DD.


Border color

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

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

This div border color is #DAC8DD.


Opacity

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

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

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

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

This text has shadow with #DAC8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC8DD on black background.


Color preview on white background

This text has color #DAC8DD on white background.



Black color preview on #DAC8DD background

This text has black color on #DAC8DD background.


White color preview on #DAC8DD background

This text has white color on #DAC8DD background.