COLOR #DA9BCE

HEX: #DA9BCE
RGB: (218,155,206)

Color info

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

RGB color model

#DA9BCE color RGB value is (218,155,206).

  • red value is 218;
  • green value is 155;
  • blue value is 206.
RGB:
(218,155,206)
(85%,61%,81%)

RGB channels and saturation

R 218 of 255 = 85%
G 155 of 255 = 61%
B 206 of 255 = 81%

218
155
206

R + G + B ~ 76%. #DA9BCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 155 + 206 = 579 (100%)
R 218 of 579 ~ 37.65%
G 155 of 579 ~ 26.77%
B 206 of 579 ~ 35.58%

%37.65
%26.77
%35.58

CMYK color model

#DA9BCE color CMYK value is (0,29,6,15).

  • cyan value is 0.00%
  • magenta value is 28.90%
  • yellow value is 5.50%
  • key color value is 14.51%
CMYK:
(0,29,6,15)
C0M29Y6K15 
(0%,29%,6%,15%)
(0.00/0.29/0.06/0.15)	

CMYK percentages

%0
%28.9
%5.5
%14.51

Codes

Color #DA9BCE in popluar color models

DA9BCE
RGB218155206
HSL311°45.99%73.14%
HSB/HSV311°28.90%85.49%
CMYK0.00%28.90%5.50%
14.51%

Color #DA9BCE in popluar number systems.

HEXDA9BCE
Decimal218155206
Binary110110101001101111001110
Octal332233316

Shades and tints

Shades of #DA9BCE

#DA9BCE
(218,155,206)
#C78DBC
(199,141,188)
#B47FAA
(180,127,170)
#A17198
(161,113,152)
#8E6386
(142,99,134)
#7B5574
(123,85,116)
#684762
(104,71,98)
#553950
(85,57,80)
#422B3E
(66,43,62)
#2F1D2C
(47,29,44)
#1C0F1A
(28,15,26)
#000000
(0,0,0)

Tints of #DA9BCE

#DA9BCE
(218,155,206)
#DDA4D2
(221,164,210)
#E0ADD6
(224,173,214)
#E3B6DA
(227,182,218)
#E6BFDE
(230,191,222)
#E9C8E2
(233,200,226)
#ECD1E6
(236,209,230)
#EFDAEA
(239,218,234)
#F2E3EE
(242,227,238)
#F5ECF2
(245,236,242)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA9BCE; }

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

This text font color is #DA9BCE.


Background Color

.myBgColor { background-color: #DA9BCE; }

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

This div background color is #DA9BCE.


Border color

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

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

This div border color is #DA9BCE.


Opacity

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

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

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

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

This text has shadow with #DA9BCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9BCE on black background.


Color preview on white background

This text has color #DA9BCE on white background.



Black color preview on #DA9BCE background

This text has black color on #DA9BCE background.


White color preview on #DA9BCE background

This text has white color on #DA9BCE background.