COLOR #F9C7BD

HEX: #F9C7BD
RGB: (249,199,189)

Color info

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

RGB color model

#F9C7BD color RGB value is (249,199,189).

  • red value is 249;
  • green value is 199;
  • blue value is 189.
RGB:
(249,199,189)
(98%,78%,74%)

RGB channels and saturation

R 249 of 255 = 98%
G 199 of 255 = 78%
B 189 of 255 = 74%

249
199
189

R + G + B ~ 83%. #F9C7BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 199 + 189 = 637 (100%)
R 249 of 637 ~ 39.09%
G 199 of 637 ~ 31.24%
B 189 of 637 ~ 29.67%

%39.09
%31.24
%29.67

CMYK color model

#F9C7BD color CMYK value is (0,20,24,2).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 24.10%
  • key color value is 2.35%
CMYK:
(0,20,24,2)
C0M20Y24K2 
(0%,20%,24%,2%)
(0.00/0.20/0.24/0.02)	

CMYK percentages

%0
%20.08
%24.1
%2.35

Codes

Color #F9C7BD in popluar color models

F9C7BD
RGB249199189
HSL10°83.33%85.88%
HSB/HSV10°24.10%97.65%
CMYK0.00%20.08%24.10%
2.35%

Color #F9C7BD in popluar number systems.

HEXF9C7BD
Decimal249199189
Binary111110011100011110111101
Octal371307275

Shades and tints

Shades of #F9C7BD

#F9C7BD
(249,199,189)
#E3B5AC
(227,181,172)
#CDA39B
(205,163,155)
#B7918A
(183,145,138)
#A17F79
(161,127,121)
#8B6D68
(139,109,104)
#755B57
(117,91,87)
#5F4946
(95,73,70)
#493735
(73,55,53)
#332524
(51,37,36)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #F9C7BD

#F9C7BD
(249,199,189)
#F9CCC3
(249,204,195)
#F9D1C9
(249,209,201)
#F9D6CF
(249,214,207)
#F9DBD5
(249,219,213)
#F9E0DB
(249,224,219)
#F9E5E1
(249,229,225)
#F9EAE7
(249,234,231)
#F9EFED
(249,239,237)
#F9F4F3
(249,244,243)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C7BD color. Also use rgb(249,199,189) instead hex code.

Text Font Color

.myTextColor { color: #F9C7BD; }

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

This text font color is #F9C7BD.


Background Color

.myBgColor { background-color: #F9C7BD; }

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

This div background color is #F9C7BD.


Border color

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

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

This div border color is #F9C7BD.


Opacity

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

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

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

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

This text has shadow with #F9C7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C7BD on black background.


Color preview on white background

This text has color #F9C7BD on white background.



Black color preview on #F9C7BD background

This text has black color on #F9C7BD background.


White color preview on #F9C7BD background

This text has white color on #F9C7BD background.