COLOR #DAC7EC

HEX: #DAC7EC
RGB: (218,199,236)

Color info

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

RGB color model

#DAC7EC color RGB value is (218,199,236).

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

RGB channels and saturation

R 218 of 255 = 85%
G 199 of 255 = 78%
B 236 of 255 = 93%

218
199
236

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

Portions of RGB colors in percentages

R + G + B =
218 + 199 + 236 = 653 (100%)
R 218 of 653 ~ 33.38%
G 199 of 653 ~ 30.47%
B 236 of 653 ~ 36.14%

%33.38
%30.47
%36.14

CMYK color model

#DAC7EC color CMYK value is (8,16,0,7).

  • cyan value is 7.63%
  • magenta value is 15.68%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(8,16,0,7)
C8M16Y0K7 
(8%,16%,0%,7%)
(0.08/0.16/0.00/0.07)	

CMYK percentages

%7.63
%15.68
%0
%7.45

Codes

Color #DAC7EC in popluar color models

DAC7EC
RGB218199236
HSL271°49.33%85.29%
HSB/HSV271°15.68%92.55%
CMYK7.63%15.68%0.00%
7.45%

Color #DAC7EC in popluar number systems.

HEXDAC7EC
Decimal218199236
Binary110110101100011111101100
Octal332307354

Shades and tints

Shades of #DAC7EC

#DAC7EC
(218,199,236)
#C7B5D7
(199,181,215)
#B4A3C2
(180,163,194)
#A191AD
(161,145,173)
#8E7F98
(142,127,152)
#7B6D83
(123,109,131)
#685B6E
(104,91,110)
#554959
(85,73,89)
#423744
(66,55,68)
#2F252F
(47,37,47)
#1C131A
(28,19,26)
#000000
(0,0,0)

Tints of #DAC7EC

#DAC7EC
(218,199,236)
#DDCCED
(221,204,237)
#E0D1EE
(224,209,238)
#E3D6EF
(227,214,239)
#E6DBF0
(230,219,240)
#E9E0F1
(233,224,241)
#ECE5F2
(236,229,242)
#EFEAF3
(239,234,243)
#F2EFF4
(242,239,244)
#F5F4F5
(245,244,245)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC7EC; }

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

This text font color is #DAC7EC.


Background Color

.myBgColor { background-color: #DAC7EC; }

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

This div background color is #DAC7EC.


Border color

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

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

This div border color is #DAC7EC.


Opacity

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

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

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

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

This text has shadow with #DAC7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC7EC on black background.


Color preview on white background

This text has color #DAC7EC on white background.



Black color preview on #DAC7EC background

This text has black color on #DAC7EC background.


White color preview on #DAC7EC background

This text has white color on #DAC7EC background.