COLOR #F3BB77

HEX: #F3BB77 RGB: (243,187,119)

Color info

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

RGB color model

#F3BB77 color RGB value is (243,187,119).

RGB: (243,187,119) (95%, 73%, 47%)

RGB channels and saturation

R 243 of 255 = 95%
G 187 of 255 = 73%
B 119 of 255 = 47%

243
187
119

R + G + B ~ 72%. #F3BB77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 187 + 119 = 549 (100%)
R 243 of 549 ~ 44.26%
G 187 of 549 ~ 34.06%
B 119 of 549 ~ 21.68'%

%44.26
%34.06
%21.68

CMYK color model

#F3BB77 color CMYK value is (0,23,51,5).

  • cyan value is 0.00%
  • magenta value is 23.05%
  • yellow value is 51.03%
  • key color value is 4.71%

CMYK: (0,23,51,5)
C0M23Y51K5 (0%, 23%, 51%, 5%)
(0.00 / 0.23 / 0.51 / 0.05)

CMYK percentages

%0
%23.05
%51.03
%4.71

Codes

Color #F3BB77 in popluar color models

F3 BB 77
RGB 243 187 119
HSL 33° 83.78% 70.98%
HSB/HSV 33° 51.03% 95.29%
CMYK 0.00% 23.05% 51.03%
4.71%

Color #F3BB77 in popluar number systems.

HEX F3 BB 77
Decimal 243 187 119
Binary 11110011 10111011 1110111
Octal 363 273 167

Shades and tints

Shades of #F3BB77

#F3BB77
(243,187,119)
#DDAA6D
(221,170,109)
#C79963
(199,153,99)
#B18859
(177,136,89)
#9B774F
(155,119,79)
#856645
(133,102,69)
#6F553B
(111,85,59)
#594431
(89,68,49)
#433327
(67,51,39)
#2D221D
(45,34,29)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #F3BB77

#F3BB77
(243,187,119)
#F4C183
(244,193,131)
#F5C78F
(245,199,143)
#F6CD9B
(246,205,155)
#F7D3A7
(247,211,167)
#F8D9B3
(248,217,179)
#F9DFBF
(249,223,191)
#FAE5CB
(250,229,203)
#FBEBD7
(251,235,215)
#FCF1E3
(252,241,227)
#FDF7EF
(253,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3BB77 color. Also use rgb(243,187,119) instead hex code.

Text Font Color

.myTextColor { color: #F3BB77; }

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

This text font color is #F3BB77.

Background Color

.myBgColor { background-color: #F3BB77; }

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

This div background color is #F3BB77.

Border color

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

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

This div border color is #F3BB77.

Opacity

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

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

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

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

This text has shadow with #F3BB77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3BB77.

Preview

Color preview on black background

This text has color #F3BB77 on black background.


Color preview on white background

This text has color #F3BB77 on white background.


Black color preview on #F3BB77 background

This text has black color on #F3BB77 background.


White color preview on #F3BB77 background

This text has white color on #F3BB77 background.


Related colors

Complementary color

Complementary color for #hex is #0C4488.


I love getcolorcode.com

Triadic colors

1 #77F3BB and #BB77F3 with #F3BB77 are triadic colors.

2 #77BBF3 and #BBF377 with #F3BB77 are triadic colors.