COLOR #D96F89

HEX: #D96F89
RGB: (217,111,137)

Color info

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

RGB color model

#D96F89 color RGB value is (217,111,137).

  • red value is 217;
  • green value is 111;
  • blue value is 137.
RGB:
(217,111,137)
(85%,44%,54%)

RGB channels and saturation

R 217 of 255 = 85%
G 111 of 255 = 44%
B 137 of 255 = 54%

217
111
137

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

Portions of RGB colors in percentages

R + G + B =
217 + 111 + 137 = 465 (100%)
R 217 of 465 ~ 46.67%
G 111 of 465 ~ 23.87%
B 137 of 465 ~ 29.46%

%46.67
%23.87
%29.46

CMYK color model

#D96F89 color CMYK value is (0,49,37,15).

  • cyan value is 0.00%
  • magenta value is 48.85%
  • yellow value is 36.87%
  • key color value is 14.90%
CMYK:
(0,49,37,15)
C0M49Y37K15 
(0%,49%,37%,15%)
(0.00/0.49/0.37/0.15)	

CMYK percentages

%0
%48.85
%36.87
%14.9

Codes

Color #D96F89 in popluar color models

D96F89
RGB217111137
HSL345°58.24%64.31%
HSB/HSV345°48.85%85.10%
CMYK0.00%48.85%36.87%
14.90%

Color #D96F89 in popluar number systems.

HEXD96F89
Decimal217111137
Binary11011001110111110001001
Octal331157211

Shades and tints

Shades of #D96F89

#D96F89
(217,111,137)
#C6657D
(198,101,125)
#B35B71
(179,91,113)
#A05165
(160,81,101)
#8D4759
(141,71,89)
#7A3D4D
(122,61,77)
#673341
(103,51,65)
#542935
(84,41,53)
#411F29
(65,31,41)
#2E151D
(46,21,29)
#1B0B11
(27,11,17)
#000000
(0,0,0)

Tints of #D96F89

#D96F89
(217,111,137)
#DC7C93
(220,124,147)
#DF899D
(223,137,157)
#E296A7
(226,150,167)
#E5A3B1
(229,163,177)
#E8B0BB
(232,176,187)
#EBBDC5
(235,189,197)
#EECACF
(238,202,207)
#F1D7D9
(241,215,217)
#F4E4E3
(244,228,227)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D96F89 color. Also use rgb(217,111,137) instead hex code.

Text Font Color

.myTextColor { color: #D96F89; }

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

This text font color is #D96F89.


Background Color

.myBgColor { background-color: #D96F89; }

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

This div background color is #D96F89.


Border color

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

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

This div border color is #D96F89.


Opacity

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

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

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

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

This text has shadow with #D96F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D96F89 on black background.


Color preview on white background

This text has color #D96F89 on white background.



Black color preview on #D96F89 background

This text has black color on #D96F89 background.


White color preview on #D96F89 background

This text has white color on #D96F89 background.