COLOR #F3DC97

HEX: #F3DC97 RGB: (243,220,151)

Color info

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

RGB color model

#F3DC97 color RGB value is (243,220,151).

RGB: (243,220,151) (95%, 86%, 59%)

RGB channels and saturation

R 243 of 255 = 95%
G 220 of 255 = 86%
B 151 of 255 = 59%

243
220
151

R + G + B ~ 80%. #F3DC97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 220 + 151 = 614 (100%)
R 243 of 614 ~ 39.58%
G 220 of 614 ~ 35.83%
B 151 of 614 ~ 24.59'%

%39.58
%35.83
%24.59

CMYK color model

#F3DC97 color CMYK value is (0,9,38,5).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 37.86%
  • key color value is 4.71%

CMYK: (0,9,38,5)
C0M9Y38K5 (0%, 9%, 38%, 5%)
(0.00 / 0.09 / 0.38 / 0.05)

CMYK percentages

%0
%9.47
%37.86
%4.71

Codes

Color #F3DC97 in popluar color models

F3 DC 97
RGB 243 220 151
HSL 45° 79.31% 77.25%
HSB/HSV 45° 37.86% 95.29%
CMYK 0.00% 9.47% 37.86%
4.71%

Color #F3DC97 in popluar number systems.

HEX F3 DC 97
Decimal 243 220 151
Binary 11110011 11011100 10010111
Octal 363 334 227

Shades and tints

Shades of #F3DC97

#F3DC97
(243,220,151)
#DDC88A
(221,200,138)
#C7B47D
(199,180,125)
#B1A070
(177,160,112)
#9B8C63
(155,140,99)
#857856
(133,120,86)
#6F6449
(111,100,73)
#59503C
(89,80,60)
#433C2F
(67,60,47)
#2D2822
(45,40,34)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #F3DC97

#F3DC97
(243,220,151)
#F4DFA0
(244,223,160)
#F5E2A9
(245,226,169)
#F6E5B2
(246,229,178)
#F7E8BB
(247,232,187)
#F8EBC4
(248,235,196)
#F9EECD
(249,238,205)
#FAF1D6
(250,241,214)
#FBF4DF
(251,244,223)
#FCF7E8
(252,247,232)
#FDFAF1
(253,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DC97; }

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

This text font color is #F3DC97.

Background Color

.myBgColor { background-color: #F3DC97; }

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

This div background color is #F3DC97.

Border color

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

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

This div border color is #F3DC97.

Opacity

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

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

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

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

This text has shadow with #F3DC97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3DC97.

Preview

Color preview on black background

This text has color #F3DC97 on black background.


Color preview on white background

This text has color #F3DC97 on white background.


Black color preview on #F3DC97 background

This text has black color on #F3DC97 background.


White color preview on #F3DC97 background

This text has white color on #F3DC97 background.


Related colors

Complementary color

Complementary color for #hex is #0C2368.


I love getcolorcode.com

Triadic colors

1 #97F3DC and #DC97F3 with #F3DC97 are triadic colors.

2 #97DCF3 and #DCF397 with #F3DC97 are triadic colors.