COLOR #DA9CAD

HEX: #DA9CAD
RGB: (218,156,173)

Color info

#DA9CAD contains mainly red and blue colors. Web safe color of #DA9CAD is #CC9999 (or #C99).

RGB color model

#DA9CAD color RGB value is (218,156,173).

  • red value is 218;
  • green value is 156;
  • blue value is 173.
RGB:
(218,156,173)
(85%,61%,68%)

RGB channels and saturation

R 218 of 255 = 85%
G 156 of 255 = 61%
B 173 of 255 = 68%

218
156
173

R + G + B ~ 71%. #DA9CAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 156 + 173 = 547 (100%)
R 218 of 547 ~ 39.85%
G 156 of 547 ~ 28.52%
B 173 of 547 ~ 31.63%

%39.85
%28.52
%31.63

CMYK color model

#DA9CAD color CMYK value is (0,28,21,15).

  • cyan value is 0.00%
  • magenta value is 28.44%
  • yellow value is 20.64%
  • key color value is 14.51%
CMYK:
(0,28,21,15)
C0M28Y21K15 
(0%,28%,21%,15%)
(0.00/0.28/0.21/0.15)	

CMYK percentages

%0
%28.44
%20.64
%14.51

Codes

Color #DA9CAD in popluar color models

DA9CAD
RGB218156173
HSL344°45.59%73.33%
HSB/HSV344°28.44%85.49%
CMYK0.00%28.44%20.64%
14.51%

Color #DA9CAD in popluar number systems.

HEXDA9CAD
Decimal218156173
Binary110110101001110010101101
Octal332234255

Shades and tints

Shades of #DA9CAD

#DA9CAD
(218,156,173)
#C78E9E
(199,142,158)
#B4808F
(180,128,143)
#A17280
(161,114,128)
#8E6471
(142,100,113)
#7B5662
(123,86,98)
#684853
(104,72,83)
#553A44
(85,58,68)
#422C35
(66,44,53)
#2F1E26
(47,30,38)
#1C1017
(28,16,23)
#000000
(0,0,0)

Tints of #DA9CAD

#DA9CAD
(218,156,173)
#DDA5B4
(221,165,180)
#E0AEBB
(224,174,187)
#E3B7C2
(227,183,194)
#E6C0C9
(230,192,201)
#E9C9D0
(233,201,208)
#ECD2D7
(236,210,215)
#EFDBDE
(239,219,222)
#F2E4E5
(242,228,229)
#F5EDEC
(245,237,236)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA9CAD; }

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

This text font color is #DA9CAD.


Background Color

.myBgColor { background-color: #DA9CAD; }

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

This div background color is #DA9CAD.


Border color

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

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

This div border color is #DA9CAD.


Opacity

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

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

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

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

This text has shadow with #DA9CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9CAD on black background.


Color preview on white background

This text has color #DA9CAD on white background.



Black color preview on #DA9CAD background

This text has black color on #DA9CAD background.


White color preview on #DA9CAD background

This text has white color on #DA9CAD background.