COLOR #FFC6A7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

255
198
167

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

Portions of RGB colors in percentages

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

%41.13
%31.94
%26.94

CMYK color model

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

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

Codes

Color #FFC6A7 in popluar color models

FFC6A7
RGB255198167
HSL21°100.00%82.75%
HSB/HSV21°34.51%100.00%
CMYK0.00%22.35%34.51%
0.00%

Color #FFC6A7 in popluar number systems.

HEXFFC6A7
Decimal255198167
Binary111111111100011010100111
Octal377306247

Shades and tints

Shades of #FFC6A7

#FFC6A7
(255,198,167)
#E8B498
(232,180,152)
#D1A289
(209,162,137)
#BA907A
(186,144,122)
#A37E6B
(163,126,107)
#8C6C5C
(140,108,92)
#755A4D
(117,90,77)
#5E483E
(94,72,62)
#47362F
(71,54,47)
#302420
(48,36,32)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #FFC6A7

#FFC6A7
(255,198,167)
#FFCBAF
(255,203,175)
#FFD0B7
(255,208,183)
#FFD5BF
(255,213,191)
#FFDAC7
(255,218,199)
#FFDFCF
(255,223,207)
#FFE4D7
(255,228,215)
#FFE9DF
(255,233,223)
#FFEEE7
(255,238,231)
#FFF3EF
(255,243,239)
#FFF8F7
(255,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC6A7; }

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

This text font color is #FFC6A7.


Background Color

.myBgColor { background-color: #FFC6A7; }

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

This div background color is #FFC6A7.


Border color

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

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

This div border color is #FFC6A7.


Opacity

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

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

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

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

This text has shadow with #FFC6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC6A7 on black background.


Color preview on white background

This text has color #FFC6A7 on white background.



Black color preview on #FFC6A7 background

This text has black color on #FFC6A7 background.


White color preview on #FFC6A7 background

This text has white color on #FFC6A7 background.