COLOR #F7FBD5

HEX: #F7FBD5
RGB: (247,251,213)

Color info

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

RGB color model

#F7FBD5 color RGB value is (247,251,213).

  • red value is 247;
  • green value is 251;
  • blue value is 213.
RGB:
(247,251,213)
(97%,98%,84%)

RGB channels and saturation

R 247 of 255 = 97%
G 251 of 255 = 98%
B 213 of 255 = 84%

247
251
213

R + G + B ~ 93%. #F7FBD5 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 251 + 213 = 711 (100%)
R 247 of 711 ~ 34.74%
G 251 of 711 ~ 35.3%
B 213 of 711 ~ 29.96%

%34.74
%35.3
%29.96

CMYK color model

#F7FBD5 color CMYK value is (2,0,15,2).

  • cyan value is 1.59%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 1.57%
CMYK:
(2,0,15,2)
C2M0Y15K2 
(2%,0%,15%,2%)
(0.02/0.00/0.15/0.02)	

CMYK percentages

%1.59
%0
%15.14
%1.57

Codes

Color #F7FBD5 in popluar color models

F7FBD5
RGB247251213
HSL66°82.61%90.98%
HSB/HSV66°15.14%98.43%
CMYK1.59%0.00%15.14%
1.57%

Color #F7FBD5 in popluar number systems.

HEXF7FBD5
Decimal247251213
Binary111101111111101111010101
Octal367373325

Shades and tints

Shades of #F7FBD5

#F7FBD5
(247,251,213)
#E1E5C2
(225,229,194)
#CBCFAF
(203,207,175)
#B5B99C
(181,185,156)
#9FA389
(159,163,137)
#898D76
(137,141,118)
#737763
(115,119,99)
#5D6150
(93,97,80)
#474B3D
(71,75,61)
#31352A
(49,53,42)
#1B1F17
(27,31,23)
#000000
(0,0,0)

Tints of #F7FBD5

#F7FBD5
(247,251,213)
#F7FBD8
(247,251,216)
#F7FBDB
(247,251,219)
#F7FBDE
(247,251,222)
#F7FBE1
(247,251,225)
#F7FBE4
(247,251,228)
#F7FBE7
(247,251,231)
#F7FBEA
(247,251,234)
#F7FBED
(247,251,237)
#F7FBF0
(247,251,240)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7FBD5 color. Also use rgb(247,251,213) instead hex code.

Text Font Color

.myTextColor { color: #F7FBD5; }

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

This text font color is #F7FBD5.


Background Color

.myBgColor { background-color: #F7FBD5; }

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

This div background color is #F7FBD5.


Border color

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

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

This div border color is #F7FBD5.


Opacity

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

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

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

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

This text has shadow with #F7FBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FBD5 on black background.


Color preview on white background

This text has color #F7FBD5 on white background.



Black color preview on #F7FBD5 background

This text has black color on #F7FBD5 background.


White color preview on #F7FBD5 background

This text has white color on #F7FBD5 background.