COLOR #FF8DB7

HEX: #FF8DB7
RGB: (255,141,183)

Color info

#FF8DB7 contains mainly red color. Web safe color of #FF8DB7 is #FF99CC (or #F9C).

RGB color model

#FF8DB7 color RGB value is (255,141,183).

  • red value is 255;
  • green value is 141;
  • blue value is 183.
RGB:
(255,141,183)
(100%,55%,72%)

RGB channels and saturation

R 255 of 255 = 100%
G 141 of 255 = 55%
B 183 of 255 = 72%

255
141
183

R + G + B ~ 76%. #FF8DB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 141 + 183 = 579 (100%)
R 255 of 579 ~ 44.04%
G 141 of 579 ~ 24.35%
B 183 of 579 ~ 31.61%

%44.04
%24.35
%31.61

CMYK color model

#FF8DB7 color CMYK value is (0,45,28,0).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 28.24%
  • key color value is 0.00%
CMYK:
(0,45,28,0)
C0M45Y28K0 
(0%,45%,28%,0%)
(0.00/0.45/0.28/0.00)	

CMYK percentages

%0
%44.71
%28.24
%0

Codes

Color #FF8DB7 in popluar color models

FF8DB7
RGB255141183
HSL338°100.00%77.65%
HSB/HSV338°44.71%100.00%
CMYK0.00%44.71%28.24%
0.00%

Color #FF8DB7 in popluar number systems.

HEXFF8DB7
Decimal255141183
Binary111111111000110110110111
Octal377215267

Shades and tints

Shades of #FF8DB7

#FF8DB7
(255,141,183)
#E881A7
(232,129,167)
#D17597
(209,117,151)
#BA6987
(186,105,135)
#A35D77
(163,93,119)
#8C5167
(140,81,103)
#754557
(117,69,87)
#5E3947
(94,57,71)
#472D37
(71,45,55)
#302127
(48,33,39)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #FF8DB7

#FF8DB7
(255,141,183)
#FF97BD
(255,151,189)
#FFA1C3
(255,161,195)
#FFABC9
(255,171,201)
#FFB5CF
(255,181,207)
#FFBFD5
(255,191,213)
#FFC9DB
(255,201,219)
#FFD3E1
(255,211,225)
#FFDDE7
(255,221,231)
#FFE7ED
(255,231,237)
#FFF1F3
(255,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8DB7 color. Also use rgb(255,141,183) instead hex code.

Text Font Color

.myTextColor { color: #FF8DB7; }

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

This text font color is #FF8DB7.


Background Color

.myBgColor { background-color: #FF8DB7; }

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

This div background color is #FF8DB7.


Border color

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

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

This div border color is #FF8DB7.


Opacity

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

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

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

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

This text has shadow with #FF8DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8DB7 on black background.


Color preview on white background

This text has color #FF8DB7 on white background.



Black color preview on #FF8DB7 background

This text has black color on #FF8DB7 background.


White color preview on #FF8DB7 background

This text has white color on #FF8DB7 background.