COLOR #DA8BB7

HEX: #DA8BB7
RGB: (218,139,183)

Color info

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

RGB color model

#DA8BB7 color RGB value is (218,139,183).

  • red value is 218;
  • green value is 139;
  • blue value is 183.
RGB:
(218,139,183)
(85%,55%,72%)

RGB channels and saturation

R 218 of 255 = 85%
G 139 of 255 = 55%
B 183 of 255 = 72%

218
139
183

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

Portions of RGB colors in percentages

R + G + B =
218 + 139 + 183 = 540 (100%)
R 218 of 540 ~ 40.37%
G 139 of 540 ~ 25.74%
B 183 of 540 ~ 33.89%

%40.37
%25.74
%33.89

CMYK color model

#DA8BB7 color CMYK value is (0,36,16,15).

  • cyan value is 0.00%
  • magenta value is 36.24%
  • yellow value is 16.06%
  • key color value is 14.51%
CMYK:
(0,36,16,15)
C0M36Y16K15 
(0%,36%,16%,15%)
(0.00/0.36/0.16/0.15)	

CMYK percentages

%0
%36.24
%16.06
%14.51

Codes

Color #DA8BB7 in popluar color models

DA8BB7
RGB218139183
HSL327°51.63%70.00%
HSB/HSV327°36.24%85.49%
CMYK0.00%36.24%16.06%
14.51%

Color #DA8BB7 in popluar number systems.

HEXDA8BB7
Decimal218139183
Binary110110101000101110110111
Octal332213267

Shades and tints

Shades of #DA8BB7

#DA8BB7
(218,139,183)
#C77FA7
(199,127,167)
#B47397
(180,115,151)
#A16787
(161,103,135)
#8E5B77
(142,91,119)
#7B4F67
(123,79,103)
#684357
(104,67,87)
#553747
(85,55,71)
#422B37
(66,43,55)
#2F1F27
(47,31,39)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #DA8BB7

#DA8BB7
(218,139,183)
#DD95BD
(221,149,189)
#E09FC3
(224,159,195)
#E3A9C9
(227,169,201)
#E6B3CF
(230,179,207)
#E9BDD5
(233,189,213)
#ECC7DB
(236,199,219)
#EFD1E1
(239,209,225)
#F2DBE7
(242,219,231)
#F5E5ED
(245,229,237)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA8BB7; }

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

This text font color is #DA8BB7.


Background Color

.myBgColor { background-color: #DA8BB7; }

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

This div background color is #DA8BB7.


Border color

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

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

This div border color is #DA8BB7.


Opacity

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

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

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

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

This text has shadow with #DA8BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8BB7 on black background.


Color preview on white background

This text has color #DA8BB7 on white background.



Black color preview on #DA8BB7 background

This text has black color on #DA8BB7 background.


White color preview on #DA8BB7 background

This text has white color on #DA8BB7 background.