COLOR #D88E95

HEX: #D88E95
RGB: (216,142,149)

Color info

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

RGB color model

#D88E95 color RGB value is (216,142,149).

  • red value is 216;
  • green value is 142;
  • blue value is 149.
RGB:
(216,142,149)
(85%,56%,58%)

RGB channels and saturation

R 216 of 255 = 85%
G 142 of 255 = 56%
B 149 of 255 = 58%

216
142
149

R + G + B ~ 66%. #D88E95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 142 + 149 = 507 (100%)
R 216 of 507 ~ 42.6%
G 142 of 507 ~ 28.01%
B 149 of 507 ~ 29.39%

%42.6
%28.01
%29.39

CMYK color model

#D88E95 color CMYK value is (0,34,31,15).

  • cyan value is 0.00%
  • magenta value is 34.26%
  • yellow value is 31.02%
  • key color value is 15.29%
CMYK:
(0,34,31,15)
C0M34Y31K15 
(0%,34%,31%,15%)
(0.00/0.34/0.31/0.15)	

CMYK percentages

%0
%34.26
%31.02
%15.29

Codes

Color #D88E95 in popluar color models

D88E95
RGB216142149
HSL354°48.68%70.20%
HSB/HSV354°34.26%84.71%
CMYK0.00%34.26%31.02%
15.29%

Color #D88E95 in popluar number systems.

HEXD88E95
Decimal216142149
Binary110110001000111010010101
Octal330216225

Shades and tints

Shades of #D88E95

#D88E95
(216,142,149)
#C58288
(197,130,136)
#B2767B
(178,118,123)
#9F6A6E
(159,106,110)
#8C5E61
(140,94,97)
#795254
(121,82,84)
#664647
(102,70,71)
#533A3A
(83,58,58)
#402E2D
(64,46,45)
#2D2220
(45,34,32)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #D88E95

#D88E95
(216,142,149)
#DB989E
(219,152,158)
#DEA2A7
(222,162,167)
#E1ACB0
(225,172,176)
#E4B6B9
(228,182,185)
#E7C0C2
(231,192,194)
#EACACB
(234,202,203)
#EDD4D4
(237,212,212)
#F0DEDD
(240,222,221)
#F3E8E6
(243,232,230)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88E95 color. Also use rgb(216,142,149) instead hex code.

Text Font Color

.myTextColor { color: #D88E95; }

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

This text font color is #D88E95.


Background Color

.myBgColor { background-color: #D88E95; }

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

This div background color is #D88E95.


Border color

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

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

This div border color is #D88E95.


Opacity

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

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

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

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

This text has shadow with #D88E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88E95 on black background.


Color preview on white background

This text has color #D88E95 on white background.



Black color preview on #D88E95 background

This text has black color on #D88E95 background.


White color preview on #D88E95 background

This text has white color on #D88E95 background.