COLOR #DAC6DA

HEX: #DAC6DA RGB: (218,198,218)

Color info

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

RGB color model

#DAC6DA color RGB value is (218,198,218).

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

RGB channels and saturation

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

218
198
218

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

Portions of RGB colors in percentages

R + G + B = 218 + 198 + 218 = 634 (100%)
R 218 of 634 ~ 34.38%
G 198 of 634 ~ 31.23%
B 218 of 634 ~ 34.38'%

%34.38
%31.23
%34.38

CMYK color model

#DAC6DA color CMYK value is (0,9,0,15).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (0,9,0,15)
C0M9Y0K15 (0%, 9%, 0%, 15%)
(0.00 / 0.09 / 0.00 / 0.15)

CMYK percentages

%0
%9.17
%0
%14.51

Codes

Color #DAC6DA in popluar color models

DA C6 DA
RGB 218 198 218
HSL 300° 21.28% 81.57%
HSB/HSV 300° 9.17% 85.49%
CMYK 0.00% 9.17% 0.00%
14.51%

Color #DAC6DA in popluar number systems.

HEX DA C6 DA
Decimal 218 198 218
Binary 11011010 11000110 11011010
Octal 332 306 332

Shades and tints

Shades of #DAC6DA

#DAC6DA
(218,198,218)
#C7B4C7
(199,180,199)
#B4A2B4
(180,162,180)
#A190A1
(161,144,161)
#8E7E8E
(142,126,142)
#7B6C7B
(123,108,123)
#685A68
(104,90,104)
#554855
(85,72,85)
#423642
(66,54,66)
#2F242F
(47,36,47)
#1C121C
(28,18,28)
#000000
(0,0,0)

Tints of #DAC6DA

#DAC6DA
(218,198,218)
#DDCBDD
(221,203,221)
#E0D0E0
(224,208,224)
#E3D5E3
(227,213,227)
#E6DAE6
(230,218,230)
#E9DFE9
(233,223,233)
#ECE4EC
(236,228,236)
#EFE9EF
(239,233,239)
#F2EEF2
(242,238,242)
#F5F3F5
(245,243,245)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC6DA; }

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

This text font color is #DAC6DA.

Background Color

.myBgColor { background-color: #DAC6DA; }

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

This div background color is #DAC6DA.

Border color

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

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

This div border color is #DAC6DA.

Opacity

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

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

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

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

This text has shadow with #DAC6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC6DA.

Preview

Color preview on black background

This text has color #DAC6DA on black background.


Color preview on white background

This text has color #DAC6DA on white background.


Black color preview on #DAC6DA background

This text has black color on #DAC6DA background.


White color preview on #DAC6DA background

This text has white color on #DAC6DA background.


Related colors

Complementary color

Complementary color for #hex is #253925.


I love getcolorcode.com

Triadic colors

1 #DADAC6 and #C6DADA with #DAC6DA are triadic colors.

2 #DAC6DA and #C6DADA with #DAC6DA are triadic colors.