COLOR #DAC2E2

HEX: #DAC2E2
RGB: (218,194,226)

Color info

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

RGB color model

#DAC2E2 color RGB value is (218,194,226).

  • red value is 218;
  • green value is 194;
  • blue value is 226.
RGB:
(218,194,226)
(85%,76%,89%)

RGB channels and saturation

R 218 of 255 = 85%
G 194 of 255 = 76%
B 226 of 255 = 89%

218
194
226

R + G + B ~ 83%. #DAC2E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 194 + 226 = 638 (100%)
R 218 of 638 ~ 34.17%
G 194 of 638 ~ 30.41%
B 226 of 638 ~ 35.42%

%34.17
%30.41
%35.42

CMYK color model

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

  • cyan value is 3.54%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(4,14,0,11)
C4M14Y0K11 
(4%,14%,0%,11%)
(0.04/0.14/0.00/0.11)	

CMYK percentages

%3.54
%14.16
%0
%11.37

Codes

Color #DAC2E2 in popluar color models

DAC2E2
RGB218194226
HSL285°35.56%82.35%
HSB/HSV285°14.16%88.63%
CMYK3.54%14.16%0.00%
11.37%

Color #DAC2E2 in popluar number systems.

HEXDAC2E2
Decimal218194226
Binary110110101100001011100010
Octal332302342

Shades and tints

Shades of #DAC2E2

#DAC2E2
(218,194,226)
#C7B1CE
(199,177,206)
#B4A0BA
(180,160,186)
#A18FA6
(161,143,166)
#8E7E92
(142,126,146)
#7B6D7E
(123,109,126)
#685C6A
(104,92,106)
#554B56
(85,75,86)
#423A42
(66,58,66)
#2F292E
(47,41,46)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #DAC2E2

#DAC2E2
(218,194,226)
#DDC7E4
(221,199,228)
#E0CCE6
(224,204,230)
#E3D1E8
(227,209,232)
#E6D6EA
(230,214,234)
#E9DBEC
(233,219,236)
#ECE0EE
(236,224,238)
#EFE5F0
(239,229,240)
#F2EAF2
(242,234,242)
#F5EFF4
(245,239,244)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC2E2 color. Also use rgb(218,194,226) instead hex code.

Text Font Color

.myTextColor { color: #DAC2E2; }

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

This text font color is #DAC2E2.


Background Color

.myBgColor { background-color: #DAC2E2; }

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

This div background color is #DAC2E2.


Border color

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

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

This div border color is #DAC2E2.


Opacity

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

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

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

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

This text has shadow with #DAC2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC2E2 on black background.


Color preview on white background

This text has color #DAC2E2 on white background.



Black color preview on #DAC2E2 background

This text has black color on #DAC2E2 background.


White color preview on #DAC2E2 background

This text has white color on #DAC2E2 background.