COLOR #DACAF9

HEX: #DACAF9 RGB: (218,202,249)

Color info

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

RGB color model

#DACAF9 color RGB value is (218,202,249).

RGB: (218,202,249) (85%, 79%, 98%)

RGB channels and saturation

R 218 of 255 = 85%
G 202 of 255 = 79%
B 249 of 255 = 98%

218
202
249

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

Portions of RGB colors in percentages

R + G + B = 218 + 202 + 249 = 669 (100%)
R 218 of 669 ~ 32.59%
G 202 of 669 ~ 30.19%
B 249 of 669 ~ 37.22'%

%32.59
%30.19
%37.22

CMYK color model

#DACAF9 color CMYK value is (12,19,0,2).

  • cyan value is 12.45%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (12,19,0,2)
C12M19Y0K2 (12%, 19%, 0%, 2%)
(0.12 / 0.19 / 0.00 / 0.02)

CMYK percentages

%12.45
%18.88
%0
%2.35

Codes

Color #DACAF9 in popluar color models

DA CA F9
RGB 218 202 249
HSL 260° 79.66% 88.43%
HSB/HSV 260° 18.88% 97.65%
CMYK 12.45% 18.88% 0.00%
2.35%

Color #DACAF9 in popluar number systems.

HEX DA CA F9
Decimal 218 202 249
Binary 11011010 11001010 11111001
Octal 332 312 371

Shades and tints

Shades of #DACAF9

#DACAF9
(218,202,249)
#C7B8E3
(199,184,227)
#B4A6CD
(180,166,205)
#A194B7
(161,148,183)
#8E82A1
(142,130,161)
#7B708B
(123,112,139)
#685E75
(104,94,117)
#554C5F
(85,76,95)
#423A49
(66,58,73)
#2F2833
(47,40,51)
#1C161D
(28,22,29)
#000000
(0,0,0)

Tints of #DACAF9

#DACAF9
(218,202,249)
#DDCEF9
(221,206,249)
#E0D2F9
(224,210,249)
#E3D6F9
(227,214,249)
#E6DAF9
(230,218,249)
#E9DEF9
(233,222,249)
#ECE2F9
(236,226,249)
#EFE6F9
(239,230,249)
#F2EAF9
(242,234,249)
#F5EEF9
(245,238,249)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACAF9 color. Also use rgb(218,202,249) instead hex code.

Text Font Color

.myTextColor { color: #DACAF9; }

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

This text font color is #DACAF9.

Background Color

.myBgColor { background-color: #DACAF9; }

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

This div background color is #DACAF9.

Border color

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

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

This div border color is #DACAF9.

Opacity

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

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

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

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

This text has shadow with #DACAF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACAF9.

Preview

Color preview on black background

This text has color #DACAF9 on black background.


Color preview on white background

This text has color #DACAF9 on white background.


Black color preview on #DACAF9 background

This text has black color on #DACAF9 background.


White color preview on #DACAF9 background

This text has white color on #DACAF9 background.


Related colors

Complementary color

Complementary color for #hex is #253506.


I love getcolorcode.com

Triadic colors

1 #F9DACA and #CAF9DA with #DACAF9 are triadic colors.

2 #F9CADA and #CADAF9 with #DACAF9 are triadic colors.