COLOR #DAC6E2

HEX: #DAC6E2 RGB: (218,198,226)

Color info

#DAC6E2 contains red, green and blue colors in about the same proportion. Web safe color of #DAC6E2 is #CCCCCC (or #CCC).

RGB color model

#DAC6E2 color RGB value is (218,198,226).

RGB: (218,198,226) (85%, 78%, 89%)

RGB channels and saturation

R 218 of 255 = 85%
G 198 of 255 = 78%
B 226 of 255 = 89%

218
198
226

R + G + B ~ 84%. #DAC6E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 198 + 226 = 642 (100%)
R 218 of 642 ~ 33.96%
G 198 of 642 ~ 30.84%
B 226 of 642 ~ 35.2'%

%33.96
%30.84
%35.2

CMYK color model

#DAC6E2 color CMYK value is (4,12,0,11).

  • cyan value is 3.54%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (4,12,0,11)
C4M12Y0K11 (4%, 12%, 0%, 11%)
(0.04 / 0.12 / 0.00 / 0.11)

CMYK percentages

%3.54
%12.39
%0
%11.37

Codes

Color #DAC6E2 in popluar color models

DA C6 E2
RGB 218 198 226
HSL 283° 32.56% 83.14%
HSB/HSV 283° 12.39% 88.63%
CMYK 3.54% 12.39% 0.00%
11.37%

Color #DAC6E2 in popluar number systems.

HEX DA C6 E2
Decimal 218 198 226
Binary 11011010 11000110 11100010
Octal 332 306 342

Shades and tints

Shades of #DAC6E2

#DAC6E2
(218,198,226)
#C7B4CE
(199,180,206)
#B4A2BA
(180,162,186)
#A190A6
(161,144,166)
#8E7E92
(142,126,146)
#7B6C7E
(123,108,126)
#685A6A
(104,90,106)
#554856
(85,72,86)
#423642
(66,54,66)
#2F242E
(47,36,46)
#1C121A
(28,18,26)
#000000
(0,0,0)

Tints of #DAC6E2

#DAC6E2
(218,198,226)
#DDCBE4
(221,203,228)
#E0D0E6
(224,208,230)
#E3D5E8
(227,213,232)
#E6DAEA
(230,218,234)
#E9DFEC
(233,223,236)
#ECE4EE
(236,228,238)
#EFE9F0
(239,233,240)
#F2EEF2
(242,238,242)
#F5F3F4
(245,243,244)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC6E2; }

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

This text font color is #DAC6E2.

Background Color

.myBgColor { background-color: #DAC6E2; }

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

This div background color is #DAC6E2.

Border color

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

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

This div border color is #DAC6E2.

Opacity

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

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

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

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

This text has shadow with #DAC6E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC6E2.

Preview

Color preview on black background

This text has color #DAC6E2 on black background.


Color preview on white background

This text has color #DAC6E2 on white background.


Black color preview on #DAC6E2 background

This text has black color on #DAC6E2 background.


White color preview on #DAC6E2 background

This text has white color on #DAC6E2 background.


Related colors

Complementary color

Complementary color for #hex is #25391D.


I love getcolorcode.com

Triadic colors

1 #E2DAC6 and #C6E2DA with #DAC6E2 are triadic colors.

2 #E2C6DA and #C6DAE2 with #DAC6E2 are triadic colors.