COLOR #DACDF7

HEX: #DACDF7
RGB: (218,205,247)

Color info

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

RGB color model

#DACDF7 color RGB value is (218,205,247).

  • red value is 218;
  • green value is 205;
  • blue value is 247.
RGB:
(218,205,247)
(85%,80%,97%)

RGB channels and saturation

R 218 of 255 = 85%
G 205 of 255 = 80%
B 247 of 255 = 97%

218
205
247

R + G + B ~ 87%. #DACDF7 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 205 + 247 = 670 (100%)
R 218 of 670 ~ 32.54%
G 205 of 670 ~ 30.6%
B 247 of 670 ~ 36.87%

%32.54
%30.6
%36.87

CMYK color model

#DACDF7 color CMYK value is (12,17,0,3).

  • cyan value is 11.74%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(12,17,0,3)
C12M17Y0K3 
(12%,17%,0%,3%)
(0.12/0.17/0.00/0.03)	

CMYK percentages

%11.74
%17
%0
%3.14

Codes

Color #DACDF7 in popluar color models

DACDF7
RGB218205247
HSL259°72.41%88.63%
HSB/HSV259°17.00%96.86%
CMYK11.74%17.00%0.00%
3.14%

Color #DACDF7 in popluar number systems.

HEXDACDF7
Decimal218205247
Binary110110101100110111110111
Octal332315367

Shades and tints

Shades of #DACDF7

#DACDF7
(218,205,247)
#C7BBE1
(199,187,225)
#B4A9CB
(180,169,203)
#A197B5
(161,151,181)
#8E859F
(142,133,159)
#7B7389
(123,115,137)
#686173
(104,97,115)
#554F5D
(85,79,93)
#423D47
(66,61,71)
#2F2B31
(47,43,49)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #DACDF7

#DACDF7
(218,205,247)
#DDD1F7
(221,209,247)
#E0D5F7
(224,213,247)
#E3D9F7
(227,217,247)
#E6DDF7
(230,221,247)
#E9E1F7
(233,225,247)
#ECE5F7
(236,229,247)
#EFE9F7
(239,233,247)
#F2EDF7
(242,237,247)
#F5F1F7
(245,241,247)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACDF7 color. Also use rgb(218,205,247) instead hex code.

Text Font Color

.myTextColor { color: #DACDF7; }

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

This text font color is #DACDF7.


Background Color

.myBgColor { background-color: #DACDF7; }

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

This div background color is #DACDF7.


Border color

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

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

This div border color is #DACDF7.


Opacity

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

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

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

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

This text has shadow with #DACDF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACDF7 on black background.


Color preview on white background

This text has color #DACDF7 on white background.



Black color preview on #DACDF7 background

This text has black color on #DACDF7 background.


White color preview on #DACDF7 background

This text has white color on #DACDF7 background.