COLOR #DAC5F2

HEX: #DAC5F2
RGB: (218,197,242)

Color info

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

RGB color model

#DAC5F2 color RGB value is (218,197,242).

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

RGB channels and saturation

R 218 of 255 = 85%
G 197 of 255 = 77%
B 242 of 255 = 95%

218
197
242

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

Portions of RGB colors in percentages

R + G + B =
218 + 197 + 242 = 657 (100%)
R 218 of 657 ~ 33.18%
G 197 of 657 ~ 29.98%
B 242 of 657 ~ 36.83%

%33.18
%29.98
%36.83

CMYK color model

#DAC5F2 color CMYK value is (10,19,0,5).

  • cyan value is 9.92%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,19,0,5)
C10M19Y0K5 
(10%,19%,0%,5%)
(0.10/0.19/0.00/0.05)	

CMYK percentages

%9.92
%18.6
%0
%5.1

Codes

Color #DAC5F2 in popluar color models

DAC5F2
RGB218197242
HSL268°63.38%86.08%
HSB/HSV268°18.60%94.90%
CMYK9.92%18.60%0.00%
5.10%

Color #DAC5F2 in popluar number systems.

HEXDAC5F2
Decimal218197242
Binary110110101100010111110010
Octal332305362

Shades and tints

Shades of #DAC5F2

#DAC5F2
(218,197,242)
#C7B4DC
(199,180,220)
#B4A3C6
(180,163,198)
#A192B0
(161,146,176)
#8E819A
(142,129,154)
#7B7084
(123,112,132)
#685F6E
(104,95,110)
#554E58
(85,78,88)
#423D42
(66,61,66)
#2F2C2C
(47,44,44)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #DAC5F2

#DAC5F2
(218,197,242)
#DDCAF3
(221,202,243)
#E0CFF4
(224,207,244)
#E3D4F5
(227,212,245)
#E6D9F6
(230,217,246)
#E9DEF7
(233,222,247)
#ECE3F8
(236,227,248)
#EFE8F9
(239,232,249)
#F2EDFA
(242,237,250)
#F5F2FB
(245,242,251)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC5F2; }

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

This text font color is #DAC5F2.


Background Color

.myBgColor { background-color: #DAC5F2; }

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

This div background color is #DAC5F2.


Border color

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

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

This div border color is #DAC5F2.


Opacity

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

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

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

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

This text has shadow with #DAC5F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC5F2 on black background.


Color preview on white background

This text has color #DAC5F2 on white background.



Black color preview on #DAC5F2 background

This text has black color on #DAC5F2 background.


White color preview on #DAC5F2 background

This text has white color on #DAC5F2 background.