COLOR #F7DFBE

HEX: #F7DFBE RGB: (247,223,190)

Color info

#F7DFBE contains red, green and blue colors in about the same proportion. Web safe color of #F7DFBE is #FFCCCC (or #FCC).

RGB color model

#F7DFBE color RGB value is (247,223,190).

RGB: (247,223,190) (97%, 87%, 75%)

RGB channels and saturation

R 247 of 255 = 97%
G 223 of 255 = 87%
B 190 of 255 = 75%

247
223
190

R + G + B ~ 86%. #F7DFBE is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 223 + 190 = 660 (100%)
R 247 of 660 ~ 37.42%
G 223 of 660 ~ 33.79%
B 190 of 660 ~ 28.79'%

%37.42
%33.79
%28.79

CMYK color model

#F7DFBE color CMYK value is (0,10,23,3).

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 23.08%
  • key color value is 3.14%

CMYK: (0,10,23,3)
C0M10Y23K3 (0%, 10%, 23%, 3%)
(0.00 / 0.10 / 0.23 / 0.03)

CMYK percentages

%0
%9.72
%23.08
%3.14

Codes

Color #F7DFBE in popluar color models

F7 DF BE
RGB 247 223 190
HSL 35° 78.08% 85.69%
HSB/HSV 35° 23.08% 96.86%
CMYK 0.00% 9.72% 23.08%
3.14%

Color #F7DFBE in popluar number systems.

HEX F7 DF BE
Decimal 247 223 190
Binary 11110111 11011111 10111110
Octal 367 337 276

Shades and tints

Shades of #F7DFBE

#F7DFBE
(247,223,190)
#E1CBAD
(225,203,173)
#CBB79C
(203,183,156)
#B5A38B
(181,163,139)
#9F8F7A
(159,143,122)
#897B69
(137,123,105)
#736758
(115,103,88)
#5D5347
(93,83,71)
#473F36
(71,63,54)
#312B25
(49,43,37)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #F7DFBE

#F7DFBE
(247,223,190)
#F7E1C3
(247,225,195)
#F7E3C8
(247,227,200)
#F7E5CD
(247,229,205)
#F7E7D2
(247,231,210)
#F7E9D7
(247,233,215)
#F7EBDC
(247,235,220)
#F7EDE1
(247,237,225)
#F7EFE6
(247,239,230)
#F7F1EB
(247,241,235)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DFBE color. Also use rgb(247,223,190) instead hex code.

Text Font Color

.myTextColor { color: #F7DFBE; }

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

This text font color is #F7DFBE.

Background Color

.myBgColor { background-color: #F7DFBE; }

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

This div background color is #F7DFBE.

Border color

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

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

This div border color is #F7DFBE.

Opacity

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

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

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

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

This text has shadow with #F7DFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DFBE.

Preview

Color preview on black background

This text has color #F7DFBE on black background.


Color preview on white background

This text has color #F7DFBE on white background.


Black color preview on #F7DFBE background

This text has black color on #F7DFBE background.


White color preview on #F7DFBE background

This text has white color on #F7DFBE background.


Related colors

Complementary color

Complementary color for #hex is #082041.


I love getcolorcode.com

Triadic colors

1 #BEF7DF and #DFBEF7 with #F7DFBE are triadic colors.

2 #BEDFF7 and #DFF7BE with #F7DFBE are triadic colors.