COLOR #FFA7C7

HEX: #FFA7C7
RGB: (255,167,199)

Color info

#FFA7C7 contains mainly red and blue colors. Web safe color of #FFA7C7 is #FF99CC (or #F9C).

RGB color model

#FFA7C7 color RGB value is (255,167,199).

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

RGB channels and saturation

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

255
167
199

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

Portions of RGB colors in percentages

R + G + B =
255 + 167 + 199 = 621 (100%)
R 255 of 621 ~ 41.06%
G 167 of 621 ~ 26.89%
B 199 of 621 ~ 32.05%

%41.06
%26.89
%32.05

CMYK color model

#FFA7C7 color CMYK value is (0,35,22,0).

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

CMYK percentages

%0
%34.51
%21.96
%0

Codes

Color #FFA7C7 in popluar color models

FFA7C7
RGB255167199
HSL338°100.00%82.75%
HSB/HSV338°34.51%100.00%
CMYK0.00%34.51%21.96%
0.00%

Color #FFA7C7 in popluar number systems.

HEXFFA7C7
Decimal255167199
Binary111111111010011111000111
Octal377247307

Shades and tints

Shades of #FFA7C7

#FFA7C7
(255,167,199)
#E898B5
(232,152,181)
#D189A3
(209,137,163)
#BA7A91
(186,122,145)
#A36B7F
(163,107,127)
#8C5C6D
(140,92,109)
#754D5B
(117,77,91)
#5E3E49
(94,62,73)
#472F37
(71,47,55)
#302025
(48,32,37)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #FFA7C7

#FFA7C7
(255,167,199)
#FFAFCC
(255,175,204)
#FFB7D1
(255,183,209)
#FFBFD6
(255,191,214)
#FFC7DB
(255,199,219)
#FFCFE0
(255,207,224)
#FFD7E5
(255,215,229)
#FFDFEA
(255,223,234)
#FFE7EF
(255,231,239)
#FFEFF4
(255,239,244)
#FFF7F9
(255,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA7C7; }

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

This text font color is #FFA7C7.


Background Color

.myBgColor { background-color: #FFA7C7; }

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

This div background color is #FFA7C7.


Border color

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

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

This div border color is #FFA7C7.


Opacity

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

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

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

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

This text has shadow with #FFA7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA7C7 on black background.


Color preview on white background

This text has color #FFA7C7 on white background.



Black color preview on #FFA7C7 background

This text has black color on #FFA7C7 background.


White color preview on #FFA7C7 background

This text has white color on #FFA7C7 background.