COLOR #DA7BA6

HEX: #DA7BA6
RGB: (218,123,166)

Color info

#DA7BA6 contains mainly red and blue colors. Web safe color of #DA7BA6 is #CC6699 (or #C69).

RGB color model

#DA7BA6 color RGB value is (218,123,166).

  • red value is 218;
  • green value is 123;
  • blue value is 166.
RGB:
(218,123,166)
(85%,48%,65%)

RGB channels and saturation

R 218 of 255 = 85%
G 123 of 255 = 48%
B 166 of 255 = 65%

218
123
166

R + G + B ~ 66%. #DA7BA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 123 + 166 = 507 (100%)
R 218 of 507 ~ 43%
G 123 of 507 ~ 24.26%
B 166 of 507 ~ 32.74%

%43
%24.26
%32.74

CMYK color model

#DA7BA6 color CMYK value is (0,44,24,15).

  • cyan value is 0.00%
  • magenta value is 43.58%
  • yellow value is 23.85%
  • key color value is 14.51%
CMYK:
(0,44,24,15)
C0M44Y24K15 
(0%,44%,24%,15%)
(0.00/0.44/0.24/0.15)	

CMYK percentages

%0
%43.58
%23.85
%14.51

Codes

Color #DA7BA6 in popluar color models

DA7BA6
RGB218123166
HSL333°56.21%66.86%
HSB/HSV333°43.58%85.49%
CMYK0.00%43.58%23.85%
14.51%

Color #DA7BA6 in popluar number systems.

HEXDA7BA6
Decimal218123166
Binary11011010111101110100110
Octal332173246

Shades and tints

Shades of #DA7BA6

#DA7BA6
(218,123,166)
#C77097
(199,112,151)
#B46588
(180,101,136)
#A15A79
(161,90,121)
#8E4F6A
(142,79,106)
#7B445B
(123,68,91)
#68394C
(104,57,76)
#552E3D
(85,46,61)
#42232E
(66,35,46)
#2F181F
(47,24,31)
#1C0D10
(28,13,16)
#000000
(0,0,0)

Tints of #DA7BA6

#DA7BA6
(218,123,166)
#DD87AE
(221,135,174)
#E093B6
(224,147,182)
#E39FBE
(227,159,190)
#E6ABC6
(230,171,198)
#E9B7CE
(233,183,206)
#ECC3D6
(236,195,214)
#EFCFDE
(239,207,222)
#F2DBE6
(242,219,230)
#F5E7EE
(245,231,238)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7BA6 color. Also use rgb(218,123,166) instead hex code.

Text Font Color

.myTextColor { color: #DA7BA6; }

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

This text font color is #DA7BA6.


Background Color

.myBgColor { background-color: #DA7BA6; }

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

This div background color is #DA7BA6.


Border color

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

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

This div border color is #DA7BA6.


Opacity

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

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

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

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

This text has shadow with #DA7BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7BA6 on black background.


Color preview on white background

This text has color #DA7BA6 on white background.



Black color preview on #DA7BA6 background

This text has black color on #DA7BA6 background.


White color preview on #DA7BA6 background

This text has white color on #DA7BA6 background.