COLOR #F7CD96

HEX: #F7CD96
RGB: (247,205,150)

Color info

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

RGB color model

#F7CD96 color RGB value is (247,205,150).

  • red value is 247;
  • green value is 205;
  • blue value is 150.
RGB:
(247,205,150)
(97%,80%,59%)

RGB channels and saturation

R 247 of 255 = 97%
G 205 of 255 = 80%
B 150 of 255 = 59%

247
205
150

R + G + B ~ 79%. #F7CD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 205 + 150 = 602 (100%)
R 247 of 602 ~ 41.03%
G 205 of 602 ~ 34.05%
B 150 of 602 ~ 24.92%

%41.03
%34.05
%24.92

CMYK color model

#F7CD96 color CMYK value is (0,17,39,3).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 39.27%
  • key color value is 3.14%
CMYK:
(0,17,39,3)
C0M17Y39K3 
(0%,17%,39%,3%)
(0.00/0.17/0.39/0.03)	

CMYK percentages

%0
%17
%39.27
%3.14

Codes

Color #F7CD96 in popluar color models

F7CD96
RGB247205150
HSL34°85.84%77.84%
HSB/HSV34°39.27%96.86%
CMYK0.00%17.00%39.27%
3.14%

Color #F7CD96 in popluar number systems.

HEXF7CD96
Decimal247205150
Binary111101111100110110010110
Octal367315226

Shades and tints

Shades of #F7CD96

#F7CD96
(247,205,150)
#E1BB89
(225,187,137)
#CBA97C
(203,169,124)
#B5976F
(181,151,111)
#9F8562
(159,133,98)
#897355
(137,115,85)
#736148
(115,97,72)
#5D4F3B
(93,79,59)
#473D2E
(71,61,46)
#312B21
(49,43,33)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #F7CD96

#F7CD96
(247,205,150)
#F7D19F
(247,209,159)
#F7D5A8
(247,213,168)
#F7D9B1
(247,217,177)
#F7DDBA
(247,221,186)
#F7E1C3
(247,225,195)
#F7E5CC
(247,229,204)
#F7E9D5
(247,233,213)
#F7EDDE
(247,237,222)
#F7F1E7
(247,241,231)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CD96 color. Also use rgb(247,205,150) instead hex code.

Text Font Color

.myTextColor { color: #F7CD96; }

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

This text font color is #F7CD96.


Background Color

.myBgColor { background-color: #F7CD96; }

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

This div background color is #F7CD96.


Border color

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

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

This div border color is #F7CD96.


Opacity

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

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

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

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

This text has shadow with #F7CD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CD96 on black background.


Color preview on white background

This text has color #F7CD96 on white background.



Black color preview on #F7CD96 background

This text has black color on #F7CD96 background.


White color preview on #F7CD96 background

This text has white color on #F7CD96 background.