COLOR #F7DEBA

HEX: #F7DEBA RGB: (247,222,186)

Color info

#F7DEBA contains mainly red and green colors. Web safe color of #F7DEBA is #FFCCCC (or #FCC).

RGB color model

#F7DEBA color RGB value is (247,222,186).

RGB: (247,222,186) (97%, 87%, 73%)

RGB channels and saturation

R 247 of 255 = 97%
G 222 of 255 = 87%
B 186 of 255 = 73%

247
222
186

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

Portions of RGB colors in percentages

R + G + B = 247 + 222 + 186 = 655 (100%)
R 247 of 655 ~ 37.71%
G 222 of 655 ~ 33.89%
B 186 of 655 ~ 28.4'%

%37.71
%33.89
%28.4

CMYK color model

#F7DEBA color CMYK value is (0,10,25,3).

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 24.70%
  • key color value is 3.14%

CMYK: (0,10,25,3)
C0M10Y25K3 (0%, 10%, 25%, 3%)
(0.00 / 0.10 / 0.25 / 0.03)

CMYK percentages

%0
%10.12
%24.7
%3.14

Codes

Color #F7DEBA in popluar color models

F7 DE BA
RGB 247 222 186
HSL 35° 79.22% 84.90%
HSB/HSV 35° 24.70% 96.86%
CMYK 0.00% 10.12% 24.70%
3.14%

Color #F7DEBA in popluar number systems.

HEX F7 DE BA
Decimal 247 222 186
Binary 11110111 11011110 10111010
Octal 367 336 272

Shades and tints

Shades of #F7DEBA

#F7DEBA
(247,222,186)
#E1CAAA
(225,202,170)
#CBB69A
(203,182,154)
#B5A28A
(181,162,138)
#9F8E7A
(159,142,122)
#897A6A
(137,122,106)
#73665A
(115,102,90)
#5D524A
(93,82,74)
#473E3A
(71,62,58)
#312A2A
(49,42,42)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #F7DEBA

#F7DEBA
(247,222,186)
#F7E1C0
(247,225,192)
#F7E4C6
(247,228,198)
#F7E7CC
(247,231,204)
#F7EAD2
(247,234,210)
#F7EDD8
(247,237,216)
#F7F0DE
(247,240,222)
#F7F3E4
(247,243,228)
#F7F6EA
(247,246,234)
#F7F9F0
(247,249,240)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DEBA color. Also use rgb(247,222,186) instead hex code.

Text Font Color

.myTextColor { color: #F7DEBA; }

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

This text font color is #F7DEBA.

Background Color

.myBgColor { background-color: #F7DEBA; }

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

This div background color is #F7DEBA.

Border color

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

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

This div border color is #F7DEBA.

Opacity

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

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

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

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

This text has shadow with #F7DEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DEBA.

Preview

Color preview on black background

This text has color #F7DEBA on black background.


Color preview on white background

This text has color #F7DEBA on white background.


Black color preview on #F7DEBA background

This text has black color on #F7DEBA background.


White color preview on #F7DEBA background

This text has white color on #F7DEBA background.


Related colors

Complementary color

Complementary color for #hex is #082145.


I love getcolorcode.com

Triadic colors

1 #BAF7DE and #DEBAF7 with #F7DEBA are triadic colors.

2 #BADEF7 and #DEF7BA with #F7DEBA are triadic colors.