COLOR #D88185

HEX: #D88185
RGB: (216,129,133)

Color info

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

RGB color model

#D88185 color RGB value is (216,129,133).

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

RGB channels and saturation

R 216 of 255 = 85%
G 129 of 255 = 51%
B 133 of 255 = 52%

216
129
133

R + G + B ~ 63%. #D88185 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 129 + 133 = 478 (100%)
R 216 of 478 ~ 45.19%
G 129 of 478 ~ 26.99%
B 133 of 478 ~ 27.82%

%45.19
%26.99
%27.82

CMYK color model

#D88185 color CMYK value is (0,40,38,15).

  • cyan value is 0.00%
  • magenta value is 40.28%
  • yellow value is 38.43%
  • key color value is 15.29%
CMYK:
(0,40,38,15)
C0M40Y38K15 
(0%,40%,38%,15%)
(0.00/0.40/0.38/0.15)	

CMYK percentages

%0
%40.28
%38.43
%15.29

Codes

Color #D88185 in popluar color models

D88185
RGB216129133
HSL357°52.73%67.65%
HSB/HSV357°40.28%84.71%
CMYK0.00%40.28%38.43%
15.29%

Color #D88185 in popluar number systems.

HEXD88185
Decimal216129133
Binary110110001000000110000101
Octal330201205

Shades and tints

Shades of #D88185

#D88185
(216,129,133)
#C57679
(197,118,121)
#B26B6D
(178,107,109)
#9F6061
(159,96,97)
#8C5555
(140,85,85)
#794A49
(121,74,73)
#663F3D
(102,63,61)
#533431
(83,52,49)
#402925
(64,41,37)
#2D1E19
(45,30,25)
#1A130D
(26,19,13)
#000000
(0,0,0)

Tints of #D88185

#D88185
(216,129,133)
#DB8C90
(219,140,144)
#DE979B
(222,151,155)
#E1A2A6
(225,162,166)
#E4ADB1
(228,173,177)
#E7B8BC
(231,184,188)
#EAC3C7
(234,195,199)
#EDCED2
(237,206,210)
#F0D9DD
(240,217,221)
#F3E4E8
(243,228,232)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D88185; }

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

This text font color is #D88185.


Background Color

.myBgColor { background-color: #D88185; }

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

This div background color is #D88185.


Border color

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

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

This div border color is #D88185.


Opacity

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

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

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

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

This text has shadow with #D88185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88185 on black background.


Color preview on white background

This text has color #D88185 on white background.



Black color preview on #D88185 background

This text has black color on #D88185 background.


White color preview on #D88185 background

This text has white color on #D88185 background.