COLOR #F7FFE3

HEX: #F7FFE3 RGB: (247,255,227)

Color info

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

RGB color model

#F7FFE3 color RGB value is (247,255,227).

RGB: (247,255,227) (97%, 100%, 89%)

RGB channels and saturation

R 247 of 255 = 97%
G 255 of 255 = 100%
B 227 of 255 = 89%

247
255
227

R + G + B ~ 95%. #F7FFE3 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 255 + 227 = 729 (100%)
R 247 of 729 ~ 33.88%
G 255 of 729 ~ 34.98%
B 227 of 729 ~ 31.14'%

%33.88
%34.98
%31.14

CMYK color model

#F7FFE3 color CMYK value is (3,0,11,0).

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 0.00%

CMYK: (3,0,11,0)
C3M0Y11K0 (3%, 0%, 11%, 0%)
(0.03 / 0.00 / 0.11 / 0.00)

CMYK percentages

%3.14
%0
%10.98
%0

Codes

Color #F7FFE3 in popluar color models

F7 FF E3
RGB 247 255 227
HSL 77° 100.00% 94.51%
HSB/HSV 77° 10.98% 100.00%
CMYK 3.14% 0.00% 10.98%
0.00%

Color #F7FFE3 in popluar number systems.

HEX F7 FF E3
Decimal 247 255 227
Binary 11110111 11111111 11100011
Octal 367 377 343

Shades and tints

Shades of #F7FFE3

#F7FFE3
(247,255,227)
#E1E8CF
(225,232,207)
#CBD1BB
(203,209,187)
#B5BAA7
(181,186,167)
#9FA393
(159,163,147)
#898C7F
(137,140,127)
#73756B
(115,117,107)
#5D5E57
(93,94,87)
#474743
(71,71,67)
#31302F
(49,48,47)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #F7FFE3

#F7FFE3
(247,255,227)
#F7FFE5
(247,255,229)
#F7FFE7
(247,255,231)
#F7FFE9
(247,255,233)
#F7FFEB
(247,255,235)
#F7FFED
(247,255,237)
#F7FFEF
(247,255,239)
#F7FFF1
(247,255,241)
#F7FFF3
(247,255,243)
#F7FFF5
(247,255,245)
#F7FFF7
(247,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7FFE3 color. Also use rgb(247,255,227) instead hex code.

Text Font Color

.myTextColor { color: #F7FFE3; }

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

This text font color is #F7FFE3.

Background Color

.myBgColor { background-color: #F7FFE3; }

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

This div background color is #F7FFE3.

Border color

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

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

This div border color is #F7FFE3.

Opacity

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

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

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

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

This text has shadow with #F7FFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7FFE3.

Preview

Color preview on black background

This text has color #F7FFE3 on black background.


Color preview on white background

This text has color #F7FFE3 on white background.


Black color preview on #F7FFE3 background

This text has black color on #F7FFE3 background.


White color preview on #F7FFE3 background

This text has white color on #F7FFE3 background.


Related colors

Complementary color

Complementary color for #hex is #08001C.


I love getcolorcode.com

Triadic colors

1 #E3F7FF and #FFE3F7 with #F7FFE3 are triadic colors.

2 #E3FFF7 and #FFF7E3 with #F7FFE3 are triadic colors.