COLOR #D6989C

HEX: #D6989C
RGB: (214,152,156)

Color info

#D6989C contains mainly red and blue colors. Web safe color of #D6989C is #CC9999 (or #C99).

RGB color model

#D6989C color RGB value is (214,152,156).

  • red value is 214;
  • green value is 152;
  • blue value is 156.
RGB:
(214,152,156)
(84%,60%,61%)

RGB channels and saturation

R 214 of 255 = 84%
G 152 of 255 = 60%
B 156 of 255 = 61%

214
152
156

R + G + B ~ 68%. #D6989C is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 152 + 156 = 522 (100%)
R 214 of 522 ~ 41%
G 152 of 522 ~ 29.12%
B 156 of 522 ~ 29.89%

%41
%29.12
%29.89

CMYK color model

#D6989C color CMYK value is (0,29,27,16).

  • cyan value is 0.00%
  • magenta value is 28.97%
  • yellow value is 27.10%
  • key color value is 16.08%
CMYK:
(0,29,27,16)
C0M29Y27K16 
(0%,29%,27%,16%)
(0.00/0.29/0.27/0.16)	

CMYK percentages

%0
%28.97
%27.1
%16.08

Codes

Color #D6989C in popluar color models

D6989C
RGB214152156
HSL356°43.06%71.76%
HSB/HSV356°28.97%83.92%
CMYK0.00%28.97%27.10%
16.08%

Color #D6989C in popluar number systems.

HEXD6989C
Decimal214152156
Binary110101101001100010011100
Octal326230234

Shades and tints

Shades of #D6989C

#D6989C
(214,152,156)
#C38B8E
(195,139,142)
#B07E80
(176,126,128)
#9D7172
(157,113,114)
#8A6464
(138,100,100)
#775756
(119,87,86)
#644A48
(100,74,72)
#513D3A
(81,61,58)
#3E302C
(62,48,44)
#2B231E
(43,35,30)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #D6989C

#D6989C
(214,152,156)
#D9A1A5
(217,161,165)
#DCAAAE
(220,170,174)
#DFB3B7
(223,179,183)
#E2BCC0
(226,188,192)
#E5C5C9
(229,197,201)
#E8CED2
(232,206,210)
#EBD7DB
(235,215,219)
#EEE0E4
(238,224,228)
#F1E9ED
(241,233,237)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6989C color. Also use rgb(214,152,156) instead hex code.

Text Font Color

.myTextColor { color: #D6989C; }

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

This text font color is #D6989C.


Background Color

.myBgColor { background-color: #D6989C; }

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

This div background color is #D6989C.


Border color

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

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

This div border color is #D6989C.


Opacity

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

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

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

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

This text has shadow with #D6989C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6989C on black background.


Color preview on white background

This text has color #D6989C on white background.



Black color preview on #D6989C background

This text has black color on #D6989C background.


White color preview on #D6989C background

This text has white color on #D6989C background.