COLOR #DACCF9

HEX: #DACCF9
RGB: (218,204,249)

Color info

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

RGB color model

#DACCF9 color RGB value is (218,204,249).

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

RGB channels and saturation

R 218 of 255 = 85%
G 204 of 255 = 80%
B 249 of 255 = 98%

218
204
249

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

Portions of RGB colors in percentages

R + G + B =
218 + 204 + 249 = 671 (100%)
R 218 of 671 ~ 32.49%
G 204 of 671 ~ 30.4%
B 249 of 671 ~ 37.11%

%32.49
%30.4
%37.11

CMYK color model

#DACCF9 color CMYK value is (12,18,0,2).

  • cyan value is 12.45%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(12,18,0,2)
C12M18Y0K2 
(12%,18%,0%,2%)
(0.12/0.18/0.00/0.02)	

CMYK percentages

%12.45
%18.07
%0
%2.35

Codes

Color #DACCF9 in popluar color models

DACCF9
RGB218204249
HSL259°78.95%88.82%
HSB/HSV259°18.07%97.65%
CMYK12.45%18.07%0.00%
2.35%

Color #DACCF9 in popluar number systems.

HEXDACCF9
Decimal218204249
Binary110110101100110011111001
Octal332314371

Shades and tints

Shades of #DACCF9

#DACCF9
(218,204,249)
#C7BAE3
(199,186,227)
#B4A8CD
(180,168,205)
#A196B7
(161,150,183)
#8E84A1
(142,132,161)
#7B728B
(123,114,139)
#686075
(104,96,117)
#554E5F
(85,78,95)
#423C49
(66,60,73)
#2F2A33
(47,42,51)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #DACCF9

#DACCF9
(218,204,249)
#DDD0F9
(221,208,249)
#E0D4F9
(224,212,249)
#E3D8F9
(227,216,249)
#E6DCF9
(230,220,249)
#E9E0F9
(233,224,249)
#ECE4F9
(236,228,249)
#EFE8F9
(239,232,249)
#F2ECF9
(242,236,249)
#F5F0F9
(245,240,249)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACCF9; }

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

This text font color is #DACCF9.


Background Color

.myBgColor { background-color: #DACCF9; }

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

This div background color is #DACCF9.


Border color

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

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

This div border color is #DACCF9.


Opacity

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

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

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

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

This text has shadow with #DACCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACCF9 on black background.


Color preview on white background

This text has color #DACCF9 on white background.



Black color preview on #DACCF9 background

This text has black color on #DACCF9 background.


White color preview on #DACCF9 background

This text has white color on #DACCF9 background.