COLOR #DAC9EA

HEX: #DAC9EA RGB: (218,201,234)

Color info

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

RGB color model

#DAC9EA color RGB value is (218,201,234).

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

RGB channels and saturation

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

218
201
234

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

Portions of RGB colors in percentages

R + G + B = 218 + 201 + 234 = 653 (100%)
R 218 of 653 ~ 33.38%
G 201 of 653 ~ 30.78%
B 234 of 653 ~ 35.83'%

%33.38
%30.78
%35.83

CMYK color model

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

  • cyan value is 6.84%
  • magenta value is 14.10%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (7,14,0,8)
C7M14Y0K8 (7%, 14%, 0%, 8%)
(0.07 / 0.14 / 0.00 / 0.08)

CMYK percentages

%6.84
%14.1
%0
%8.24

Codes

Color #DAC9EA in popluar color models

DA C9 EA
RGB 218 201 234
HSL 271° 44.00% 85.29%
HSB/HSV 271° 14.10% 91.76%
CMYK 6.84% 14.10% 0.00%
8.24%

Color #DAC9EA in popluar number systems.

HEX DA C9 EA
Decimal 218 201 234
Binary 11011010 11001001 11101010
Octal 332 311 352

Shades and tints

Shades of #DAC9EA

#DAC9EA
(218,201,234)
#C7B7D5
(199,183,213)
#B4A5C0
(180,165,192)
#A193AB
(161,147,171)
#8E8196
(142,129,150)
#7B6F81
(123,111,129)
#685D6C
(104,93,108)
#554B57
(85,75,87)
#423942
(66,57,66)
#2F272D
(47,39,45)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #DAC9EA

#DAC9EA
(218,201,234)
#DDCDEB
(221,205,235)
#E0D1EC
(224,209,236)
#E3D5ED
(227,213,237)
#E6D9EE
(230,217,238)
#E9DDEF
(233,221,239)
#ECE1F0
(236,225,240)
#EFE5F1
(239,229,241)
#F2E9F2
(242,233,242)
#F5EDF3
(245,237,243)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC9EA; }

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

This text font color is #DAC9EA.

Background Color

.myBgColor { background-color: #DAC9EA; }

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

This div background color is #DAC9EA.

Border color

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

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

This div border color is #DAC9EA.

Opacity

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

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

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

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

This text has shadow with #DAC9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC9EA.

Preview

Color preview on black background

This text has color #DAC9EA on black background.


Color preview on white background

This text has color #DAC9EA on white background.


Black color preview on #DAC9EA background

This text has black color on #DAC9EA background.


White color preview on #DAC9EA background

This text has white color on #DAC9EA background.


Related colors

Complementary color

Complementary color for #hex is #253615.


I love getcolorcode.com

Triadic colors

1 #EADAC9 and #C9EADA with #DAC9EA are triadic colors.

2 #EAC9DA and #C9DAEA with #DAC9EA are triadic colors.