COLOR #FFC9C7

HEX: #FFC9C7 RGB: (255,201,199)

Color info

#FFC9C7 contains red, green and blue colors in about the same proportion. Web safe color of #FFC9C7 is #FFCCCC (or #FCC).

RGB color model

#FFC9C7 color RGB value is (255,201,199).

RGB: (255,201,199) (100%, 79%, 78%)

RGB channels and saturation

R 255 of 255 = 100%
G 201 of 255 = 79%
B 199 of 255 = 78%

255
201
199

R + G + B ~ 86%. #FFC9C7 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 201 + 199 = 655 (100%)
R 255 of 655 ~ 38.93%
G 201 of 655 ~ 30.69%
B 199 of 655 ~ 30.38'%

%38.93
%30.69
%30.38

CMYK color model

#FFC9C7 color CMYK value is (0,21,22,0).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 21.96%
  • key color value is 0.00%
CMYK: (0,21,22,0) C0M21Y22K0 (0%,21%,22%,0%) (0.00/0.21/0.22/0.00) 

CMYK percentages

%0
%21.18
%21.96
%0

Codes

Color #FFC9C7 in popluar color models

FF C9 C7
RGB 255 201 199
HSL 100.00% 89.02%
HSB/HSV 21.96% 100.00%
CMYK 0.00% 21.18% 21.96%
0.00%

Color #FFC9C7 in popluar number systems.

HEX FF C9 C7
Decimal 255 201 199
Binary 11111111 11001001 11000111
Octal 377 311 307

Shades and tints

Shades of #FFC9C7

#FFC9C7
(255,201,199)
#E8B7B5
(232,183,181)
#D1A5A3
(209,165,163)
#BA9391
(186,147,145)
#A3817F
(163,129,127)
#8C6F6D
(140,111,109)
#755D5B
(117,93,91)
#5E4B49
(94,75,73)
#473937
(71,57,55)
#302725
(48,39,37)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #FFC9C7

#FFC9C7
(255,201,199)
#FFCDCC
(255,205,204)
#FFD1D1
(255,209,209)
#FFD5D6
(255,213,214)
#FFD9DB
(255,217,219)
#FFDDE0
(255,221,224)
#FFE1E5
(255,225,229)
#FFE5EA
(255,229,234)
#FFE9EF
(255,233,239)
#FFEDF4
(255,237,244)
#FFF1F9
(255,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC9C7; }

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

This text font color is #FFC9C7.

Background Color

.myBgColor { background-color: #FFC9C7; }

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

This div background color is #FFC9C7.

Border color

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

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

This div border color is #FFC9C7.

Opacity

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

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

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

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

This text has shadow with #FFC9C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC9C7.

Preview

Color preview on black background

This text has color #FFC9C7 on black background.


Color preview on white background

This text has color #FFC9C7 on white background.


Black color preview on #FFC9C7 background

This text has black color on #FFC9C7 background.


White color preview on #FFC9C7 background

This text has white color on #FFC9C7 background.


Related colors

Complementary color

Complementary color for #hex is #003638.


I love getcolorcode.com

Triadic colors

1 #C7FFC9 and #C9C7FF with #FFC9C7 are triadic colors.

2 #C7C9FF and #C9FFC7 with #FFC9C7 are triadic colors.