COLOR #F7FFDD

HEX: #F7FFDD RGB: (247,255,221)

Color info

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

RGB color model

#F7FFDD color RGB value is (247,255,221).

RGB: (247,255,221) (97%, 100%, 87%)

RGB channels and saturation

R 247 of 255 = 97%
G 255 of 255 = 100%
B 221 of 255 = 87%

247
255
221

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

Portions of RGB colors in percentages

R + G + B = 247 + 255 + 221 = 723 (100%)
R 247 of 723 ~ 34.16%
G 255 of 723 ~ 35.27%
B 221 of 723 ~ 30.57'%

%34.16
%35.27
%30.57

CMYK color model

#F7FFDD color CMYK value is (3,0,13,0).

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

CMYK: (3,0,13,0)
C3M0Y13K0 (3%, 0%, 13%, 0%)
(0.03 / 0.00 / 0.13 / 0.00)

CMYK percentages

%3.14
%0
%13.33
%0

Codes

Color #F7FFDD in popluar color models

F7 FF DD
RGB 247 255 221
HSL 74° 100.00% 93.33%
HSB/HSV 74° 13.33% 100.00%
CMYK 3.14% 0.00% 13.33%
0.00%

Color #F7FFDD in popluar number systems.

HEX F7 FF DD
Decimal 247 255 221
Binary 11110111 11111111 11011101
Octal 367 377 335

Shades and tints

Shades of #F7FFDD

#F7FFDD
(247,255,221)
#E1E8C9
(225,232,201)
#CBD1B5
(203,209,181)
#B5BAA1
(181,186,161)
#9FA38D
(159,163,141)
#898C79
(137,140,121)
#737565
(115,117,101)
#5D5E51
(93,94,81)
#47473D
(71,71,61)
#313029
(49,48,41)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #F7FFDD

#F7FFDD
(247,255,221)
#F7FFE0
(247,255,224)
#F7FFE3
(247,255,227)
#F7FFE6
(247,255,230)
#F7FFE9
(247,255,233)
#F7FFEC
(247,255,236)
#F7FFEF
(247,255,239)
#F7FFF2
(247,255,242)
#F7FFF5
(247,255,245)
#F7FFF8
(247,255,248)
#F7FFFB
(247,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FFDD; }

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

This text font color is #F7FFDD.

Background Color

.myBgColor { background-color: #F7FFDD; }

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

This div background color is #F7FFDD.

Border color

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

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

This div border color is #F7FFDD.

Opacity

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

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

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

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

This text has shadow with #F7FFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7FFDD.

Preview

Color preview on black background

This text has color #F7FFDD on black background.


Color preview on white background

This text has color #F7FFDD on white background.


Black color preview on #F7FFDD background

This text has black color on #F7FFDD background.


White color preview on #F7FFDD background

This text has white color on #F7FFDD background.


Related colors

Complementary color

Complementary color for #hex is #080022.


I love getcolorcode.com

Triadic colors

1 #DDF7FF and #FFDDF7 with #F7FFDD are triadic colors.

2 #DDFFF7 and #FFF7DD with #F7FFDD are triadic colors.