COLOR #DACDE6

HEX: #DACDE6
RGB: (218,205,230)

Color info

#DACDE6 contains red, green and blue colors in about the same proportion. Web safe color of #DACDE6 is #CCCCCC (or #CCC).

RGB color model

#DACDE6 color RGB value is (218,205,230).

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

RGB channels and saturation

R 218 of 255 = 85%
G 205 of 255 = 80%
B 230 of 255 = 90%

218
205
230

R + G + B ~ 85%. #DACDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 205 + 230 = 653 (100%)
R 218 of 653 ~ 33.38%
G 205 of 653 ~ 31.39%
B 230 of 653 ~ 35.22%

%33.38
%31.39
%35.22

CMYK color model

#DACDE6 color CMYK value is (5,11,0,10).

  • cyan value is 5.22%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(5,11,0,10)
C5M11Y0K10 
(5%,11%,0%,10%)
(0.05/0.11/0.00/0.10)	

CMYK percentages

%5.22
%10.87
%0
%9.8

Codes

Color #DACDE6 in popluar color models

DACDE6
RGB218205230
HSL271°33.33%85.29%
HSB/HSV271°10.87%90.20%
CMYK5.22%10.87%0.00%
9.80%

Color #DACDE6 in popluar number systems.

HEXDACDE6
Decimal218205230
Binary110110101100110111100110
Octal332315346

Shades and tints

Shades of #DACDE6

#DACDE6
(218,205,230)
#C7BBD2
(199,187,210)
#B4A9BE
(180,169,190)
#A197AA
(161,151,170)
#8E8596
(142,133,150)
#7B7382
(123,115,130)
#68616E
(104,97,110)
#554F5A
(85,79,90)
#423D46
(66,61,70)
#2F2B32
(47,43,50)
#1C191E
(28,25,30)
#000000
(0,0,0)

Tints of #DACDE6

#DACDE6
(218,205,230)
#DDD1E8
(221,209,232)
#E0D5EA
(224,213,234)
#E3D9EC
(227,217,236)
#E6DDEE
(230,221,238)
#E9E1F0
(233,225,240)
#ECE5F2
(236,229,242)
#EFE9F4
(239,233,244)
#F2EDF6
(242,237,246)
#F5F1F8
(245,241,248)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACDE6; }

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

This text font color is #DACDE6.


Background Color

.myBgColor { background-color: #DACDE6; }

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

This div background color is #DACDE6.


Border color

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

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

This div border color is #DACDE6.


Opacity

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

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

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

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

This text has shadow with #DACDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACDE6 on black background.


Color preview on white background

This text has color #DACDE6 on white background.



Black color preview on #DACDE6 background

This text has black color on #DACDE6 background.


White color preview on #DACDE6 background

This text has white color on #DACDE6 background.