COLOR #D6767F

HEX: #D6767F RGB: (214,118,127)

Color info

#D6767F contains mainly red color. Web safe color of #D6767F is #CC6666 (or #C66).

RGB color model

#D6767F color RGB value is (214,118,127).

RGB: (214,118,127) (84%, 46%, 50%)

RGB channels and saturation

R 214 of 255 = 84%
G 118 of 255 = 46%
B 127 of 255 = 50%

214
118
127

R + G + B ~ 60%. #D6767F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 214 + 118 + 127 = 459 (100%)
R 214 of 459 ~ 46.62%
G 118 of 459 ~ 25.71%
B 127 of 459 ~ 27.67'%

%46.62
%25.71
%27.67

CMYK color model

#D6767F color CMYK value is (0,45,41,16).

  • cyan value is 0.00%
  • magenta value is 44.86%
  • yellow value is 40.65%
  • key color value is 16.08%

CMYK: (0,45,41,16)
C0M45Y41K16 (0%, 45%, 41%, 16%)
(0.00 / 0.45 / 0.41 / 0.16)

CMYK percentages

%0
%44.86
%40.65
%16.08

Codes

Color #D6767F in popluar color models

D6 76 7F
RGB 214 118 127
HSL 354° 53.93% 65.10%
HSB/HSV 354° 44.86% 83.92%
CMYK 0.00% 44.86% 40.65%
16.08%

Color #D6767F in popluar number systems.

HEX D6 76 7F
Decimal 214 118 127
Binary 11010110 1110110 1111111
Octal 326 166 177

Shades and tints

Shades of #D6767F

#D6767F
(214,118,127)
#C36C74
(195,108,116)
#B06269
(176,98,105)
#9D585E
(157,88,94)
#8A4E53
(138,78,83)
#774448
(119,68,72)
#643A3D
(100,58,61)
#513032
(81,48,50)
#3E2627
(62,38,39)
#2B1C1C
(43,28,28)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #D6767F

#D6767F
(214,118,127)
#D9828A
(217,130,138)
#DC8E95
(220,142,149)
#DF9AA0
(223,154,160)
#E2A6AB
(226,166,171)
#E5B2B6
(229,178,182)
#E8BEC1
(232,190,193)
#EBCACC
(235,202,204)
#EED6D7
(238,214,215)
#F1E2E2
(241,226,226)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6767F color. Also use rgb(214,118,127) instead hex code.

Text Font Color

.myTextColor { color: #D6767F; }

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

This text font color is #D6767F.

Background Color

.myBgColor { background-color: #D6767F; }

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

This div background color is #D6767F.

Border color

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

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

This div border color is #D6767F.

Opacity

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

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

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

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

This text has shadow with #D6767F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6767F.

Preview

Color preview on black background

This text has color #D6767F on black background.


Color preview on white background

This text has color #D6767F on white background.


Black color preview on #D6767F background

This text has black color on #D6767F background.


White color preview on #D6767F background

This text has white color on #D6767F background.


Related colors

Complementary color

Complementary color for #hex is #298980.


I love getcolorcode.com

Triadic colors

1 #7FD676 and #767FD6 with #D6767F are triadic colors.

2 #7F76D6 and #76D67F with #D6767F are triadic colors.