COLOR #DAC5FA

HEX: #DAC5FA
RGB: (218,197,250)

Color info

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

RGB color model

#DAC5FA color RGB value is (218,197,250).

  • red value is 218;
  • green value is 197;
  • blue value is 250.
RGB:
(218,197,250)
(85%,77%,98%)

RGB channels and saturation

R 218 of 255 = 85%
G 197 of 255 = 77%
B 250 of 255 = 98%

218
197
250

R + G + B ~ 87%. #DAC5FA is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 197 + 250 = 665 (100%)
R 218 of 665 ~ 32.78%
G 197 of 665 ~ 29.62%
B 250 of 665 ~ 37.59%

%32.78
%29.62
%37.59

CMYK color model

#DAC5FA color CMYK value is (13,21,0,2).

  • cyan value is 12.80%
  • magenta value is 21.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(13,21,0,2)
C13M21Y0K2 
(13%,21%,0%,2%)
(0.13/0.21/0.00/0.02)	

CMYK percentages

%12.8
%21.2
%0
%1.96

Codes

Color #DAC5FA in popluar color models

DAC5FA
RGB218197250
HSL264°84.13%87.65%
HSB/HSV264°21.20%98.04%
CMYK12.80%21.20%0.00%
1.96%

Color #DAC5FA in popluar number systems.

HEXDAC5FA
Decimal218197250
Binary110110101100010111111010
Octal332305372

Shades and tints

Shades of #DAC5FA

#DAC5FA
(218,197,250)
#C7B4E4
(199,180,228)
#B4A3CE
(180,163,206)
#A192B8
(161,146,184)
#8E81A2
(142,129,162)
#7B708C
(123,112,140)
#685F76
(104,95,118)
#554E60
(85,78,96)
#423D4A
(66,61,74)
#2F2C34
(47,44,52)
#1C1B1E
(28,27,30)
#000000
(0,0,0)

Tints of #DAC5FA

#DAC5FA
(218,197,250)
#DDCAFA
(221,202,250)
#E0CFFA
(224,207,250)
#E3D4FA
(227,212,250)
#E6D9FA
(230,217,250)
#E9DEFA
(233,222,250)
#ECE3FA
(236,227,250)
#EFE8FA
(239,232,250)
#F2EDFA
(242,237,250)
#F5F2FA
(245,242,250)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC5FA color. Also use rgb(218,197,250) instead hex code.

Text Font Color

.myTextColor { color: #DAC5FA; }

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

This text font color is #DAC5FA.


Background Color

.myBgColor { background-color: #DAC5FA; }

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

This div background color is #DAC5FA.


Border color

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

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

This div border color is #DAC5FA.


Opacity

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

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

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

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

This text has shadow with #DAC5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC5FA on black background.


Color preview on white background

This text has color #DAC5FA on white background.



Black color preview on #DAC5FA background

This text has black color on #DAC5FA background.


White color preview on #DAC5FA background

This text has white color on #DAC5FA background.