COLOR #FFB7A7

HEX: #FFB7A7
RGB: (255,183,167)

Color info

#FFB7A7 contains mainly red color. Web safe color of #FFB7A7 is #FFCC99 (or #FC9).

RGB color model

#FFB7A7 color RGB value is (255,183,167).

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

RGB channels and saturation

R 255 of 255 = 100%
G 183 of 255 = 72%
B 167 of 255 = 65%

255
183
167

R + G + B ~ 79%. #FFB7A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 183 + 167 = 605 (100%)
R 255 of 605 ~ 42.15%
G 183 of 605 ~ 30.25%
B 167 of 605 ~ 27.6%

%42.15
%30.25
%27.6

CMYK color model

#FFB7A7 color CMYK value is (0,28,35,0).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 34.51%
  • key color value is 0.00%
CMYK:
(0,28,35,0)
C0M28Y35K0 
(0%,28%,35%,0%)
(0.00/0.28/0.35/0.00)	

CMYK percentages

%0
%28.24
%34.51
%0

Codes

Color #FFB7A7 in popluar color models

FFB7A7
RGB255183167
HSL11°100.00%82.75%
HSB/HSV11°34.51%100.00%
CMYK0.00%28.24%34.51%
0.00%

Color #FFB7A7 in popluar number systems.

HEXFFB7A7
Decimal255183167
Binary111111111011011110100111
Octal377267247

Shades and tints

Shades of #FFB7A7

#FFB7A7
(255,183,167)
#E8A798
(232,167,152)
#D19789
(209,151,137)
#BA877A
(186,135,122)
#A3776B
(163,119,107)
#8C675C
(140,103,92)
#75574D
(117,87,77)
#5E473E
(94,71,62)
#47372F
(71,55,47)
#302720
(48,39,32)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #FFB7A7

#FFB7A7
(255,183,167)
#FFBDAF
(255,189,175)
#FFC3B7
(255,195,183)
#FFC9BF
(255,201,191)
#FFCFC7
(255,207,199)
#FFD5CF
(255,213,207)
#FFDBD7
(255,219,215)
#FFE1DF
(255,225,223)
#FFE7E7
(255,231,231)
#FFEDEF
(255,237,239)
#FFF3F7
(255,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB7A7; }

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

This text font color is #FFB7A7.


Background Color

.myBgColor { background-color: #FFB7A7; }

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

This div background color is #FFB7A7.


Border color

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

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

This div border color is #FFB7A7.


Opacity

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

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

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

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

This text has shadow with #FFB7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB7A7 on black background.


Color preview on white background

This text has color #FFB7A7 on white background.



Black color preview on #FFB7A7 background

This text has black color on #FFB7A7 background.


White color preview on #FFB7A7 background

This text has white color on #FFB7A7 background.