COLOR #DAC8E9

HEX: #DAC8E9
RGB: (218,200,233)

Color info

#DAC8E9 contains red, green and blue colors in about the same proportion. Web safe color of #DAC8E9 is #CCCCFF (or #CCF).

RGB color model

#DAC8E9 color RGB value is (218,200,233).

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

RGB channels and saturation

R 218 of 255 = 85%
G 200 of 255 = 78%
B 233 of 255 = 91%

218
200
233

R + G + B ~ 85%. #DAC8E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 200 + 233 = 651 (100%)
R 218 of 651 ~ 33.49%
G 200 of 651 ~ 30.72%
B 233 of 651 ~ 35.79%

%33.49
%30.72
%35.79

CMYK color model

#DAC8E9 color CMYK value is (6,14,0,9).

  • cyan value is 6.44%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(6,14,0,9)
C6M14Y0K9 
(6%,14%,0%,9%)
(0.06/0.14/0.00/0.09)	

CMYK percentages

%6.44
%14.16
%0
%8.63

Codes

Color #DAC8E9 in popluar color models

DAC8E9
RGB218200233
HSL273°42.86%84.90%
HSB/HSV273°14.16%91.37%
CMYK6.44%14.16%0.00%
8.63%

Color #DAC8E9 in popluar number systems.

HEXDAC8E9
Decimal218200233
Binary110110101100100011101001
Octal332310351

Shades and tints

Shades of #DAC8E9

#DAC8E9
(218,200,233)
#C7B6D4
(199,182,212)
#B4A4BF
(180,164,191)
#A192AA
(161,146,170)
#8E8095
(142,128,149)
#7B6E80
(123,110,128)
#685C6B
(104,92,107)
#554A56
(85,74,86)
#423841
(66,56,65)
#2F262C
(47,38,44)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #DAC8E9

#DAC8E9
(218,200,233)
#DDCDEB
(221,205,235)
#E0D2ED
(224,210,237)
#E3D7EF
(227,215,239)
#E6DCF1
(230,220,241)
#E9E1F3
(233,225,243)
#ECE6F5
(236,230,245)
#EFEBF7
(239,235,247)
#F2F0F9
(242,240,249)
#F5F5FB
(245,245,251)
#F8FAFD
(248,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC8E9; }

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

This text font color is #DAC8E9.


Background Color

.myBgColor { background-color: #DAC8E9; }

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

This div background color is #DAC8E9.


Border color

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

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

This div border color is #DAC8E9.


Opacity

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

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

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

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

This text has shadow with #DAC8E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC8E9 on black background.


Color preview on white background

This text has color #DAC8E9 on white background.



Black color preview on #DAC8E9 background

This text has black color on #DAC8E9 background.


White color preview on #DAC8E9 background

This text has white color on #DAC8E9 background.