COLOR #DACEF9

HEX: #DACEF9 RGB: (218,206,249)

Color info

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

RGB color model

#DACEF9 color RGB value is (218,206,249).

RGB: (218,206,249) (85%, 81%, 98%)

RGB channels and saturation

R 218 of 255 = 85%
G 206 of 255 = 81%
B 249 of 255 = 98%

218
206
249

R + G + B ~ 88%. #DACEF9 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 206 + 249 = 673 (100%)
R 218 of 673 ~ 32.39%
G 206 of 673 ~ 30.61%
B 249 of 673 ~ 37'%

%32.39
%30.61
%37

CMYK color model

#DACEF9 color CMYK value is (12,17,0,2).

  • cyan value is 12.45%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (12,17,0,2) C12M17Y0K2 (12%,17%,0%,2%) (0.12/0.17/0.00/0.02) 

CMYK percentages

%12.45
%17.27
%0
%2.35

Codes

Color #DACEF9 in popluar color models

DA CE F9
RGB 218 206 249
HSL 257° 78.18% 89.22%
HSB/HSV 257° 17.27% 97.65%
CMYK 12.45% 17.27% 0.00%
2.35%

Color #DACEF9 in popluar number systems.

HEX DA CE F9
Decimal 218 206 249
Binary 11011010 11001110 11111001
Octal 332 316 371

Shades and tints

Shades of #DACEF9

#DACEF9
(218,206,249)
#C7BCE3
(199,188,227)
#B4AACD
(180,170,205)
#A198B7
(161,152,183)
#8E86A1
(142,134,161)
#7B748B
(123,116,139)
#686275
(104,98,117)
#55505F
(85,80,95)
#423E49
(66,62,73)
#2F2C33
(47,44,51)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #DACEF9

#DACEF9
(218,206,249)
#DDD2F9
(221,210,249)
#E0D6F9
(224,214,249)
#E3DAF9
(227,218,249)
#E6DEF9
(230,222,249)
#E9E2F9
(233,226,249)
#ECE6F9
(236,230,249)
#EFEAF9
(239,234,249)
#F2EEF9
(242,238,249)
#F5F2F9
(245,242,249)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACEF9; }

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

This text font color is #DACEF9.

Background Color

.myBgColor { background-color: #DACEF9; }

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

This div background color is #DACEF9.

Border color

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

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

This div border color is #DACEF9.

Opacity

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

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

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

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

This text has shadow with #DACEF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACEF9.

Preview

Color preview on black background

This text has color #DACEF9 on black background.


Color preview on white background

This text has color #DACEF9 on white background.


Black color preview on #DACEF9 background

This text has black color on #DACEF9 background.


White color preview on #DACEF9 background

This text has white color on #DACEF9 background.


Related colors

Complementary color

Complementary color for #hex is #253106.


I love getcolorcode.com

Triadic colors

1 #F9DACE and #CEF9DA with #DACEF9 are triadic colors.

2 #F9CEDA and #CEDAF9 with #DACEF9 are triadic colors.