COLOR #D6927E

HEX: #D6927E RGB: (214,146,126)

Color info

#D6927E contains mainly red color. Web safe color of #D6927E is #CC9966 (or #C96).

RGB color model

#D6927E color RGB value is (214,146,126).

RGB: (214,146,126) (84%, 57%, 49%)

RGB channels and saturation

R 214 of 255 = 84%
G 146 of 255 = 57%
B 126 of 255 = 49%

214
146
126

R + G + B ~ 63%. #D6927E is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 146 + 126 = 486 (100%)
R 214 of 486 ~ 44.03%
G 146 of 486 ~ 30.04%
B 126 of 486 ~ 25.93'%

%44.03
%30.04
%25.93

CMYK color model

#D6927E color CMYK value is (0,32,41,16).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 41.12%
  • key color value is 16.08%

CMYK: (0,32,41,16)
C0M32Y41K16 (0%, 32%, 41%, 16%)
(0.00 / 0.32 / 0.41 / 0.16)

CMYK percentages

%0
%31.78
%41.12
%16.08

Codes

Color #D6927E in popluar color models

D6 92 7E
RGB 214 146 126
HSL 14° 51.76% 66.67%
HSB/HSV 14° 41.12% 83.92%
CMYK 0.00% 31.78% 41.12%
16.08%

Color #D6927E in popluar number systems.

HEX D6 92 7E
Decimal 214 146 126
Binary 11010110 10010010 1111110
Octal 326 222 176

Shades and tints

Shades of #D6927E

#D6927E
(214,146,126)
#C38573
(195,133,115)
#B07868
(176,120,104)
#9D6B5D
(157,107,93)
#8A5E52
(138,94,82)
#775147
(119,81,71)
#64443C
(100,68,60)
#513731
(81,55,49)
#3E2A26
(62,42,38)
#2B1D1B
(43,29,27)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #D6927E

#D6927E
(214,146,126)
#D99B89
(217,155,137)
#DCA494
(220,164,148)
#DFAD9F
(223,173,159)
#E2B6AA
(226,182,170)
#E5BFB5
(229,191,181)
#E8C8C0
(232,200,192)
#EBD1CB
(235,209,203)
#EEDAD6
(238,218,214)
#F1E3E1
(241,227,225)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6927E color. Also use rgb(214,146,126) instead hex code.

Text Font Color

.myTextColor { color: #D6927E; }

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

This text font color is #D6927E.

Background Color

.myBgColor { background-color: #D6927E; }

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

This div background color is #D6927E.

Border color

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

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

This div border color is #D6927E.

Opacity

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

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

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

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

This text has shadow with #D6927E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6927E.

Preview

Color preview on black background

This text has color #D6927E on black background.


Color preview on white background

This text has color #D6927E on white background.


Black color preview on #D6927E background

This text has black color on #D6927E background.


White color preview on #D6927E background

This text has white color on #D6927E background.


Related colors

Complementary color

Complementary color for #hex is #296D81.


I love getcolorcode.com

Triadic colors

1 #7ED692 and #927ED6 with #D6927E are triadic colors.

2 #7E92D6 and #92D67E with #D6927E are triadic colors.