COLOR #F7CB7E

HEX: #F7CB7E RGB: (247,203,126)

Color info

#F7CB7E contains mainly red and green colors. Web safe color of #F7CB7E is #FFCC66 (or #FC6).

RGB color model

#F7CB7E color RGB value is (247,203,126).

RGB: (247,203,126) (97%, 80%, 49%)

RGB channels and saturation

R 247 of 255 = 97%
G 203 of 255 = 80%
B 126 of 255 = 49%

247
203
126

R + G + B ~ 75%. #F7CB7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 203 + 126 = 576 (100%)
R 247 of 576 ~ 42.88%
G 203 of 576 ~ 35.24%
B 126 of 576 ~ 21.88'%

%42.88
%35.24
%21.88

CMYK color model

#F7CB7E color CMYK value is (0,18,49,3).

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 48.99%
  • key color value is 3.14%

CMYK: (0,18,49,3)
C0M18Y49K3 (0%, 18%, 49%, 3%)
(0.00 / 0.18 / 0.49 / 0.03)

CMYK percentages

%0
%17.81
%48.99
%3.14

Codes

Color #F7CB7E in popluar color models

F7 CB 7E
RGB 247 203 126
HSL 38° 88.32% 73.14%
HSB/HSV 38° 48.99% 96.86%
CMYK 0.00% 17.81% 48.99%
3.14%

Color #F7CB7E in popluar number systems.

HEX F7 CB 7E
Decimal 247 203 126
Binary 11110111 11001011 1111110
Octal 367 313 176

Shades and tints

Shades of #F7CB7E

#F7CB7E
(247,203,126)
#E1B973
(225,185,115)
#CBA768
(203,167,104)
#B5955D
(181,149,93)
#9F8352
(159,131,82)
#897147
(137,113,71)
#735F3C
(115,95,60)
#5D4D31
(93,77,49)
#473B26
(71,59,38)
#31291B
(49,41,27)
#1B1710
(27,23,16)
#000000
(0,0,0)

Tints of #F7CB7E

#F7CB7E
(247,203,126)
#F7CF89
(247,207,137)
#F7D394
(247,211,148)
#F7D79F
(247,215,159)
#F7DBAA
(247,219,170)
#F7DFB5
(247,223,181)
#F7E3C0
(247,227,192)
#F7E7CB
(247,231,203)
#F7EBD6
(247,235,214)
#F7EFE1
(247,239,225)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CB7E color. Also use rgb(247,203,126) instead hex code.

Text Font Color

.myTextColor { color: #F7CB7E; }

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

This text font color is #F7CB7E.

Background Color

.myBgColor { background-color: #F7CB7E; }

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

This div background color is #F7CB7E.

Border color

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

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

This div border color is #F7CB7E.

Opacity

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

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

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

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

This text has shadow with #F7CB7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7CB7E.

Preview

Color preview on black background

This text has color #F7CB7E on black background.


Color preview on white background

This text has color #F7CB7E on white background.


Black color preview on #F7CB7E background

This text has black color on #F7CB7E background.


White color preview on #F7CB7E background

This text has white color on #F7CB7E background.


Related colors

Complementary color

Complementary color for #hex is #083481.


I love getcolorcode.com

Triadic colors

1 #7EF7CB and #CB7EF7 with #F7CB7E are triadic colors.

2 #7ECBF7 and #CBF77E with #F7CB7E are triadic colors.