COLOR #DAC9E0

HEX: #DAC9E0
RGB: (218,201,224)

Color info

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

RGB color model

#DAC9E0 color RGB value is (218,201,224).

  • red value is 218;
  • green value is 201;
  • blue value is 224.
RGB:
(218,201,224)
(85%,79%,88%)

RGB channels and saturation

R 218 of 255 = 85%
G 201 of 255 = 79%
B 224 of 255 = 88%

218
201
224

R + G + B ~ 84%. #DAC9E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 201 + 224 = 643 (100%)
R 218 of 643 ~ 33.9%
G 201 of 643 ~ 31.26%
B 224 of 643 ~ 34.84%

%33.9
%31.26
%34.84

CMYK color model

#DAC9E0 color CMYK value is (3,10,0,12).

  • cyan value is 2.68%
  • magenta value is 10.27%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(3,10,0,12)
C3M10Y0K12 
(3%,10%,0%,12%)
(0.03/0.10/0.00/0.12)	

CMYK percentages

%2.68
%10.27
%0
%12.16

Codes

Color #DAC9E0 in popluar color models

DAC9E0
RGB218201224
HSL284°27.06%83.33%
HSB/HSV284°10.27%87.84%
CMYK2.68%10.27%0.00%
12.16%

Color #DAC9E0 in popluar number systems.

HEXDAC9E0
Decimal218201224
Binary110110101100100111100000
Octal332311340

Shades and tints

Shades of #DAC9E0

#DAC9E0
(218,201,224)
#C7B7CC
(199,183,204)
#B4A5B8
(180,165,184)
#A193A4
(161,147,164)
#8E8190
(142,129,144)
#7B6F7C
(123,111,124)
#685D68
(104,93,104)
#554B54
(85,75,84)
#423940
(66,57,64)
#2F272C
(47,39,44)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #DAC9E0

#DAC9E0
(218,201,224)
#DDCDE2
(221,205,226)
#E0D1E4
(224,209,228)
#E3D5E6
(227,213,230)
#E6D9E8
(230,217,232)
#E9DDEA
(233,221,234)
#ECE1EC
(236,225,236)
#EFE5EE
(239,229,238)
#F2E9F0
(242,233,240)
#F5EDF2
(245,237,242)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC9E0 color. Also use rgb(218,201,224) instead hex code.

Text Font Color

.myTextColor { color: #DAC9E0; }

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

This text font color is #DAC9E0.


Background Color

.myBgColor { background-color: #DAC9E0; }

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

This div background color is #DAC9E0.


Border color

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

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

This div border color is #DAC9E0.


Opacity

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

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

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

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

This text has shadow with #DAC9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC9E0 on black background.


Color preview on white background

This text has color #DAC9E0 on white background.



Black color preview on #DAC9E0 background

This text has black color on #DAC9E0 background.


White color preview on #DAC9E0 background

This text has white color on #DAC9E0 background.