COLOR #DA7EB6

HEX: #DA7EB6
RGB: (218,126,182)

Color info

#DA7EB6 contains mainly red and blue colors. Web safe color of #DA7EB6 is #CC66CC (or #C6C).

RGB color model

#DA7EB6 color RGB value is (218,126,182).

  • red value is 218;
  • green value is 126;
  • blue value is 182.
RGB:
(218,126,182)
(85%,49%,71%)

RGB channels and saturation

R 218 of 255 = 85%
G 126 of 255 = 49%
B 182 of 255 = 71%

218
126
182

R + G + B ~ 68%. #DA7EB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 126 + 182 = 526 (100%)
R 218 of 526 ~ 41.44%
G 126 of 526 ~ 23.95%
B 182 of 526 ~ 34.6%

%41.44
%23.95
%34.6

CMYK color model

#DA7EB6 color CMYK value is (0,42,17,15).

  • cyan value is 0.00%
  • magenta value is 42.20%
  • yellow value is 16.51%
  • key color value is 14.51%
CMYK:
(0,42,17,15)
C0M42Y17K15 
(0%,42%,17%,15%)
(0.00/0.42/0.17/0.15)	

CMYK percentages

%0
%42.2
%16.51
%14.51

Codes

Color #DA7EB6 in popluar color models

DA7EB6
RGB218126182
HSL323°55.42%67.45%
HSB/HSV323°42.20%85.49%
CMYK0.00%42.20%16.51%
14.51%

Color #DA7EB6 in popluar number systems.

HEXDA7EB6
Decimal218126182
Binary11011010111111010110110
Octal332176266

Shades and tints

Shades of #DA7EB6

#DA7EB6
(218,126,182)
#C773A6
(199,115,166)
#B46896
(180,104,150)
#A15D86
(161,93,134)
#8E5276
(142,82,118)
#7B4766
(123,71,102)
#683C56
(104,60,86)
#553146
(85,49,70)
#422636
(66,38,54)
#2F1B26
(47,27,38)
#1C1016
(28,16,22)
#000000
(0,0,0)

Tints of #DA7EB6

#DA7EB6
(218,126,182)
#DD89BC
(221,137,188)
#E094C2
(224,148,194)
#E39FC8
(227,159,200)
#E6AACE
(230,170,206)
#E9B5D4
(233,181,212)
#ECC0DA
(236,192,218)
#EFCBE0
(239,203,224)
#F2D6E6
(242,214,230)
#F5E1EC
(245,225,236)
#F8ECF2
(248,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7EB6 color. Also use rgb(218,126,182) instead hex code.

Text Font Color

.myTextColor { color: #DA7EB6; }

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

This text font color is #DA7EB6.


Background Color

.myBgColor { background-color: #DA7EB6; }

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

This div background color is #DA7EB6.


Border color

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

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

This div border color is #DA7EB6.


Opacity

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

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

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

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

This text has shadow with #DA7EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7EB6 on black background.


Color preview on white background

This text has color #DA7EB6 on white background.



Black color preview on #DA7EB6 background

This text has black color on #DA7EB6 background.


White color preview on #DA7EB6 background

This text has white color on #DA7EB6 background.