COLOR #DAACF7

HEX: #DAACF7 RGB: (218,172,247)

Color info

#DAACF7 contains mainly red and blue colors. Web safe color of #DAACF7 is #CC99FF (or #C9F).

RGB color model

#DAACF7 color RGB value is (218,172,247).

RGB: (218,172,247) (85%, 67%, 97%)

RGB channels and saturation

R 218 of 255 = 85%
G 172 of 255 = 67%
B 247 of 255 = 97%

218
172
247

R + G + B ~ 83%. #DAACF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 172 + 247 = 637 (100%)
R 218 of 637 ~ 34.22%
G 172 of 637 ~ 27%
B 247 of 637 ~ 38.78'%

%34.22
%27
%38.78

CMYK color model

#DAACF7 color CMYK value is (12,30,0,3).

  • cyan value is 11.74%
  • magenta value is 30.36%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (12,30,0,3)
C12M30Y0K3 (12%, 30%, 0%, 3%)
(0.12 / 0.30 / 0.00 / 0.03)

CMYK percentages

%11.74
%30.36
%0
%3.14

Codes

Color #DAACF7 in popluar color models

DA AC F7
RGB 218 172 247
HSL 277° 82.42% 82.16%
HSB/HSV 277° 30.36% 96.86%
CMYK 11.74% 30.36% 0.00%
3.14%

Color #DAACF7 in popluar number systems.

HEX DA AC F7
Decimal 218 172 247
Binary 11011010 10101100 11110111
Octal 332 254 367

Shades and tints

Shades of #DAACF7

#DAACF7
(218,172,247)
#C79DE1
(199,157,225)
#B48ECB
(180,142,203)
#A17FB5
(161,127,181)
#8E709F
(142,112,159)
#7B6189
(123,97,137)
#685273
(104,82,115)
#55435D
(85,67,93)
#423447
(66,52,71)
#2F2531
(47,37,49)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #DAACF7

#DAACF7
(218,172,247)
#DDB3F7
(221,179,247)
#E0BAF7
(224,186,247)
#E3C1F7
(227,193,247)
#E6C8F7
(230,200,247)
#E9CFF7
(233,207,247)
#ECD6F7
(236,214,247)
#EFDDF7
(239,221,247)
#F2E4F7
(242,228,247)
#F5EBF7
(245,235,247)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAACF7 color. Also use rgb(218,172,247) instead hex code.

Text Font Color

.myTextColor { color: #DAACF7; }

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

This text font color is #DAACF7.

Background Color

.myBgColor { background-color: #DAACF7; }

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

This div background color is #DAACF7.

Border color

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

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

This div border color is #DAACF7.

Opacity

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

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

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

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

This text has shadow with #DAACF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAACF7.

Preview

Color preview on black background

This text has color #DAACF7 on black background.


Color preview on white background

This text has color #DAACF7 on white background.


Black color preview on #DAACF7 background

This text has black color on #DAACF7 background.


White color preview on #DAACF7 background

This text has white color on #DAACF7 background.


Related colors

Complementary color

Complementary color for #hex is #255308.


I love getcolorcode.com

Triadic colors

1 #F7DAAC and #ACF7DA with #DAACF7 are triadic colors.

2 #F7ACDA and #ACDAF7 with #DAACF7 are triadic colors.