COLOR #DACEF2

HEX: #DACEF2 RGB: (218,206,242)

Color info

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

RGB color model

#DACEF2 color RGB value is (218,206,242).

RGB: (218,206,242) (85%, 81%, 95%)

RGB channels and saturation

R 218 of 255 = 85%
G 206 of 255 = 81%
B 242 of 255 = 95%

218
206
242

R + G + B ~ 87%. #DACEF2 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 206 + 242 = 666 (100%)
R 218 of 666 ~ 32.73%
G 206 of 666 ~ 30.93%
B 242 of 666 ~ 36.34'%

%32.73
%30.93
%36.34

CMYK color model

#DACEF2 color CMYK value is (10,15,0,5).

  • cyan value is 9.92%
  • magenta value is 14.88%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (10,15,0,5)
C10M15Y0K5 (10%, 15%, 0%, 5%)
(0.10 / 0.15 / 0.00 / 0.05)

CMYK percentages

%9.92
%14.88
%0
%5.1

Codes

Color #DACEF2 in popluar color models

DA CE F2
RGB 218 206 242
HSL 260° 58.06% 87.84%
HSB/HSV 260° 14.88% 94.90%
CMYK 9.92% 14.88% 0.00%
5.10%

Color #DACEF2 in popluar number systems.

HEX DA CE F2
Decimal 218 206 242
Binary 11011010 11001110 11110010
Octal 332 316 362

Shades and tints

Shades of #DACEF2

#DACEF2
(218,206,242)
#C7BCDC
(199,188,220)
#B4AAC6
(180,170,198)
#A198B0
(161,152,176)
#8E869A
(142,134,154)
#7B7484
(123,116,132)
#68626E
(104,98,110)
#555058
(85,80,88)
#423E42
(66,62,66)
#2F2C2C
(47,44,44)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #DACEF2

#DACEF2
(218,206,242)
#DDD2F3
(221,210,243)
#E0D6F4
(224,214,244)
#E3DAF5
(227,218,245)
#E6DEF6
(230,222,246)
#E9E2F7
(233,226,247)
#ECE6F8
(236,230,248)
#EFEAF9
(239,234,249)
#F2EEFA
(242,238,250)
#F5F2FB
(245,242,251)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACEF2; }

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

This text font color is #DACEF2.

Background Color

.myBgColor { background-color: #DACEF2; }

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

This div background color is #DACEF2.

Border color

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

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

This div border color is #DACEF2.

Opacity

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

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

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

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

This text has shadow with #DACEF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACEF2.

Preview

Color preview on black background

This text has color #DACEF2 on black background.


Color preview on white background

This text has color #DACEF2 on white background.


Black color preview on #DACEF2 background

This text has black color on #DACEF2 background.


White color preview on #DACEF2 background

This text has white color on #DACEF2 background.


Related colors

Complementary color

Complementary color for #hex is #25310D.


I love getcolorcode.com

Triadic colors

1 #F2DACE and #CEF2DA with #DACEF2 are triadic colors.

2 #F2CEDA and #CEDAF2 with #DACEF2 are triadic colors.