COLOR #DACAE3

HEX: #DACAE3
RGB: (218,202,227)

Color info

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

RGB color model

#DACAE3 color RGB value is (218,202,227).

  • red value is 218;
  • green value is 202;
  • blue value is 227.
RGB:
(218,202,227)
(85%,79%,89%)

RGB channels and saturation

R 218 of 255 = 85%
G 202 of 255 = 79%
B 227 of 255 = 89%

218
202
227

R + G + B ~ 84%. #DACAE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 202 + 227 = 647 (100%)
R 218 of 647 ~ 33.69%
G 202 of 647 ~ 31.22%
B 227 of 647 ~ 35.09%

%33.69
%31.22
%35.09

CMYK color model

#DACAE3 color CMYK value is (4,11,0,11).

  • cyan value is 3.96%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,11,0,11)
C4M11Y0K11 
(4%,11%,0%,11%)
(0.04/0.11/0.00/0.11)	

CMYK percentages

%3.96
%11.01
%0
%10.98

Codes

Color #DACAE3 in popluar color models

DACAE3
RGB218202227
HSL278°30.86%84.12%
HSB/HSV278°11.01%89.02%
CMYK3.96%11.01%0.00%
10.98%

Color #DACAE3 in popluar number systems.

HEXDACAE3
Decimal218202227
Binary110110101100101011100011
Octal332312343

Shades and tints

Shades of #DACAE3

#DACAE3
(218,202,227)
#C7B8CF
(199,184,207)
#B4A6BB
(180,166,187)
#A194A7
(161,148,167)
#8E8293
(142,130,147)
#7B707F
(123,112,127)
#685E6B
(104,94,107)
#554C57
(85,76,87)
#423A43
(66,58,67)
#2F282F
(47,40,47)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #DACAE3

#DACAE3
(218,202,227)
#DDCEE5
(221,206,229)
#E0D2E7
(224,210,231)
#E3D6E9
(227,214,233)
#E6DAEB
(230,218,235)
#E9DEED
(233,222,237)
#ECE2EF
(236,226,239)
#EFE6F1
(239,230,241)
#F2EAF3
(242,234,243)
#F5EEF5
(245,238,245)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACAE3 color. Also use rgb(218,202,227) instead hex code.

Text Font Color

.myTextColor { color: #DACAE3; }

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

This text font color is #DACAE3.


Background Color

.myBgColor { background-color: #DACAE3; }

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

This div background color is #DACAE3.


Border color

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

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

This div border color is #DACAE3.


Opacity

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

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

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

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

This text has shadow with #DACAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACAE3 on black background.


Color preview on white background

This text has color #DACAE3 on white background.



Black color preview on #DACAE3 background

This text has black color on #DACAE3 background.


White color preview on #DACAE3 background

This text has white color on #DACAE3 background.