COLOR #D77686

HEX: #D77686
RGB: (215,118,134)

Color info

#D77686 contains mainly red color. Web safe color of #D77686 is #CC6699 (or #C69).

RGB color model

#D77686 color RGB value is (215,118,134).

  • red value is 215;
  • green value is 118;
  • blue value is 134.
RGB:
(215,118,134)
(84%,46%,53%)

RGB channels and saturation

R 215 of 255 = 84%
G 118 of 255 = 46%
B 134 of 255 = 53%

215
118
134

R + G + B ~ 61%. #D77686 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 118 + 134 = 467 (100%)
R 215 of 467 ~ 46.04%
G 118 of 467 ~ 25.27%
B 134 of 467 ~ 28.69%

%46.04
%25.27
%28.69

CMYK color model

#D77686 color CMYK value is (0,45,38,16).

  • cyan value is 0.00%
  • magenta value is 45.12%
  • yellow value is 37.67%
  • key color value is 15.69%
CMYK:
(0,45,38,16)
C0M45Y38K16 
(0%,45%,38%,16%)
(0.00/0.45/0.38/0.16)	

CMYK percentages

%0
%45.12
%37.67
%15.69

Codes

Color #D77686 in popluar color models

D77686
RGB215118134
HSL350°54.80%65.29%
HSB/HSV350°45.12%84.31%
CMYK0.00%45.12%37.67%
15.69%

Color #D77686 in popluar number systems.

HEXD77686
Decimal215118134
Binary11010111111011010000110
Octal327166206

Shades and tints

Shades of #D77686

#D77686
(215,118,134)
#C46C7A
(196,108,122)
#B1626E
(177,98,110)
#9E5862
(158,88,98)
#8B4E56
(139,78,86)
#78444A
(120,68,74)
#653A3E
(101,58,62)
#523032
(82,48,50)
#3F2626
(63,38,38)
#2C1C1A
(44,28,26)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #D77686

#D77686
(215,118,134)
#DA8291
(218,130,145)
#DD8E9C
(221,142,156)
#E09AA7
(224,154,167)
#E3A6B2
(227,166,178)
#E6B2BD
(230,178,189)
#E9BEC8
(233,190,200)
#ECCAD3
(236,202,211)
#EFD6DE
(239,214,222)
#F2E2E9
(242,226,233)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77686 color. Also use rgb(215,118,134) instead hex code.

Text Font Color

.myTextColor { color: #D77686; }

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

This text font color is #D77686.


Background Color

.myBgColor { background-color: #D77686; }

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

This div background color is #D77686.


Border color

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

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

This div border color is #D77686.


Opacity

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

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

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

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

This text has shadow with #D77686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77686 on black background.


Color preview on white background

This text has color #D77686 on white background.



Black color preview on #D77686 background

This text has black color on #D77686 background.


White color preview on #D77686 background

This text has white color on #D77686 background.