COLOR #DAC7EA

HEX: #DAC7EA
RGB: (218,199,234)

Color info

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

RGB color model

#DAC7EA color RGB value is (218,199,234).

  • red value is 218;
  • green value is 199;
  • blue value is 234.
RGB:
(218,199,234)
(85%,78%,92%)

RGB channels and saturation

R 218 of 255 = 85%
G 199 of 255 = 78%
B 234 of 255 = 92%

218
199
234

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

Portions of RGB colors in percentages

R + G + B =
218 + 199 + 234 = 651 (100%)
R 218 of 651 ~ 33.49%
G 199 of 651 ~ 30.57%
B 234 of 651 ~ 35.94%

%33.49
%30.57
%35.94

CMYK color model

#DAC7EA color CMYK value is (7,15,0,8).

  • cyan value is 6.84%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(7,15,0,8)
C7M15Y0K8 
(7%,15%,0%,8%)
(0.07/0.15/0.00/0.08)	

CMYK percentages

%6.84
%14.96
%0
%8.24

Codes

Color #DAC7EA in popluar color models

DAC7EA
RGB218199234
HSL273°45.45%84.90%
HSB/HSV273°14.96%91.76%
CMYK6.84%14.96%0.00%
8.24%

Color #DAC7EA in popluar number systems.

HEXDAC7EA
Decimal218199234
Binary110110101100011111101010
Octal332307352

Shades and tints

Shades of #DAC7EA

#DAC7EA
(218,199,234)
#C7B5D5
(199,181,213)
#B4A3C0
(180,163,192)
#A191AB
(161,145,171)
#8E7F96
(142,127,150)
#7B6D81
(123,109,129)
#685B6C
(104,91,108)
#554957
(85,73,87)
#423742
(66,55,66)
#2F252D
(47,37,45)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #DAC7EA

#DAC7EA
(218,199,234)
#DDCCEB
(221,204,235)
#E0D1EC
(224,209,236)
#E3D6ED
(227,214,237)
#E6DBEE
(230,219,238)
#E9E0EF
(233,224,239)
#ECE5F0
(236,229,240)
#EFEAF1
(239,234,241)
#F2EFF2
(242,239,242)
#F5F4F3
(245,244,243)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC7EA color. Also use rgb(218,199,234) instead hex code.

Text Font Color

.myTextColor { color: #DAC7EA; }

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

This text font color is #DAC7EA.


Background Color

.myBgColor { background-color: #DAC7EA; }

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

This div background color is #DAC7EA.


Border color

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

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

This div border color is #DAC7EA.


Opacity

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

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

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

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

This text has shadow with #DAC7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC7EA on black background.


Color preview on white background

This text has color #DAC7EA on white background.



Black color preview on #DAC7EA background

This text has black color on #DAC7EA background.


White color preview on #DAC7EA background

This text has white color on #DAC7EA background.