COLOR #DAC5F8

HEX: #DAC5F8
RGB: (218,197,248)

Color info

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

RGB color model

#DAC5F8 color RGB value is (218,197,248).

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

RGB channels and saturation

R 218 of 255 = 85%
G 197 of 255 = 77%
B 248 of 255 = 97%

218
197
248

R + G + B ~ 86%. #DAC5F8 is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 197 + 248 = 663 (100%)
R 218 of 663 ~ 32.88%
G 197 of 663 ~ 29.71%
B 248 of 663 ~ 37.41%

%32.88
%29.71
%37.41

CMYK color model

#DAC5F8 color CMYK value is (12,21,0,3).

  • cyan value is 12.10%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(12,21,0,3)
C12M21Y0K3 
(12%,21%,0%,3%)
(0.12/0.21/0.00/0.03)	

CMYK percentages

%12.1
%20.56
%0
%2.75

Codes

Color #DAC5F8 in popluar color models

DAC5F8
RGB218197248
HSL265°78.46%87.25%
HSB/HSV265°20.56%97.25%
CMYK12.10%20.56%0.00%
2.75%

Color #DAC5F8 in popluar number systems.

HEXDAC5F8
Decimal218197248
Binary110110101100010111111000
Octal332305370

Shades and tints

Shades of #DAC5F8

#DAC5F8
(218,197,248)
#C7B4E2
(199,180,226)
#B4A3CC
(180,163,204)
#A192B6
(161,146,182)
#8E81A0
(142,129,160)
#7B708A
(123,112,138)
#685F74
(104,95,116)
#554E5E
(85,78,94)
#423D48
(66,61,72)
#2F2C32
(47,44,50)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #DAC5F8

#DAC5F8
(218,197,248)
#DDCAF8
(221,202,248)
#E0CFF8
(224,207,248)
#E3D4F8
(227,212,248)
#E6D9F8
(230,217,248)
#E9DEF8
(233,222,248)
#ECE3F8
(236,227,248)
#EFE8F8
(239,232,248)
#F2EDF8
(242,237,248)
#F5F2F8
(245,242,248)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC5F8; }

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

This text font color is #DAC5F8.


Background Color

.myBgColor { background-color: #DAC5F8; }

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

This div background color is #DAC5F8.


Border color

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

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

This div border color is #DAC5F8.


Opacity

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

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

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

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

This text has shadow with #DAC5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC5F8 on black background.


Color preview on white background

This text has color #DAC5F8 on white background.



Black color preview on #DAC5F8 background

This text has black color on #DAC5F8 background.


White color preview on #DAC5F8 background

This text has white color on #DAC5F8 background.