COLOR #DC88B7

HEX: #DC88B7
RGB: (220,136,183)

Color info

#DC88B7 contains mainly red and blue colors. Web safe color of #DC88B7 is #CC99CC (or #C9C).

RGB color model

#DC88B7 color RGB value is (220,136,183).

  • red value is 220;
  • green value is 136;
  • blue value is 183.
RGB:
(220,136,183)
(86%,53%,72%)

RGB channels and saturation

R 220 of 255 = 86%
G 136 of 255 = 53%
B 183 of 255 = 72%

220
136
183

R + G + B ~ 70%. #DC88B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 136 + 183 = 539 (100%)
R 220 of 539 ~ 40.82%
G 136 of 539 ~ 25.23%
B 183 of 539 ~ 33.95%

%40.82
%25.23
%33.95

CMYK color model

#DC88B7 color CMYK value is (0,38,17,14).

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 16.82%
  • key color value is 13.73%
CMYK:
(0,38,17,14)
C0M38Y17K14 
(0%,38%,17%,14%)
(0.00/0.38/0.17/0.14)	

CMYK percentages

%0
%38.18
%16.82
%13.73

Codes

Color #DC88B7 in popluar color models

DC88B7
RGB220136183
HSL326°54.55%69.80%
HSB/HSV326°38.18%86.27%
CMYK0.00%38.18%16.82%
13.73%

Color #DC88B7 in popluar number systems.

HEXDC88B7
Decimal220136183
Binary110111001000100010110111
Octal334210267

Shades and tints

Shades of #DC88B7

#DC88B7
(220,136,183)
#C87CA7
(200,124,167)
#B47097
(180,112,151)
#A06487
(160,100,135)
#8C5877
(140,88,119)
#784C67
(120,76,103)
#644057
(100,64,87)
#503447
(80,52,71)
#3C2837
(60,40,55)
#281C27
(40,28,39)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #DC88B7

#DC88B7
(220,136,183)
#DF92BD
(223,146,189)
#E29CC3
(226,156,195)
#E5A6C9
(229,166,201)
#E8B0CF
(232,176,207)
#EBBAD5
(235,186,213)
#EEC4DB
(238,196,219)
#F1CEE1
(241,206,225)
#F4D8E7
(244,216,231)
#F7E2ED
(247,226,237)
#FAECF3
(250,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC88B7 color. Also use rgb(220,136,183) instead hex code.

Text Font Color

.myTextColor { color: #DC88B7; }

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

This text font color is #DC88B7.


Background Color

.myBgColor { background-color: #DC88B7; }

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

This div background color is #DC88B7.


Border color

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

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

This div border color is #DC88B7.


Opacity

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

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

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

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

This text has shadow with #DC88B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC88B7 on black background.


Color preview on white background

This text has color #DC88B7 on white background.



Black color preview on #DC88B7 background

This text has black color on #DC88B7 background.


White color preview on #DC88B7 background

This text has white color on #DC88B7 background.