COLOR #DACFEE

HEX: #DACFEE
RGB: (218,207,238)

Color info

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

RGB color model

#DACFEE color RGB value is (218,207,238).

  • red value is 218;
  • green value is 207;
  • blue value is 238.
RGB:
(218,207,238)
(85%,81%,93%)

RGB channels and saturation

R 218 of 255 = 85%
G 207 of 255 = 81%
B 238 of 255 = 93%

218
207
238

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

Portions of RGB colors in percentages

R + G + B =
218 + 207 + 238 = 663 (100%)
R 218 of 663 ~ 32.88%
G 207 of 663 ~ 31.22%
B 238 of 663 ~ 35.9%

%32.88
%31.22
%35.9

CMYK color model

#DACFEE color CMYK value is (8,13,0,7).

  • cyan value is 8.40%
  • magenta value is 13.03%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(8,13,0,7)
C8M13Y0K7 
(8%,13%,0%,7%)
(0.08/0.13/0.00/0.07)	

CMYK percentages

%8.4
%13.03
%0
%6.67

Codes

Color #DACFEE in popluar color models

DACFEE
RGB218207238
HSL261°47.69%87.25%
HSB/HSV261°13.03%93.33%
CMYK8.40%13.03%0.00%
6.67%

Color #DACFEE in popluar number systems.

HEXDACFEE
Decimal218207238
Binary110110101100111111101110
Octal332317356

Shades and tints

Shades of #DACFEE

#DACFEE
(218,207,238)
#C7BDD9
(199,189,217)
#B4ABC4
(180,171,196)
#A199AF
(161,153,175)
#8E879A
(142,135,154)
#7B7585
(123,117,133)
#686370
(104,99,112)
#55515B
(85,81,91)
#423F46
(66,63,70)
#2F2D31
(47,45,49)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #DACFEE

#DACFEE
(218,207,238)
#DDD3EF
(221,211,239)
#E0D7F0
(224,215,240)
#E3DBF1
(227,219,241)
#E6DFF2
(230,223,242)
#E9E3F3
(233,227,243)
#ECE7F4
(236,231,244)
#EFEBF5
(239,235,245)
#F2EFF6
(242,239,246)
#F5F3F7
(245,243,247)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACFEE color. Also use rgb(218,207,238) instead hex code.

Text Font Color

.myTextColor { color: #DACFEE; }

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

This text font color is #DACFEE.


Background Color

.myBgColor { background-color: #DACFEE; }

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

This div background color is #DACFEE.


Border color

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

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

This div border color is #DACFEE.


Opacity

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

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

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

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

This text has shadow with #DACFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACFEE on black background.


Color preview on white background

This text has color #DACFEE on white background.



Black color preview on #DACFEE background

This text has black color on #DACFEE background.


White color preview on #DACFEE background

This text has white color on #DACFEE background.