COLOR #DAC6F8

HEX: #DAC6F8
RGB: (218,198,248)

Color info

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

RGB color model

#DAC6F8 color RGB value is (218,198,248).

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

RGB channels and saturation

R 218 of 255 = 85%
G 198 of 255 = 78%
B 248 of 255 = 97%

218
198
248

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

Portions of RGB colors in percentages

R + G + B =
218 + 198 + 248 = 664 (100%)
R 218 of 664 ~ 32.83%
G 198 of 664 ~ 29.82%
B 248 of 664 ~ 37.35%

%32.83
%29.82
%37.35

CMYK color model

#DAC6F8 color CMYK value is (12,20,0,3).

  • cyan value is 12.10%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(12,20,0,3)
C12M20Y0K3 
(12%,20%,0%,3%)
(0.12/0.20/0.00/0.03)	

CMYK percentages

%12.1
%20.16
%0
%2.75

Codes

Color #DAC6F8 in popluar color models

DAC6F8
RGB218198248
HSL264°78.13%87.45%
HSB/HSV264°20.16%97.25%
CMYK12.10%20.16%0.00%
2.75%

Color #DAC6F8 in popluar number systems.

HEXDAC6F8
Decimal218198248
Binary110110101100011011111000
Octal332306370

Shades and tints

Shades of #DAC6F8

#DAC6F8
(218,198,248)
#C7B4E2
(199,180,226)
#B4A2CC
(180,162,204)
#A190B6
(161,144,182)
#8E7EA0
(142,126,160)
#7B6C8A
(123,108,138)
#685A74
(104,90,116)
#55485E
(85,72,94)
#423648
(66,54,72)
#2F2432
(47,36,50)
#1C121C
(28,18,28)
#000000
(0,0,0)

Tints of #DAC6F8

#DAC6F8
(218,198,248)
#DDCBF8
(221,203,248)
#E0D0F8
(224,208,248)
#E3D5F8
(227,213,248)
#E6DAF8
(230,218,248)
#E9DFF8
(233,223,248)
#ECE4F8
(236,228,248)
#EFE9F8
(239,233,248)
#F2EEF8
(242,238,248)
#F5F3F8
(245,243,248)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC6F8; }

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

This text font color is #DAC6F8.


Background Color

.myBgColor { background-color: #DAC6F8; }

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

This div background color is #DAC6F8.


Border color

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

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

This div border color is #DAC6F8.


Opacity

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

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

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

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

This text has shadow with #DAC6F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC6F8 on black background.


Color preview on white background

This text has color #DAC6F8 on white background.



Black color preview on #DAC6F8 background

This text has black color on #DAC6F8 background.


White color preview on #DAC6F8 background

This text has white color on #DAC6F8 background.