COLOR #DACFE8

HEX: #DACFE8
RGB: (218,207,232)

Color info

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

RGB color model

#DACFE8 color RGB value is (218,207,232).

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

RGB channels and saturation

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

218
207
232

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

Portions of RGB colors in percentages

R + G + B =
218 + 207 + 232 = 657 (100%)
R 218 of 657 ~ 33.18%
G 207 of 657 ~ 31.51%
B 232 of 657 ~ 35.31%

%33.18
%31.51
%35.31

CMYK color model

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

  • cyan value is 6.03%
  • magenta value is 10.78%
  • 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
%10.78
%0
%9.02

Codes

Color #DACFE8 in popluar color models

DACFE8
RGB218207232
HSL266°35.21%86.08%
HSB/HSV266°10.78%90.98%
CMYK6.03%10.78%0.00%
9.02%

Color #DACFE8 in popluar number systems.

HEXDACFE8
Decimal218207232
Binary110110101100111111101000
Octal332317350

Shades and tints

Shades of #DACFE8

#DACFE8
(218,207,232)
#C7BDD3
(199,189,211)
#B4ABBE
(180,171,190)
#A199A9
(161,153,169)
#8E8794
(142,135,148)
#7B757F
(123,117,127)
#68636A
(104,99,106)
#555155
(85,81,85)
#423F40
(66,63,64)
#2F2D2B
(47,45,43)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #DACFE8

#DACFE8
(218,207,232)
#DDD3EA
(221,211,234)
#E0D7EC
(224,215,236)
#E3DBEE
(227,219,238)
#E6DFF0
(230,223,240)
#E9E3F2
(233,227,242)
#ECE7F4
(236,231,244)
#EFEBF6
(239,235,246)
#F2EFF8
(242,239,248)
#F5F3FA
(245,243,250)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACFE8; }

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

This text font color is #DACFE8.


Background Color

.myBgColor { background-color: #DACFE8; }

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

This div background color is #DACFE8.


Border color

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

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

This div border color is #DACFE8.


Opacity

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

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

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

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

This text has shadow with #DACFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACFE8 on black background.


Color preview on white background

This text has color #DACFE8 on white background.



Black color preview on #DACFE8 background

This text has black color on #DACFE8 background.


White color preview on #DACFE8 background

This text has white color on #DACFE8 background.