COLOR #FF6887

HEX: #FF6887 RGB: (255,104,135)

Color info

#FF6887 contains mainly red color. Web safe color of #FF6887 is #FF6699 (or #F69).

RGB color model

#FF6887 color RGB value is (255,104,135).

RGB: (255,104,135) (100%, 41%, 53%)

RGB channels and saturation

R 255 of 255 = 100%
G 104 of 255 = 41%
B 135 of 255 = 53%

255
104
135

R + G + B ~ 65%. #FF6887 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 104 + 135 = 494 (100%)
R 255 of 494 ~ 51.62%
G 104 of 494 ~ 21.05%
B 135 of 494 ~ 27.33'%

%51.62
%21.05
%27.33

CMYK color model

#FF6887 color CMYK value is (0,59,47,0).

  • cyan value is 0.00%
  • magenta value is 59.22%
  • yellow value is 47.06%
  • key color value is 0.00%

CMYK: (0,59,47,0)
C0M59Y47K0 (0%, 59%, 47%, 0%)
(0.00 / 0.59 / 0.47 / 0.00)

CMYK percentages

%0
%59.22
%47.06
%0

Codes

Color #FF6887 in popluar color models

FF 68 87
RGB 255 104 135
HSL 348° 100.00% 70.39%
HSB/HSV 348° 59.22% 100.00%
CMYK 0.00% 59.22% 47.06%
0.00%

Color #FF6887 in popluar number systems.

HEX FF 68 87
Decimal 255 104 135
Binary 11111111 1101000 10000111
Octal 377 150 207

Shades and tints

Shades of #FF6887

#FF6887
(255,104,135)
#E85F7B
(232,95,123)
#D1566F
(209,86,111)
#BA4D63
(186,77,99)
#A34457
(163,68,87)
#8C3B4B
(140,59,75)
#75323F
(117,50,63)
#5E2933
(94,41,51)
#472027
(71,32,39)
#30171B
(48,23,27)
#190E0F
(25,14,15)
#000000
(0,0,0)

Tints of #FF6887

#FF6887
(255,104,135)
#FF7591
(255,117,145)
#FF829B
(255,130,155)
#FF8FA5
(255,143,165)
#FF9CAF
(255,156,175)
#FFA9B9
(255,169,185)
#FFB6C3
(255,182,195)
#FFC3CD
(255,195,205)
#FFD0D7
(255,208,215)
#FFDDE1
(255,221,225)
#FFEAEB
(255,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF6887 color. Also use rgb(255,104,135) instead hex code.

Text Font Color

.myTextColor { color: #FF6887; }

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

This text font color is #FF6887.

Background Color

.myBgColor { background-color: #FF6887; }

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

This div background color is #FF6887.

Border color

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

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

This div border color is #FF6887.

Opacity

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

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

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

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

This text has shadow with #FF6887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF6887.

Preview

Color preview on black background

This text has color #FF6887 on black background.


Color preview on white background

This text has color #FF6887 on white background.


Black color preview on #FF6887 background

This text has black color on #FF6887 background.


White color preview on #FF6887 background

This text has white color on #FF6887 background.


Related colors

Complementary color

Complementary color for #hex is #009778.


I love getcolorcode.com

Triadic colors

1 #87FF68 and #6887FF with #FF6887 are triadic colors.

2 #8768FF and #68FF87 with #FF6887 are triadic colors.