COLOR #FF8AD7

HEX: #FF8AD7
RGB: (255,138,215)

Color info

#FF8AD7 contains mainly red and blue colors. Web safe color of #FF8AD7 is #FF99CC (or #F9C).

RGB color model

#FF8AD7 color RGB value is (255,138,215).

  • red value is 255;
  • green value is 138;
  • blue value is 215.
RGB:
(255,138,215)
(100%,54%,84%)

RGB channels and saturation

R 255 of 255 = 100%
G 138 of 255 = 54%
B 215 of 255 = 84%

255
138
215

R + G + B ~ 79%. #FF8AD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 138 + 215 = 608 (100%)
R 255 of 608 ~ 41.94%
G 138 of 608 ~ 22.7%
B 215 of 608 ~ 35.36%

%41.94
%22.7
%35.36

CMYK color model

#FF8AD7 color CMYK value is (0,46,16,0).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 15.69%
  • key color value is 0.00%
CMYK:
(0,46,16,0)
C0M46Y16K0 
(0%,46%,16%,0%)
(0.00/0.46/0.16/0.00)	

CMYK percentages

%0
%45.88
%15.69
%0

Codes

Color #FF8AD7 in popluar color models

FF8AD7
RGB255138215
HSL321°100.00%77.06%
HSB/HSV321°45.88%100.00%
CMYK0.00%45.88%15.69%
0.00%

Color #FF8AD7 in popluar number systems.

HEXFF8AD7
Decimal255138215
Binary111111111000101011010111
Octal377212327

Shades and tints

Shades of #FF8AD7

#FF8AD7
(255,138,215)
#E87EC4
(232,126,196)
#D172B1
(209,114,177)
#BA669E
(186,102,158)
#A35A8B
(163,90,139)
#8C4E78
(140,78,120)
#754265
(117,66,101)
#5E3652
(94,54,82)
#472A3F
(71,42,63)
#301E2C
(48,30,44)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #FF8AD7

#FF8AD7
(255,138,215)
#FF94DA
(255,148,218)
#FF9EDD
(255,158,221)
#FFA8E0
(255,168,224)
#FFB2E3
(255,178,227)
#FFBCE6
(255,188,230)
#FFC6E9
(255,198,233)
#FFD0EC
(255,208,236)
#FFDAEF
(255,218,239)
#FFE4F2
(255,228,242)
#FFEEF5
(255,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8AD7 color. Also use rgb(255,138,215) instead hex code.

Text Font Color

.myTextColor { color: #FF8AD7; }

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

This text font color is #FF8AD7.


Background Color

.myBgColor { background-color: #FF8AD7; }

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

This div background color is #FF8AD7.


Border color

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

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

This div border color is #FF8AD7.


Opacity

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

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

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

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

This text has shadow with #FF8AD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8AD7 on black background.


Color preview on white background

This text has color #FF8AD7 on white background.



Black color preview on #FF8AD7 background

This text has black color on #FF8AD7 background.


White color preview on #FF8AD7 background

This text has white color on #FF8AD7 background.