COLOR #DACCFF

HEX: #DACCFF
RGB: (218,204,255)

Color info

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

RGB color model

#DACCFF color RGB value is (218,204,255).

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

RGB channels and saturation

R 218 of 255 = 85%
G 204 of 255 = 80%
B 255 of 255 = 100%

218
204
255

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

Portions of RGB colors in percentages

R + G + B =
218 + 204 + 255 = 677 (100%)
R 218 of 677 ~ 32.2%
G 204 of 677 ~ 30.13%
B 255 of 677 ~ 37.67%

%32.2
%30.13
%37.67

CMYK color model

#DACCFF color CMYK value is (15,20,0,0).

  • cyan value is 14.51%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(15,20,0,0)
C15M20Y0K0 
(15%,20%,0%,0%)
(0.15/0.20/0.00/0.00)	

CMYK percentages

%14.51
%20
%0
%0

Codes

Color #DACCFF in popluar color models

DACCFF
RGB218204255
HSL256°100.00%90.00%
HSB/HSV256°20.00%100.00%
CMYK14.51%20.00%0.00%
0.00%

Color #DACCFF in popluar number systems.

HEXDACCFF
Decimal218204255
Binary110110101100110011111111
Octal332314377

Shades and tints

Shades of #DACCFF

#DACCFF
(218,204,255)
#C7BAE8
(199,186,232)
#B4A8D1
(180,168,209)
#A196BA
(161,150,186)
#8E84A3
(142,132,163)
#7B728C
(123,114,140)
#686075
(104,96,117)
#554E5E
(85,78,94)
#423C47
(66,60,71)
#2F2A30
(47,42,48)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DACCFF

#DACCFF
(218,204,255)
#DDD0FF
(221,208,255)
#E0D4FF
(224,212,255)
#E3D8FF
(227,216,255)
#E6DCFF
(230,220,255)
#E9E0FF
(233,224,255)
#ECE4FF
(236,228,255)
#EFE8FF
(239,232,255)
#F2ECFF
(242,236,255)
#F5F0FF
(245,240,255)
#F8F4FF
(248,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACCFF; }

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

This text font color is #DACCFF.


Background Color

.myBgColor { background-color: #DACCFF; }

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

This div background color is #DACCFF.


Border color

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

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

This div border color is #DACCFF.


Opacity

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

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

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

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

This text has shadow with #DACCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACCFF on black background.


Color preview on white background

This text has color #DACCFF on white background.



Black color preview on #DACCFF background

This text has black color on #DACCFF background.


White color preview on #DACCFF background

This text has white color on #DACCFF background.