COLOR #DA9AC6

HEX: #DA9AC6
RGB: (218,154,198)

Color info

#DA9AC6 contains mainly red and blue colors. Web safe color of #DA9AC6 is #CC99CC (or #C9C).

RGB color model

#DA9AC6 color RGB value is (218,154,198).

  • red value is 218;
  • green value is 154;
  • blue value is 198.
RGB:
(218,154,198)
(85%,60%,78%)

RGB channels and saturation

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

218
154
198

R + G + B ~ 74%. #DA9AC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 154 + 198 = 570 (100%)
R 218 of 570 ~ 38.25%
G 154 of 570 ~ 27.02%
B 198 of 570 ~ 34.74%

%38.25
%27.02
%34.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.36%
  • yellow value is 9.17%
  • key color value is 14.51%
CMYK:
(0,29,9,15)
C0M29Y9K15 
(0%,29%,9%,15%)
(0.00/0.29/0.09/0.15)	

CMYK percentages

%0
%29.36
%9.17
%14.51

Codes

Color #DA9AC6 in popluar color models

DA9AC6
RGB218154198
HSL319°46.38%72.94%
HSB/HSV319°29.36%85.49%
CMYK0.00%29.36%9.17%
14.51%

Color #DA9AC6 in popluar number systems.

HEXDA9AC6
Decimal218154198
Binary110110101001101011000110
Octal332232306

Shades and tints

Shades of #DA9AC6

#DA9AC6
(218,154,198)
#C78CB4
(199,140,180)
#B47EA2
(180,126,162)
#A17090
(161,112,144)
#8E627E
(142,98,126)
#7B546C
(123,84,108)
#68465A
(104,70,90)
#553848
(85,56,72)
#422A36
(66,42,54)
#2F1C24
(47,28,36)
#1C0E12
(28,14,18)
#000000
(0,0,0)

Tints of #DA9AC6

#DA9AC6
(218,154,198)
#DDA3CB
(221,163,203)
#E0ACD0
(224,172,208)
#E3B5D5
(227,181,213)
#E6BEDA
(230,190,218)
#E9C7DF
(233,199,223)
#ECD0E4
(236,208,228)
#EFD9E9
(239,217,233)
#F2E2EE
(242,226,238)
#F5EBF3
(245,235,243)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA9AC6; }

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

This text font color is #DA9AC6.


Background Color

.myBgColor { background-color: #DA9AC6; }

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

This div background color is #DA9AC6.


Border color

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

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

This div border color is #DA9AC6.


Opacity

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

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

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

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

This text has shadow with #DA9AC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9AC6 on black background.


Color preview on white background

This text has color #DA9AC6 on white background.



Black color preview on #DA9AC6 background

This text has black color on #DA9AC6 background.


White color preview on #DA9AC6 background

This text has white color on #DA9AC6 background.