COLOR #FFC7A7

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

Color info

#FFC7A7 contains mainly red and green colors. Web safe color of #FFC7A7 is #FFCC99 (or #FC9).

RGB color model

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

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

RGB channels and saturation

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

255
199
167

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

Portions of RGB colors in percentages

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

%41.06
%32.05
%26.89

CMYK color model

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

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

CMYK percentages

%0
%21.96
%34.51
%0

Codes

Color #FFC7A7 in popluar color models

FFC7A7
RGB255199167
HSL22°100.00%82.75%
HSB/HSV22°34.51%100.00%
CMYK0.00%21.96%34.51%
0.00%

Color #FFC7A7 in popluar number systems.

HEXFFC7A7
Decimal255199167
Binary111111111100011110100111
Octal377307247

Shades and tints

Shades of #FFC7A7

#FFC7A7
(255,199,167)
#E8B598
(232,181,152)
#D1A389
(209,163,137)
#BA917A
(186,145,122)
#A37F6B
(163,127,107)
#8C6D5C
(140,109,92)
#755B4D
(117,91,77)
#5E493E
(94,73,62)
#47372F
(71,55,47)
#302520
(48,37,32)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #FFC7A7

#FFC7A7
(255,199,167)
#FFCCAF
(255,204,175)
#FFD1B7
(255,209,183)
#FFD6BF
(255,214,191)
#FFDBC7
(255,219,199)
#FFE0CF
(255,224,207)
#FFE5D7
(255,229,215)
#FFEADF
(255,234,223)
#FFEFE7
(255,239,231)
#FFF4EF
(255,244,239)
#FFF9F7
(255,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC7A7; }

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

This text font color is #FFC7A7.


Background Color

.myBgColor { background-color: #FFC7A7; }

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

This div background color is #FFC7A7.


Border color

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

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

This div border color is #FFC7A7.


Opacity

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

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

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

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

This text has shadow with #FFC7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC7A7 on black background.


Color preview on white background

This text has color #FFC7A7 on white background.



Black color preview on #FFC7A7 background

This text has black color on #FFC7A7 background.


White color preview on #FFC7A7 background

This text has white color on #FFC7A7 background.