COLOR #DACEE8

HEX: #DACEE8
RGB: (218,206,232)

Color info

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

RGB color model

#DACEE8 color RGB value is (218,206,232).

  • red value is 218;
  • green value is 206;
  • blue value is 232.
RGB:
(218,206,232)
(85%,81%,91%)

RGB channels and saturation

R 218 of 255 = 85%
G 206 of 255 = 81%
B 232 of 255 = 91%

218
206
232

R + G + B ~ 86%. #DACEE8 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 206 + 232 = 656 (100%)
R 218 of 656 ~ 33.23%
G 206 of 656 ~ 31.4%
B 232 of 656 ~ 35.37%

%33.23
%31.4
%35.37

CMYK color model

#DACEE8 color CMYK value is (6,11,0,9).

  • cyan value is 6.03%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(6,11,0,9)
C6M11Y0K9 
(6%,11%,0%,9%)
(0.06/0.11/0.00/0.09)	

CMYK percentages

%6.03
%11.21
%0
%9.02

Codes

Color #DACEE8 in popluar color models

DACEE8
RGB218206232
HSL268°36.11%85.88%
HSB/HSV268°11.21%90.98%
CMYK6.03%11.21%0.00%
9.02%

Color #DACEE8 in popluar number systems.

HEXDACEE8
Decimal218206232
Binary110110101100111011101000
Octal332316350

Shades and tints

Shades of #DACEE8

#DACEE8
(218,206,232)
#C7BCD3
(199,188,211)
#B4AABE
(180,170,190)
#A198A9
(161,152,169)
#8E8694
(142,134,148)
#7B747F
(123,116,127)
#68626A
(104,98,106)
#555055
(85,80,85)
#423E40
(66,62,64)
#2F2C2B
(47,44,43)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #DACEE8

#DACEE8
(218,206,232)
#DDD2EA
(221,210,234)
#E0D6EC
(224,214,236)
#E3DAEE
(227,218,238)
#E6DEF0
(230,222,240)
#E9E2F2
(233,226,242)
#ECE6F4
(236,230,244)
#EFEAF6
(239,234,246)
#F2EEF8
(242,238,248)
#F5F2FA
(245,242,250)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACEE8 color. Also use rgb(218,206,232) instead hex code.

Text Font Color

.myTextColor { color: #DACEE8; }

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

This text font color is #DACEE8.


Background Color

.myBgColor { background-color: #DACEE8; }

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

This div background color is #DACEE8.


Border color

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

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

This div border color is #DACEE8.


Opacity

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

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

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

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

This text has shadow with #DACEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACEE8 on black background.


Color preview on white background

This text has color #DACEE8 on white background.



Black color preview on #DACEE8 background

This text has black color on #DACEE8 background.


White color preview on #DACEE8 background

This text has white color on #DACEE8 background.