COLOR #DACCF0

HEX: #DACCF0
RGB: (218,204,240)

Color info

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

RGB color model

#DACCF0 color RGB value is (218,204,240).

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

RGB channels and saturation

R 218 of 255 = 85%
G 204 of 255 = 80%
B 240 of 255 = 94%

218
204
240

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

Portions of RGB colors in percentages

R + G + B =
218 + 204 + 240 = 662 (100%)
R 218 of 662 ~ 32.93%
G 204 of 662 ~ 30.82%
B 240 of 662 ~ 36.25%

%32.93
%30.82
%36.25

CMYK color model

#DACCF0 color CMYK value is (9,15,0,6).

  • cyan value is 9.17%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(9,15,0,6)
C9M15Y0K6 
(9%,15%,0%,6%)
(0.09/0.15/0.00/0.06)	

CMYK percentages

%9.17
%15
%0
%5.88

Codes

Color #DACCF0 in popluar color models

DACCF0
RGB218204240
HSL263°54.55%87.06%
HSB/HSV263°15.00%94.12%
CMYK9.17%15.00%0.00%
5.88%

Color #DACCF0 in popluar number systems.

HEXDACCF0
Decimal218204240
Binary110110101100110011110000
Octal332314360

Shades and tints

Shades of #DACCF0

#DACCF0
(218,204,240)
#C7BADB
(199,186,219)
#B4A8C6
(180,168,198)
#A196B1
(161,150,177)
#8E849C
(142,132,156)
#7B7287
(123,114,135)
#686072
(104,96,114)
#554E5D
(85,78,93)
#423C48
(66,60,72)
#2F2A33
(47,42,51)
#1C181E
(28,24,30)
#000000
(0,0,0)

Tints of #DACCF0

#DACCF0
(218,204,240)
#DDD0F1
(221,208,241)
#E0D4F2
(224,212,242)
#E3D8F3
(227,216,243)
#E6DCF4
(230,220,244)
#E9E0F5
(233,224,245)
#ECE4F6
(236,228,246)
#EFE8F7
(239,232,247)
#F2ECF8
(242,236,248)
#F5F0F9
(245,240,249)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACCF0; }

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

This text font color is #DACCF0.


Background Color

.myBgColor { background-color: #DACCF0; }

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

This div background color is #DACCF0.


Border color

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

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

This div border color is #DACCF0.


Opacity

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

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

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

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

This text has shadow with #DACCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACCF0 on black background.


Color preview on white background

This text has color #DACCF0 on white background.



Black color preview on #DACCF0 background

This text has black color on #DACCF0 background.


White color preview on #DACCF0 background

This text has white color on #DACCF0 background.