COLOR #D88B90

HEX: #D88B90 RGB: (216,139,144)

Color info

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

RGB color model

#D88B90 color RGB value is (216,139,144).

RGB: (216,139,144) (85%, 55%, 56%)

RGB channels and saturation

R 216 of 255 = 85%
G 139 of 255 = 55%
B 144 of 255 = 56%

216
139
144

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

Portions of RGB colors in percentages

R + G + B = 216 + 139 + 144 = 499 (100%)
R 216 of 499 ~ 43.29%
G 139 of 499 ~ 27.86%
B 144 of 499 ~ 28.86'%

%43.29
%27.86
%28.86

CMYK color model

#D88B90 color CMYK value is (0,36,33,15).

  • cyan value is 0.00%
  • magenta value is 35.65%
  • yellow value is 33.33%
  • key color value is 15.29%

CMYK: (0,36,33,15)
C0M36Y33K15 (0%, 36%, 33%, 15%)
(0.00 / 0.36 / 0.33 / 0.15)

CMYK percentages

%0
%35.65
%33.33
%15.29

Codes

Color #D88B90 in popluar color models

D8 8B 90
RGB 216 139 144
HSL 356° 49.68% 69.61%
HSB/HSV 356° 35.65% 84.71%
CMYK 0.00% 35.65% 33.33%
15.29%

Color #D88B90 in popluar number systems.

HEX D8 8B 90
Decimal 216 139 144
Binary 11011000 10001011 10010000
Octal 330 213 220

Shades and tints

Shades of #D88B90

#D88B90
(216,139,144)
#C57F83
(197,127,131)
#B27376
(178,115,118)
#9F6769
(159,103,105)
#8C5B5C
(140,91,92)
#794F4F
(121,79,79)
#664342
(102,67,66)
#533735
(83,55,53)
#402B28
(64,43,40)
#2D1F1B
(45,31,27)
#1A130E
(26,19,14)
#000000
(0,0,0)

Tints of #D88B90

#D88B90
(216,139,144)
#DB959A
(219,149,154)
#DE9FA4
(222,159,164)
#E1A9AE
(225,169,174)
#E4B3B8
(228,179,184)
#E7BDC2
(231,189,194)
#EAC7CC
(234,199,204)
#EDD1D6
(237,209,214)
#F0DBE0
(240,219,224)
#F3E5EA
(243,229,234)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88B90 color. Also use rgb(216,139,144) instead hex code.

Text Font Color

.myTextColor { color: #D88B90; }

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

This text font color is #D88B90.

Background Color

.myBgColor { background-color: #D88B90; }

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

This div background color is #D88B90.

Border color

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

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

This div border color is #D88B90.

Opacity

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

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

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

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

This text has shadow with #D88B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D88B90.

Preview

Color preview on black background

This text has color #D88B90 on black background.


Color preview on white background

This text has color #D88B90 on white background.


Black color preview on #D88B90 background

This text has black color on #D88B90 background.


White color preview on #D88B90 background

This text has white color on #D88B90 background.


Related colors

Complementary color

Complementary color for #hex is #27746F.


I love getcolorcode.com

Triadic colors

1 #90D88B and #8B90D8 with #D88B90 are triadic colors.

2 #908BD8 and #8BD890 with #D88B90 are triadic colors.