COLOR #FFB7B9

HEX: #FFB7B9
RGB: (255,183,185)

Color info

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

RGB color model

#FFB7B9 color RGB value is (255,183,185).

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

RGB channels and saturation

R 255 of 255 = 100%
G 183 of 255 = 72%
B 185 of 255 = 73%

255
183
185

R + G + B ~ 82%. #FFB7B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 183 + 185 = 623 (100%)
R 255 of 623 ~ 40.93%
G 183 of 623 ~ 29.37%
B 185 of 623 ~ 29.7%

%40.93
%29.37
%29.7

CMYK color model

#FFB7B9 color CMYK value is (0,28,27,0).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 27.45%
  • key color value is 0.00%
CMYK:
(0,28,27,0)
C0M28Y27K0 
(0%,28%,27%,0%)
(0.00/0.28/0.27/0.00)	

CMYK percentages

%0
%28.24
%27.45
%0

Codes

Color #FFB7B9 in popluar color models

FFB7B9
RGB255183185
HSL358°100.00%85.88%
HSB/HSV358°28.24%100.00%
CMYK0.00%28.24%27.45%
0.00%

Color #FFB7B9 in popluar number systems.

HEXFFB7B9
Decimal255183185
Binary111111111011011110111001
Octal377267271

Shades and tints

Shades of #FFB7B9

#FFB7B9
(255,183,185)
#E8A7A9
(232,167,169)
#D19799
(209,151,153)
#BA8789
(186,135,137)
#A37779
(163,119,121)
#8C6769
(140,103,105)
#755759
(117,87,89)
#5E4749
(94,71,73)
#473739
(71,55,57)
#302729
(48,39,41)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #FFB7B9

#FFB7B9
(255,183,185)
#FFBDBF
(255,189,191)
#FFC3C5
(255,195,197)
#FFC9CB
(255,201,203)
#FFCFD1
(255,207,209)
#FFD5D7
(255,213,215)
#FFDBDD
(255,219,221)
#FFE1E3
(255,225,227)
#FFE7E9
(255,231,233)
#FFEDEF
(255,237,239)
#FFF3F5
(255,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB7B9; }

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

This text font color is #FFB7B9.


Background Color

.myBgColor { background-color: #FFB7B9; }

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

This div background color is #FFB7B9.


Border color

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

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

This div border color is #FFB7B9.


Opacity

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

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

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

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

This text has shadow with #FFB7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB7B9 on black background.


Color preview on white background

This text has color #FFB7B9 on white background.



Black color preview on #FFB7B9 background

This text has black color on #FFB7B9 background.


White color preview on #FFB7B9 background

This text has white color on #FFB7B9 background.