COLOR #F7F5CC

HEX: #F7F5CC RGB: (247,245,204)

Color info

#F7F5CC contains red, green and blue colors in about the same proportion. Web safe color of #F7F5CC is #FFFFCC (or #FFC).

RGB color model

#F7F5CC color RGB value is (247,245,204).

RGB: (247,245,204) (97%, 96%, 80%)

RGB channels and saturation

R 247 of 255 = 97%
G 245 of 255 = 96%
B 204 of 255 = 80%

247
245
204

R + G + B ~ 91%. #F7F5CC is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 245 + 204 = 696 (100%)
R 247 of 696 ~ 35.49%
G 245 of 696 ~ 35.2%
B 204 of 696 ~ 29.31'%

%35.49
%35.2
%29.31

CMYK color model

#F7F5CC color CMYK value is (0,1,17,3).

  • cyan value is 0.00%
  • magenta value is 0.81%
  • yellow value is 17.41%
  • key color value is 3.14%

CMYK: (0,1,17,3)
C0M1Y17K3 (0%, 1%, 17%, 3%)
(0.00 / 0.01 / 0.17 / 0.03)

CMYK percentages

%0
%0.81
%17.41
%3.14

Codes

Color #F7F5CC in popluar color models

F7 F5 CC
RGB 247 245 204
HSL 57° 72.88% 88.43%
HSB/HSV 57° 17.41% 96.86%
CMYK 0.00% 0.81% 17.41%
3.14%

Color #F7F5CC in popluar number systems.

HEX F7 F5 CC
Decimal 247 245 204
Binary 11110111 11110101 11001100
Octal 367 365 314

Shades and tints

Shades of #F7F5CC

#F7F5CC
(247,245,204)
#E1DFBA
(225,223,186)
#CBC9A8
(203,201,168)
#B5B396
(181,179,150)
#9F9D84
(159,157,132)
#898772
(137,135,114)
#737160
(115,113,96)
#5D5B4E
(93,91,78)
#47453C
(71,69,60)
#312F2A
(49,47,42)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #F7F5CC

#F7F5CC
(247,245,204)
#F7F5D0
(247,245,208)
#F7F5D4
(247,245,212)
#F7F5D8
(247,245,216)
#F7F5DC
(247,245,220)
#F7F5E0
(247,245,224)
#F7F5E4
(247,245,228)
#F7F5E8
(247,245,232)
#F7F5EC
(247,245,236)
#F7F5F0
(247,245,240)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7F5CC color. Also use rgb(247,245,204) instead hex code.

Text Font Color

.myTextColor { color: #F7F5CC; }

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

This text font color is #F7F5CC.

Background Color

.myBgColor { background-color: #F7F5CC; }

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

This div background color is #F7F5CC.

Border color

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

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

This div border color is #F7F5CC.

Opacity

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

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

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

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

This text has shadow with #F7F5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7F5CC.

Preview

Color preview on black background

This text has color #F7F5CC on black background.


Color preview on white background

This text has color #F7F5CC on white background.


Black color preview on #F7F5CC background

This text has black color on #F7F5CC background.


White color preview on #F7F5CC background

This text has white color on #F7F5CC background.


Related colors

Complementary color

Complementary color for #hex is #080A33.


I love getcolorcode.com

Triadic colors

1 #CCF7F5 and #F5CCF7 with #F7F5CC are triadic colors.

2 #CCF5F7 and #F5F7CC with #F7F5CC are triadic colors.