COLOR #D77BA6

HEX: #D77BA6
RGB: (215,123,166)

Color info

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

RGB color model

#D77BA6 color RGB value is (215,123,166).

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

RGB channels and saturation

R 215 of 255 = 84%
G 123 of 255 = 48%
B 166 of 255 = 65%

215
123
166

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

Portions of RGB colors in percentages

R + G + B =
215 + 123 + 166 = 504 (100%)
R 215 of 504 ~ 42.66%
G 123 of 504 ~ 24.4%
B 166 of 504 ~ 32.94%

%42.66
%24.4
%32.94

CMYK color model

#D77BA6 color CMYK value is (0,43,23,16).

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 22.79%
  • key color value is 15.69%
CMYK:
(0,43,23,16)
C0M43Y23K16 
(0%,43%,23%,16%)
(0.00/0.43/0.23/0.16)	

CMYK percentages

%0
%42.79
%22.79
%15.69

Codes

Color #D77BA6 in popluar color models

D77BA6
RGB215123166
HSL332°53.49%66.27%
HSB/HSV332°42.79%84.31%
CMYK0.00%42.79%22.79%
15.69%

Color #D77BA6 in popluar number systems.

HEXD77BA6
Decimal215123166
Binary11010111111101110100110
Octal327173246

Shades and tints

Shades of #D77BA6

#D77BA6
(215,123,166)
#C47097
(196,112,151)
#B16588
(177,101,136)
#9E5A79
(158,90,121)
#8B4F6A
(139,79,106)
#78445B
(120,68,91)
#65394C
(101,57,76)
#522E3D
(82,46,61)
#3F232E
(63,35,46)
#2C181F
(44,24,31)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #D77BA6

#D77BA6
(215,123,166)
#DA87AE
(218,135,174)
#DD93B6
(221,147,182)
#E09FBE
(224,159,190)
#E3ABC6
(227,171,198)
#E6B7CE
(230,183,206)
#E9C3D6
(233,195,214)
#ECCFDE
(236,207,222)
#EFDBE6
(239,219,230)
#F2E7EE
(242,231,238)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D77BA6; }

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

This text font color is #D77BA6.


Background Color

.myBgColor { background-color: #D77BA6; }

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

This div background color is #D77BA6.


Border color

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

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

This div border color is #D77BA6.


Opacity

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

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

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

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

This text has shadow with #D77BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77BA6 on black background.


Color preview on white background

This text has color #D77BA6 on white background.



Black color preview on #D77BA6 background

This text has black color on #D77BA6 background.


White color preview on #D77BA6 background

This text has white color on #D77BA6 background.