COLOR #FF8DB3

HEX: #FF8DB3
RGB: (255,141,179)

Color info

#FF8DB3 contains mainly red color. Web safe color of #FF8DB3 is #FF9999 (or #F99).

RGB color model

#FF8DB3 color RGB value is (255,141,179).

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

RGB channels and saturation

R 255 of 255 = 100%
G 141 of 255 = 55%
B 179 of 255 = 70%

255
141
179

R + G + B ~ 75%. #FF8DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 141 + 179 = 575 (100%)
R 255 of 575 ~ 44.35%
G 141 of 575 ~ 24.52%
B 179 of 575 ~ 31.13%

%44.35
%24.52
%31.13

CMYK color model

#FF8DB3 color CMYK value is (0,45,30,0).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 29.80%
  • key color value is 0.00%
CMYK:
(0,45,30,0)
C0M45Y30K0 
(0%,45%,30%,0%)
(0.00/0.45/0.30/0.00)	

CMYK percentages

%0
%44.71
%29.8
%0

Codes

Color #FF8DB3 in popluar color models

FF8DB3
RGB255141179
HSL340°100.00%77.65%
HSB/HSV340°44.71%100.00%
CMYK0.00%44.71%29.80%
0.00%

Color #FF8DB3 in popluar number systems.

HEXFF8DB3
Decimal255141179
Binary111111111000110110110011
Octal377215263

Shades and tints

Shades of #FF8DB3

#FF8DB3
(255,141,179)
#E881A3
(232,129,163)
#D17593
(209,117,147)
#BA6983
(186,105,131)
#A35D73
(163,93,115)
#8C5163
(140,81,99)
#754553
(117,69,83)
#5E3943
(94,57,67)
#472D33
(71,45,51)
#302123
(48,33,35)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #FF8DB3

#FF8DB3
(255,141,179)
#FF97B9
(255,151,185)
#FFA1BF
(255,161,191)
#FFABC5
(255,171,197)
#FFB5CB
(255,181,203)
#FFBFD1
(255,191,209)
#FFC9D7
(255,201,215)
#FFD3DD
(255,211,221)
#FFDDE3
(255,221,227)
#FFE7E9
(255,231,233)
#FFF1EF
(255,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF8DB3; }

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

This text font color is #FF8DB3.


Background Color

.myBgColor { background-color: #FF8DB3; }

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

This div background color is #FF8DB3.


Border color

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

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

This div border color is #FF8DB3.


Opacity

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

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

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

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

This text has shadow with #FF8DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8DB3 on black background.


Color preview on white background

This text has color #FF8DB3 on white background.



Black color preview on #FF8DB3 background

This text has black color on #FF8DB3 background.


White color preview on #FF8DB3 background

This text has white color on #FF8DB3 background.