COLOR #D88196

HEX: #D88196
RGB: (216,129,150)

Color info

#D88196 contains mainly red color. Web safe color of #D88196 is #CC9999 (or #C99).

RGB color model

#D88196 color RGB value is (216,129,150).

  • red value is 216;
  • green value is 129;
  • blue value is 150.
RGB:
(216,129,150)
(85%,51%,59%)

RGB channels and saturation

R 216 of 255 = 85%
G 129 of 255 = 51%
B 150 of 255 = 59%

216
129
150

R + G + B ~ 65%. #D88196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 129 + 150 = 495 (100%)
R 216 of 495 ~ 43.64%
G 129 of 495 ~ 26.06%
B 150 of 495 ~ 30.3%

%43.64
%26.06
%30.3

CMYK color model

#D88196 color CMYK value is (0,40,31,15).

  • cyan value is 0.00%
  • magenta value is 40.28%
  • yellow value is 30.56%
  • key color value is 15.29%
CMYK:
(0,40,31,15)
C0M40Y31K15 
(0%,40%,31%,15%)
(0.00/0.40/0.31/0.15)	

CMYK percentages

%0
%40.28
%30.56
%15.29

Codes

Color #D88196 in popluar color models

D88196
RGB216129150
HSL346°52.73%67.65%
HSB/HSV346°40.28%84.71%
CMYK0.00%40.28%30.56%
15.29%

Color #D88196 in popluar number systems.

HEXD88196
Decimal216129150
Binary110110001000000110010110
Octal330201226

Shades and tints

Shades of #D88196

#D88196
(216,129,150)
#C57689
(197,118,137)
#B26B7C
(178,107,124)
#9F606F
(159,96,111)
#8C5562
(140,85,98)
#794A55
(121,74,85)
#663F48
(102,63,72)
#53343B
(83,52,59)
#40292E
(64,41,46)
#2D1E21
(45,30,33)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #D88196

#D88196
(216,129,150)
#DB8C9F
(219,140,159)
#DE97A8
(222,151,168)
#E1A2B1
(225,162,177)
#E4ADBA
(228,173,186)
#E7B8C3
(231,184,195)
#EAC3CC
(234,195,204)
#EDCED5
(237,206,213)
#F0D9DE
(240,217,222)
#F3E4E7
(243,228,231)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88196 color. Also use rgb(216,129,150) instead hex code.

Text Font Color

.myTextColor { color: #D88196; }

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

This text font color is #D88196.


Background Color

.myBgColor { background-color: #D88196; }

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

This div background color is #D88196.


Border color

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

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

This div border color is #D88196.


Opacity

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

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

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

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

This text has shadow with #D88196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88196 on black background.


Color preview on white background

This text has color #D88196 on white background.



Black color preview on #D88196 background

This text has black color on #D88196 background.


White color preview on #D88196 background

This text has white color on #D88196 background.