COLOR #F687BD

HEX: #F687BD
RGB: (246,135,189)

Color info

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

RGB color model

#F687BD color RGB value is (246,135,189).

  • red value is 246;
  • green value is 135;
  • blue value is 189.
RGB:
(246,135,189)
(96%,53%,74%)

RGB channels and saturation

R 246 of 255 = 96%
G 135 of 255 = 53%
B 189 of 255 = 74%

246
135
189

R + G + B ~ 74%. #F687BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 135 + 189 = 570 (100%)
R 246 of 570 ~ 43.16%
G 135 of 570 ~ 23.68%
B 189 of 570 ~ 33.16%

%43.16
%23.68
%33.16

CMYK color model

#F687BD color CMYK value is (0,45,23,4).

  • cyan value is 0.00%
  • magenta value is 45.12%
  • yellow value is 23.17%
  • key color value is 3.53%
CMYK:
(0,45,23,4)
C0M45Y23K4 
(0%,45%,23%,4%)
(0.00/0.45/0.23/0.04)	

CMYK percentages

%0
%45.12
%23.17
%3.53

Codes

Color #F687BD in popluar color models

F687BD
RGB246135189
HSL331°86.05%74.71%
HSB/HSV331°45.12%96.47%
CMYK0.00%45.12%23.17%
3.53%

Color #F687BD in popluar number systems.

HEXF687BD
Decimal246135189
Binary111101101000011110111101
Octal366207275

Shades and tints

Shades of #F687BD

#F687BD
(246,135,189)
#E07BAC
(224,123,172)
#CA6F9B
(202,111,155)
#B4638A
(180,99,138)
#9E5779
(158,87,121)
#884B68
(136,75,104)
#723F57
(114,63,87)
#5C3346
(92,51,70)
#462735
(70,39,53)
#301B24
(48,27,36)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #F687BD

#F687BD
(246,135,189)
#F691C3
(246,145,195)
#F69BC9
(246,155,201)
#F6A5CF
(246,165,207)
#F6AFD5
(246,175,213)
#F6B9DB
(246,185,219)
#F6C3E1
(246,195,225)
#F6CDE7
(246,205,231)
#F6D7ED
(246,215,237)
#F6E1F3
(246,225,243)
#F6EBF9
(246,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F687BD color. Also use rgb(246,135,189) instead hex code.

Text Font Color

.myTextColor { color: #F687BD; }

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

This text font color is #F687BD.


Background Color

.myBgColor { background-color: #F687BD; }

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

This div background color is #F687BD.


Border color

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

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

This div border color is #F687BD.


Opacity

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

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

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

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

This text has shadow with #F687BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F687BD on black background.


Color preview on white background

This text has color #F687BD on white background.



Black color preview on #F687BD background

This text has black color on #F687BD background.


White color preview on #F687BD background

This text has white color on #F687BD background.