COLOR #FFC9B7

HEX: #FFC9B7
RGB: (255,201,183)

Color info

#FFC9B7 contains mainly red and green colors. Web safe color of #FFC9B7 is #FFCCCC (or #FCC).

RGB color model

#FFC9B7 color RGB value is (255,201,183).

  • red value is 255;
  • green value is 201;
  • blue value is 183.
RGB:
(255,201,183)
(100%,79%,72%)

RGB channels and saturation

R 255 of 255 = 100%
G 201 of 255 = 79%
B 183 of 255 = 72%

255
201
183

R + G + B ~ 84%. #FFC9B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 201 + 183 = 639 (100%)
R 255 of 639 ~ 39.91%
G 201 of 639 ~ 31.46%
B 183 of 639 ~ 28.64%

%39.91
%31.46
%28.64

CMYK color model

#FFC9B7 color CMYK value is (0,21,28,0).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 28.24%
  • key color value is 0.00%
CMYK:
(0,21,28,0)
C0M21Y28K0 
(0%,21%,28%,0%)
(0.00/0.21/0.28/0.00)	

CMYK percentages

%0
%21.18
%28.24
%0

Codes

Color #FFC9B7 in popluar color models

FFC9B7
RGB255201183
HSL15°100.00%85.88%
HSB/HSV15°28.24%100.00%
CMYK0.00%21.18%28.24%
0.00%

Color #FFC9B7 in popluar number systems.

HEXFFC9B7
Decimal255201183
Binary111111111100100110110111
Octal377311267

Shades and tints

Shades of #FFC9B7

#FFC9B7
(255,201,183)
#E8B7A7
(232,183,167)
#D1A597
(209,165,151)
#BA9387
(186,147,135)
#A38177
(163,129,119)
#8C6F67
(140,111,103)
#755D57
(117,93,87)
#5E4B47
(94,75,71)
#473937
(71,57,55)
#302727
(48,39,39)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #FFC9B7

#FFC9B7
(255,201,183)
#FFCDBD
(255,205,189)
#FFD1C3
(255,209,195)
#FFD5C9
(255,213,201)
#FFD9CF
(255,217,207)
#FFDDD5
(255,221,213)
#FFE1DB
(255,225,219)
#FFE5E1
(255,229,225)
#FFE9E7
(255,233,231)
#FFEDED
(255,237,237)
#FFF1F3
(255,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC9B7; }

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

This text font color is #FFC9B7.


Background Color

.myBgColor { background-color: #FFC9B7; }

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

This div background color is #FFC9B7.


Border color

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

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

This div border color is #FFC9B7.


Opacity

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

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

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

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

This text has shadow with #FFC9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC9B7 on black background.


Color preview on white background

This text has color #FFC9B7 on white background.



Black color preview on #FFC9B7 background

This text has black color on #FFC9B7 background.


White color preview on #FFC9B7 background

This text has white color on #FFC9B7 background.