COLOR #F6B7E7

HEX: #F6B7E7
RGB: (246,183,231)

Color info

#F6B7E7 contains mainly red and blue colors. Web safe color of #F6B7E7 is #FFCCFF (or #FCF).

RGB color model

#F6B7E7 color RGB value is (246,183,231).

  • red value is 246;
  • green value is 183;
  • blue value is 231.
RGB:
(246,183,231)
(96%,72%,91%)

RGB channels and saturation

R 246 of 255 = 96%
G 183 of 255 = 72%
B 231 of 255 = 91%

246
183
231

R + G + B ~ 86%. #F6B7E7 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 183 + 231 = 660 (100%)
R 246 of 660 ~ 37.27%
G 183 of 660 ~ 27.73%
B 231 of 660 ~ 35%

%37.27
%27.73
%35

CMYK color model

#F6B7E7 color CMYK value is (0,26,6,4).

  • cyan value is 0.00%
  • magenta value is 25.61%
  • yellow value is 6.10%
  • key color value is 3.53%
CMYK:
(0,26,6,4)
C0M26Y6K4 
(0%,26%,6%,4%)
(0.00/0.26/0.06/0.04)	

CMYK percentages

%0
%25.61
%6.1
%3.53

Codes

Color #F6B7E7 in popluar color models

F6B7E7
RGB246183231
HSL314°77.78%84.12%
HSB/HSV314°25.61%96.47%
CMYK0.00%25.61%6.10%
3.53%

Color #F6B7E7 in popluar number systems.

HEXF6B7E7
Decimal246183231
Binary111101101011011111100111
Octal366267347

Shades and tints

Shades of #F6B7E7

#F6B7E7
(246,183,231)
#E0A7D2
(224,167,210)
#CA97BD
(202,151,189)
#B487A8
(180,135,168)
#9E7793
(158,119,147)
#88677E
(136,103,126)
#725769
(114,87,105)
#5C4754
(92,71,84)
#46373F
(70,55,63)
#30272A
(48,39,42)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #F6B7E7

#F6B7E7
(246,183,231)
#F6BDE9
(246,189,233)
#F6C3EB
(246,195,235)
#F6C9ED
(246,201,237)
#F6CFEF
(246,207,239)
#F6D5F1
(246,213,241)
#F6DBF3
(246,219,243)
#F6E1F5
(246,225,245)
#F6E7F7
(246,231,247)
#F6EDF9
(246,237,249)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B7E7 color. Also use rgb(246,183,231) instead hex code.

Text Font Color

.myTextColor { color: #F6B7E7; }

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

This text font color is #F6B7E7.


Background Color

.myBgColor { background-color: #F6B7E7; }

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

This div background color is #F6B7E7.


Border color

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

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

This div border color is #F6B7E7.


Opacity

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

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

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

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

This text has shadow with #F6B7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B7E7 on black background.


Color preview on white background

This text has color #F6B7E7 on white background.



Black color preview on #F6B7E7 background

This text has black color on #F6B7E7 background.


White color preview on #F6B7E7 background

This text has white color on #F6B7E7 background.