COLOR #FFA7C6

HEX: #FFA7C6
RGB: (255,167,198)

Color info

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

RGB color model

#FFA7C6 color RGB value is (255,167,198).

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

RGB channels and saturation

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

255
167
198

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

Portions of RGB colors in percentages

R + G + B =
255 + 167 + 198 = 620 (100%)
R 255 of 620 ~ 41.13%
G 167 of 620 ~ 26.94%
B 198 of 620 ~ 31.94%

%41.13
%26.94
%31.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.51%
  • yellow value is 22.35%
  • 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
%22.35
%0

Codes

Color #FFA7C6 in popluar color models

FFA7C6
RGB255167198
HSL339°100.00%82.75%
HSB/HSV339°34.51%100.00%
CMYK0.00%34.51%22.35%
0.00%

Color #FFA7C6 in popluar number systems.

HEXFFA7C6
Decimal255167198
Binary111111111010011111000110
Octal377247306

Shades and tints

Shades of #FFA7C6

#FFA7C6
(255,167,198)
#E898B4
(232,152,180)
#D189A2
(209,137,162)
#BA7A90
(186,122,144)
#A36B7E
(163,107,126)
#8C5C6C
(140,92,108)
#754D5A
(117,77,90)
#5E3E48
(94,62,72)
#472F36
(71,47,54)
#302024
(48,32,36)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #FFA7C6

#FFA7C6
(255,167,198)
#FFAFCB
(255,175,203)
#FFB7D0
(255,183,208)
#FFBFD5
(255,191,213)
#FFC7DA
(255,199,218)
#FFCFDF
(255,207,223)
#FFD7E4
(255,215,228)
#FFDFE9
(255,223,233)
#FFE7EE
(255,231,238)
#FFEFF3
(255,239,243)
#FFF7F8
(255,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA7C6; }

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

This text font color is #FFA7C6.


Background Color

.myBgColor { background-color: #FFA7C6; }

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

This div background color is #FFA7C6.


Border color

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

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

This div border color is #FFA7C6.


Opacity

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

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

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

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

This text has shadow with #FFA7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA7C6 on black background.


Color preview on white background

This text has color #FFA7C6 on white background.



Black color preview on #FFA7C6 background

This text has black color on #FFA7C6 background.


White color preview on #FFA7C6 background

This text has white color on #FFA7C6 background.