COLOR #DACCEC

HEX: #DACCEC
RGB: (218,204,236)

Color info

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

RGB color model

#DACCEC color RGB value is (218,204,236).

  • red value is 218;
  • green value is 204;
  • blue value is 236.
RGB:
(218,204,236)
(85%,80%,93%)

RGB channels and saturation

R 218 of 255 = 85%
G 204 of 255 = 80%
B 236 of 255 = 93%

218
204
236

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

Portions of RGB colors in percentages

R + G + B =
218 + 204 + 236 = 658 (100%)
R 218 of 658 ~ 33.13%
G 204 of 658 ~ 31%
B 236 of 658 ~ 35.87%

%33.13
%31
%35.87

CMYK color model

#DACCEC color CMYK value is (8,14,0,7).

  • cyan value is 7.63%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(8,14,0,7)
C8M14Y0K7 
(8%,14%,0%,7%)
(0.08/0.14/0.00/0.07)	

CMYK percentages

%7.63
%13.56
%0
%7.45

Codes

Color #DACCEC in popluar color models

DACCEC
RGB218204236
HSL266°45.71%86.27%
HSB/HSV266°13.56%92.55%
CMYK7.63%13.56%0.00%
7.45%

Color #DACCEC in popluar number systems.

HEXDACCEC
Decimal218204236
Binary110110101100110011101100
Octal332314354

Shades and tints

Shades of #DACCEC

#DACCEC
(218,204,236)
#C7BAD7
(199,186,215)
#B4A8C2
(180,168,194)
#A196AD
(161,150,173)
#8E8498
(142,132,152)
#7B7283
(123,114,131)
#68606E
(104,96,110)
#554E59
(85,78,89)
#423C44
(66,60,68)
#2F2A2F
(47,42,47)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #DACCEC

#DACCEC
(218,204,236)
#DDD0ED
(221,208,237)
#E0D4EE
(224,212,238)
#E3D8EF
(227,216,239)
#E6DCF0
(230,220,240)
#E9E0F1
(233,224,241)
#ECE4F2
(236,228,242)
#EFE8F3
(239,232,243)
#F2ECF4
(242,236,244)
#F5F0F5
(245,240,245)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACCEC color. Also use rgb(218,204,236) instead hex code.

Text Font Color

.myTextColor { color: #DACCEC; }

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

This text font color is #DACCEC.


Background Color

.myBgColor { background-color: #DACCEC; }

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

This div background color is #DACCEC.


Border color

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

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

This div border color is #DACCEC.


Opacity

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

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

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

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

This text has shadow with #DACCEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACCEC on black background.


Color preview on white background

This text has color #DACCEC on white background.



Black color preview on #DACCEC background

This text has black color on #DACCEC background.


White color preview on #DACCEC background

This text has white color on #DACCEC background.