COLOR #F3CF97

HEX: #F3CF97 RGB: (243,207,151)

Color info

#F3CF97 contains mainly red and green colors. Web safe color of #F3CF97 is #FFCC99 (or #FC9).

RGB color model

#F3CF97 color RGB value is (243,207,151).

RGB: (243,207,151) (95%, 81%, 59%)

RGB channels and saturation

R 243 of 255 = 95%
G 207 of 255 = 81%
B 151 of 255 = 59%

243
207
151

R + G + B ~ 78%. #F3CF97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 207 + 151 = 601 (100%)
R 243 of 601 ~ 40.43%
G 207 of 601 ~ 34.44%
B 151 of 601 ~ 25.12'%

%40.43
%34.44
%25.12

CMYK color model

#F3CF97 color CMYK value is (0,15,38,5).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 37.86%
  • key color value is 4.71%
CMYK: (0,15,38,5) C0M15Y38K5 (0%,15%,38%,5%) (0.00/0.15/0.38/0.05) 

CMYK percentages

%0
%14.81
%37.86
%4.71

Codes

Color #F3CF97 in popluar color models

F3 CF 97
RGB 243 207 151
HSL 37° 79.31% 77.25%
HSB/HSV 37° 37.86% 95.29%
CMYK 0.00% 14.81% 37.86%
4.71%

Color #F3CF97 in popluar number systems.

HEX F3 CF 97
Decimal 243 207 151
Binary 11110011 11001111 10010111
Octal 363 317 227

Shades and tints

Shades of #F3CF97

#F3CF97
(243,207,151)
#DDBD8A
(221,189,138)
#C7AB7D
(199,171,125)
#B19970
(177,153,112)
#9B8763
(155,135,99)
#857556
(133,117,86)
#6F6349
(111,99,73)
#59513C
(89,81,60)
#433F2F
(67,63,47)
#2D2D22
(45,45,34)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #F3CF97

#F3CF97
(243,207,151)
#F4D3A0
(244,211,160)
#F5D7A9
(245,215,169)
#F6DBB2
(246,219,178)
#F7DFBB
(247,223,187)
#F8E3C4
(248,227,196)
#F9E7CD
(249,231,205)
#FAEBD6
(250,235,214)
#FBEFDF
(251,239,223)
#FCF3E8
(252,243,232)
#FDF7F1
(253,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3CF97 color. Also use rgb(243,207,151) instead hex code.

Text Font Color

.myTextColor { color: #F3CF97; }

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

This text font color is #F3CF97.

Background Color

.myBgColor { background-color: #F3CF97; }

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

This div background color is #F3CF97.

Border color

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

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

This div border color is #F3CF97.

Opacity

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

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

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

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

This text has shadow with #F3CF97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3CF97.

Preview

Color preview on black background

This text has color #F3CF97 on black background.


Color preview on white background

This text has color #F3CF97 on white background.


Black color preview on #F3CF97 background

This text has black color on #F3CF97 background.


White color preview on #F3CF97 background

This text has white color on #F3CF97 background.


Related colors

Complementary color

Complementary color for #hex is #0C3068.


I love getcolorcode.com

Triadic colors

1 #97F3CF and #CF97F3 with #F3CF97 are triadic colors.

2 #97CFF3 and #CFF397 with #F3CF97 are triadic colors.