COLOR #FFB6B7

HEX: #FFB6B7
RGB: (255,182,183)

Color info

#FFB6B7 contains mainly red color. Web safe color of #FFB6B7 is #FFCCCC (or #FCC).

RGB color model

#FFB6B7 color RGB value is (255,182,183).

  • red value is 255;
  • green value is 182;
  • blue value is 183.
RGB:
(255,182,183)
(100%,71%,72%)

RGB channels and saturation

R 255 of 255 = 100%
G 182 of 255 = 71%
B 183 of 255 = 72%

255
182
183

R + G + B ~ 81%. #FFB6B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 182 + 183 = 620 (100%)
R 255 of 620 ~ 41.13%
G 182 of 620 ~ 29.35%
B 183 of 620 ~ 29.52%

%41.13
%29.35
%29.52

CMYK color model

#FFB6B7 color CMYK value is (0,29,28,0).

  • cyan value is 0.00%
  • magenta value is 28.63%
  • yellow value is 28.24%
  • key color value is 0.00%
CMYK:
(0,29,28,0)
C0M29Y28K0 
(0%,29%,28%,0%)
(0.00/0.29/0.28/0.00)	

CMYK percentages

%0
%28.63
%28.24
%0

Codes

Color #FFB6B7 in popluar color models

FFB6B7
RGB255182183
HSL359°100.00%85.69%
HSB/HSV359°28.63%100.00%
CMYK0.00%28.63%28.24%
0.00%

Color #FFB6B7 in popluar number systems.

HEXFFB6B7
Decimal255182183
Binary111111111011011010110111
Octal377266267

Shades and tints

Shades of #FFB6B7

#FFB6B7
(255,182,183)
#E8A6A7
(232,166,167)
#D19697
(209,150,151)
#BA8687
(186,134,135)
#A37677
(163,118,119)
#8C6667
(140,102,103)
#755657
(117,86,87)
#5E4647
(94,70,71)
#473637
(71,54,55)
#302627
(48,38,39)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #FFB6B7

#FFB6B7
(255,182,183)
#FFBCBD
(255,188,189)
#FFC2C3
(255,194,195)
#FFC8C9
(255,200,201)
#FFCECF
(255,206,207)
#FFD4D5
(255,212,213)
#FFDADB
(255,218,219)
#FFE0E1
(255,224,225)
#FFE6E7
(255,230,231)
#FFECED
(255,236,237)
#FFF2F3
(255,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFB6B7 color. Also use rgb(255,182,183) instead hex code.

Text Font Color

.myTextColor { color: #FFB6B7; }

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

This text font color is #FFB6B7.


Background Color

.myBgColor { background-color: #FFB6B7; }

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

This div background color is #FFB6B7.


Border color

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

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

This div border color is #FFB6B7.


Opacity

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

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

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

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

This text has shadow with #FFB6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB6B7 on black background.


Color preview on white background

This text has color #FFB6B7 on white background.



Black color preview on #FFB6B7 background

This text has black color on #FFB6B7 background.


White color preview on #FFB6B7 background

This text has white color on #FFB6B7 background.