COLOR #DA8D9C

HEX: #DA8D9C
RGB: (218,141,156)

Color info

#DA8D9C contains mainly red color. Web safe color of #DA8D9C is #CC9999 (or #C99).

RGB color model

#DA8D9C color RGB value is (218,141,156).

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

RGB channels and saturation

R 218 of 255 = 85%
G 141 of 255 = 55%
B 156 of 255 = 61%

218
141
156

R + G + B ~ 67%. #DA8D9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 141 + 156 = 515 (100%)
R 218 of 515 ~ 42.33%
G 141 of 515 ~ 27.38%
B 156 of 515 ~ 30.29%

%42.33
%27.38
%30.29

CMYK color model

#DA8D9C color CMYK value is (0,35,28,15).

  • cyan value is 0.00%
  • magenta value is 35.32%
  • yellow value is 28.44%
  • key color value is 14.51%
CMYK:
(0,35,28,15)
C0M35Y28K15 
(0%,35%,28%,15%)
(0.00/0.35/0.28/0.15)	

CMYK percentages

%0
%35.32
%28.44
%14.51

Codes

Color #DA8D9C in popluar color models

DA8D9C
RGB218141156
HSL348°50.99%70.39%
HSB/HSV348°35.32%85.49%
CMYK0.00%35.32%28.44%
14.51%

Color #DA8D9C in popluar number systems.

HEXDA8D9C
Decimal218141156
Binary110110101000110110011100
Octal332215234

Shades and tints

Shades of #DA8D9C

#DA8D9C
(218,141,156)
#C7818E
(199,129,142)
#B47580
(180,117,128)
#A16972
(161,105,114)
#8E5D64
(142,93,100)
#7B5156
(123,81,86)
#684548
(104,69,72)
#55393A
(85,57,58)
#422D2C
(66,45,44)
#2F211E
(47,33,30)
#1C1510
(28,21,16)
#000000
(0,0,0)

Tints of #DA8D9C

#DA8D9C
(218,141,156)
#DD97A5
(221,151,165)
#E0A1AE
(224,161,174)
#E3ABB7
(227,171,183)
#E6B5C0
(230,181,192)
#E9BFC9
(233,191,201)
#ECC9D2
(236,201,210)
#EFD3DB
(239,211,219)
#F2DDE4
(242,221,228)
#F5E7ED
(245,231,237)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA8D9C; }

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

This text font color is #DA8D9C.


Background Color

.myBgColor { background-color: #DA8D9C; }

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

This div background color is #DA8D9C.


Border color

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

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

This div border color is #DA8D9C.


Opacity

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

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

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

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

This text has shadow with #DA8D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8D9C on black background.


Color preview on white background

This text has color #DA8D9C on white background.



Black color preview on #DA8D9C background

This text has black color on #DA8D9C background.


White color preview on #DA8D9C background

This text has white color on #DA8D9C background.