COLOR #D6897C

HEX: #D6897C RGB: (214,137,124)

Color info

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

RGB color model

#D6897C color RGB value is (214,137,124).

RGB: (214,137,124) (84%, 54%, 49%)

RGB channels and saturation

R 214 of 255 = 84%
G 137 of 255 = 54%
B 124 of 255 = 49%

214
137
124

R + G + B ~ 62%. #D6897C is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 137 + 124 = 475 (100%)
R 214 of 475 ~ 45.05%
G 137 of 475 ~ 28.84%
B 124 of 475 ~ 26.11'%

%45.05
%28.84
%26.11

CMYK color model

#D6897C color CMYK value is (0,36,42,16).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 42.06%
  • key color value is 16.08%

CMYK: (0,36,42,16)
C0M36Y42K16 (0%, 36%, 42%, 16%)
(0.00 / 0.36 / 0.42 / 0.16)

CMYK percentages

%0
%35.98
%42.06
%16.08

Codes

Color #D6897C in popluar color models

D6 89 7C
RGB 214 137 124
HSL 52.33% 66.27%
HSB/HSV 42.06% 83.92%
CMYK 0.00% 35.98% 42.06%
16.08%

Color #D6897C in popluar number systems.

HEX D6 89 7C
Decimal 214 137 124
Binary 11010110 10001001 1111100
Octal 326 211 174

Shades and tints

Shades of #D6897C

#D6897C
(214,137,124)
#C37D71
(195,125,113)
#B07166
(176,113,102)
#9D655B
(157,101,91)
#8A5950
(138,89,80)
#774D45
(119,77,69)
#64413A
(100,65,58)
#51352F
(81,53,47)
#3E2924
(62,41,36)
#2B1D19
(43,29,25)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #D6897C

#D6897C
(214,137,124)
#D99387
(217,147,135)
#DC9D92
(220,157,146)
#DFA79D
(223,167,157)
#E2B1A8
(226,177,168)
#E5BBB3
(229,187,179)
#E8C5BE
(232,197,190)
#EBCFC9
(235,207,201)
#EED9D4
(238,217,212)
#F1E3DF
(241,227,223)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6897C color. Also use rgb(214,137,124) instead hex code.

Text Font Color

.myTextColor { color: #D6897C; }

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

This text font color is #D6897C.

Background Color

.myBgColor { background-color: #D6897C; }

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

This div background color is #D6897C.

Border color

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

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

This div border color is #D6897C.

Opacity

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

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

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

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

This text has shadow with #D6897C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6897C.

Preview

Color preview on black background

This text has color #D6897C on black background.


Color preview on white background

This text has color #D6897C on white background.


Black color preview on #D6897C background

This text has black color on #D6897C background.


White color preview on #D6897C background

This text has white color on #D6897C background.


Related colors

Complementary color

Complementary color for #hex is #297683.


I love getcolorcode.com

Triadic colors

1 #7CD689 and #897CD6 with #D6897C are triadic colors.

2 #7C89D6 and #89D67C with #D6897C are triadic colors.