COLOR #FFA7A7

HEX: #FFA7A7
RGB: (255,167,167)

Color info

#FFA7A7 contains mainly red color. Web safe color of #FFA7A7 is #FF9999 (or #F99).

RGB color model

#FFA7A7 color RGB value is (255,167,167).

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

RGB channels and saturation

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

255
167
167

R + G + B ~ 77%. #FFA7A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 167 + 167 = 589 (100%)
R 255 of 589 ~ 43.29%
G 167 of 589 ~ 28.35%
B 167 of 589 ~ 28.35%

%43.29
%28.35
%28.35

CMYK color model

#FFA7A7 color CMYK value is (0,35,35,0).

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

CMYK percentages

%0
%34.51
%34.51
%0

Codes

Color #FFA7A7 in popluar color models

FFA7A7
RGB255167167
HSL100.00%82.75%
HSB/HSV34.51%100.00%
CMYK0.00%34.51%34.51%
0.00%

Color #FFA7A7 in popluar number systems.

HEXFFA7A7
Decimal255167167
Binary111111111010011110100111
Octal377247247

Shades and tints

Shades of #FFA7A7

#FFA7A7
(255,167,167)
#E89898
(232,152,152)
#D18989
(209,137,137)
#BA7A7A
(186,122,122)
#A36B6B
(163,107,107)
#8C5C5C
(140,92,92)
#754D4D
(117,77,77)
#5E3E3E
(94,62,62)
#472F2F
(71,47,47)
#302020
(48,32,32)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #FFA7A7

#FFA7A7
(255,167,167)
#FFAFAF
(255,175,175)
#FFB7B7
(255,183,183)
#FFBFBF
(255,191,191)
#FFC7C7
(255,199,199)
#FFCFCF
(255,207,207)
#FFD7D7
(255,215,215)
#FFDFDF
(255,223,223)
#FFE7E7
(255,231,231)
#FFEFEF
(255,239,239)
#FFF7F7
(255,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA7A7; }

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

This text font color is #FFA7A7.


Background Color

.myBgColor { background-color: #FFA7A7; }

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

This div background color is #FFA7A7.


Border color

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

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

This div border color is #FFA7A7.


Opacity

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

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

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

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

This text has shadow with #FFA7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA7A7 on black background.


Color preview on white background

This text has color #FFA7A7 on white background.



Black color preview on #FFA7A7 background

This text has black color on #FFA7A7 background.


White color preview on #FFA7A7 background

This text has white color on #FFA7A7 background.