COLOR #FF8685

HEX: #FF8685
RGB: (255,134,133)

Color info

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

RGB color model

#FF8685 color RGB value is (255,134,133).

  • red value is 255;
  • green value is 134;
  • blue value is 133.
RGB:
(255,134,133)
(100%,53%,52%)

RGB channels and saturation

R 255 of 255 = 100%
G 134 of 255 = 53%
B 133 of 255 = 52%

255
134
133

R + G + B ~ 68%. #FF8685 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 134 + 133 = 522 (100%)
R 255 of 522 ~ 48.85%
G 134 of 522 ~ 25.67%
B 133 of 522 ~ 25.48%

%48.85
%25.67
%25.48

CMYK color model

#FF8685 color CMYK value is (0,47,48,0).

  • cyan value is 0.00%
  • magenta value is 47.45%
  • yellow value is 47.84%
  • key color value is 0.00%
CMYK:
(0,47,48,0)
C0M47Y48K0 
(0%,47%,48%,0%)
(0.00/0.47/0.48/0.00)	

CMYK percentages

%0
%47.45
%47.84
%0

Codes

Color #FF8685 in popluar color models

FF8685
RGB255134133
HSL100.00%76.08%
HSB/HSV47.84%100.00%
CMYK0.00%47.45%47.84%
0.00%

Color #FF8685 in popluar number systems.

HEXFF8685
Decimal255134133
Binary111111111000011010000101
Octal377206205

Shades and tints

Shades of #FF8685

#FF8685
(255,134,133)
#E87A79
(232,122,121)
#D16E6D
(209,110,109)
#BA6261
(186,98,97)
#A35655
(163,86,85)
#8C4A49
(140,74,73)
#753E3D
(117,62,61)
#5E3231
(94,50,49)
#472625
(71,38,37)
#301A19
(48,26,25)
#190E0D
(25,14,13)
#000000
(0,0,0)

Tints of #FF8685

#FF8685
(255,134,133)
#FF9190
(255,145,144)
#FF9C9B
(255,156,155)
#FFA7A6
(255,167,166)
#FFB2B1
(255,178,177)
#FFBDBC
(255,189,188)
#FFC8C7
(255,200,199)
#FFD3D2
(255,211,210)
#FFDEDD
(255,222,221)
#FFE9E8
(255,233,232)
#FFF4F3
(255,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8685 color. Also use rgb(255,134,133) instead hex code.

Text Font Color

.myTextColor { color: #FF8685; }

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

This text font color is #FF8685.


Background Color

.myBgColor { background-color: #FF8685; }

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

This div background color is #FF8685.


Border color

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

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

This div border color is #FF8685.


Opacity

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

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

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

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

This text has shadow with #FF8685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8685 on black background.


Color preview on white background

This text has color #FF8685 on white background.



Black color preview on #FF8685 background

This text has black color on #FF8685 background.


White color preview on #FF8685 background

This text has white color on #FF8685 background.