COLOR #FFA7B7

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

Color info

#FFA7B7 contains mainly red color. Web safe color of #FFA7B7 is #FF99CC (or #F9C).

RGB color model

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

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

RGB channels and saturation

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

255
167
183

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

Portions of RGB colors in percentages

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

%42.15
%27.6
%30.25

CMYK color model

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

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

CMYK percentages

%0
%34.51
%28.24
%0

Codes

Color #FFA7B7 in popluar color models

FFA7B7
RGB255167183
HSL349°100.00%82.75%
HSB/HSV349°34.51%100.00%
CMYK0.00%34.51%28.24%
0.00%

Color #FFA7B7 in popluar number systems.

HEXFFA7B7
Decimal255167183
Binary111111111010011110110111
Octal377247267

Shades and tints

Shades of #FFA7B7

#FFA7B7
(255,167,183)
#E898A7
(232,152,167)
#D18997
(209,137,151)
#BA7A87
(186,122,135)
#A36B77
(163,107,119)
#8C5C67
(140,92,103)
#754D57
(117,77,87)
#5E3E47
(94,62,71)
#472F37
(71,47,55)
#302027
(48,32,39)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #FFA7B7

#FFA7B7
(255,167,183)
#FFAFBD
(255,175,189)
#FFB7C3
(255,183,195)
#FFBFC9
(255,191,201)
#FFC7CF
(255,199,207)
#FFCFD5
(255,207,213)
#FFD7DB
(255,215,219)
#FFDFE1
(255,223,225)
#FFE7E7
(255,231,231)
#FFEFED
(255,239,237)
#FFF7F3
(255,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA7B7; }

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

This text font color is #FFA7B7.


Background Color

.myBgColor { background-color: #FFA7B7; }

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

This div background color is #FFA7B7.


Border color

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

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

This div border color is #FFA7B7.


Opacity

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

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

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

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

This text has shadow with #FFA7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA7B7 on black background.


Color preview on white background

This text has color #FFA7B7 on white background.



Black color preview on #FFA7B7 background

This text has black color on #FFA7B7 background.


White color preview on #FFA7B7 background

This text has white color on #FFA7B7 background.