COLOR #DA9EC7

HEX: #DA9EC7
RGB: (218,158,199)

Color info

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

RGB color model

#DA9EC7 color RGB value is (218,158,199).

  • red value is 218;
  • green value is 158;
  • blue value is 199.
RGB:
(218,158,199)
(85%,62%,78%)

RGB channels and saturation

R 218 of 255 = 85%
G 158 of 255 = 62%
B 199 of 255 = 78%

218
158
199

R + G + B ~ 75%. #DA9EC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 158 + 199 = 575 (100%)
R 218 of 575 ~ 37.91%
G 158 of 575 ~ 27.48%
B 199 of 575 ~ 34.61%

%37.91
%27.48
%34.61

CMYK color model

#DA9EC7 color CMYK value is (0,28,9,15).

  • cyan value is 0.00%
  • magenta value is 27.52%
  • yellow value is 8.72%
  • key color value is 14.51%
CMYK:
(0,28,9,15)
C0M28Y9K15 
(0%,28%,9%,15%)
(0.00/0.28/0.09/0.15)	

CMYK percentages

%0
%27.52
%8.72
%14.51

Codes

Color #DA9EC7 in popluar color models

DA9EC7
RGB218158199
HSL319°44.78%73.73%
HSB/HSV319°27.52%85.49%
CMYK0.00%27.52%8.72%
14.51%

Color #DA9EC7 in popluar number systems.

HEXDA9EC7
Decimal218158199
Binary110110101001111011000111
Octal332236307

Shades and tints

Shades of #DA9EC7

#DA9EC7
(218,158,199)
#C790B5
(199,144,181)
#B482A3
(180,130,163)
#A17491
(161,116,145)
#8E667F
(142,102,127)
#7B586D
(123,88,109)
#684A5B
(104,74,91)
#553C49
(85,60,73)
#422E37
(66,46,55)
#2F2025
(47,32,37)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #DA9EC7

#DA9EC7
(218,158,199)
#DDA6CC
(221,166,204)
#E0AED1
(224,174,209)
#E3B6D6
(227,182,214)
#E6BEDB
(230,190,219)
#E9C6E0
(233,198,224)
#ECCEE5
(236,206,229)
#EFD6EA
(239,214,234)
#F2DEEF
(242,222,239)
#F5E6F4
(245,230,244)
#F8EEF9
(248,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9EC7 color. Also use rgb(218,158,199) instead hex code.

Text Font Color

.myTextColor { color: #DA9EC7; }

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

This text font color is #DA9EC7.


Background Color

.myBgColor { background-color: #DA9EC7; }

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

This div background color is #DA9EC7.


Border color

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

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

This div border color is #DA9EC7.


Opacity

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

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

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

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

This text has shadow with #DA9EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9EC7 on black background.


Color preview on white background

This text has color #DA9EC7 on white background.



Black color preview on #DA9EC7 background

This text has black color on #DA9EC7 background.


White color preview on #DA9EC7 background

This text has white color on #DA9EC7 background.