COLOR #DAC9EB

HEX: #DAC9EB RGB: (218,201,235)

Color info

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

RGB color model

#DAC9EB color RGB value is (218,201,235).

RGB: (218,201,235) (85%, 79%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 201 of 255 = 79%
B 235 of 255 = 92%

218
201
235

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

Portions of RGB colors in percentages

R + G + B = 218 + 201 + 235 = 654 (100%)
R 218 of 654 ~ 33.33%
G 201 of 654 ~ 30.73%
B 235 of 654 ~ 35.93'%

%33.33
%30.73
%35.93

CMYK color model

#DAC9EB color CMYK value is (7,14,0,8).

  • cyan value is 7.23%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (7,14,0,8) C7M14Y0K8 (7%,14%,0%,8%) (0.07/0.14/0.00/0.08) 

CMYK percentages

%7.23
%14.47
%0
%7.84

Codes

Color #DAC9EB in popluar color models

DA C9 EB
RGB 218 201 235
HSL 270° 45.95% 85.49%
HSB/HSV 270° 14.47% 92.16%
CMYK 7.23% 14.47% 0.00%
7.84%

Color #DAC9EB in popluar number systems.

HEX DA C9 EB
Decimal 218 201 235
Binary 11011010 11001001 11101011
Octal 332 311 353

Shades and tints

Shades of #DAC9EB

#DAC9EB
(218,201,235)
#C7B7D6
(199,183,214)
#B4A5C1
(180,165,193)
#A193AC
(161,147,172)
#8E8197
(142,129,151)
#7B6F82
(123,111,130)
#685D6D
(104,93,109)
#554B58
(85,75,88)
#423943
(66,57,67)
#2F272E
(47,39,46)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #DAC9EB

#DAC9EB
(218,201,235)
#DDCDEC
(221,205,236)
#E0D1ED
(224,209,237)
#E3D5EE
(227,213,238)
#E6D9EF
(230,217,239)
#E9DDF0
(233,221,240)
#ECE1F1
(236,225,241)
#EFE5F2
(239,229,242)
#F2E9F3
(242,233,243)
#F5EDF4
(245,237,244)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC9EB; }

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

This text font color is #DAC9EB.

Background Color

.myBgColor { background-color: #DAC9EB; }

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

This div background color is #DAC9EB.

Border color

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

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

This div border color is #DAC9EB.

Opacity

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

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

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

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

This text has shadow with #DAC9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC9EB.

Preview

Color preview on black background

This text has color #DAC9EB on black background.


Color preview on white background

This text has color #DAC9EB on white background.


Black color preview on #DAC9EB background

This text has black color on #DAC9EB background.


White color preview on #DAC9EB background

This text has white color on #DAC9EB background.


Related colors

Complementary color

Complementary color for #hex is #253614.


I love getcolorcode.com

Triadic colors

1 #EBDAC9 and #C9EBDA with #DAC9EB are triadic colors.

2 #EBC9DA and #C9DAEB with #DAC9EB are triadic colors.