COLOR #F3BB88

HEX: #F3BB88 RGB: (243,187,136)

Color info

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

RGB color model

#F3BB88 color RGB value is (243,187,136).

RGB: (243,187,136) (95%, 73%, 53%)

RGB channels and saturation

R 243 of 255 = 95%
G 187 of 255 = 73%
B 136 of 255 = 53%

243
187
136

R + G + B ~ 74%. #F3BB88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 187 + 136 = 566 (100%)
R 243 of 566 ~ 42.93%
G 187 of 566 ~ 33.04%
B 136 of 566 ~ 24.03'%

%42.93
%33.04
%24.03

CMYK color model

#F3BB88 color CMYK value is (0,23,44,5).

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

CMYK: (0,23,44,5)
C0M23Y44K5 (0%, 23%, 44%, 5%)
(0.00 / 0.23 / 0.44 / 0.05)

CMYK percentages

%0
%23.05
%44.03
%4.71

Codes

Color #F3BB88 in popluar color models

F3 BB 88
RGB 243 187 136
HSL 29° 81.68% 74.31%
HSB/HSV 29° 44.03% 95.29%
CMYK 0.00% 23.05% 44.03%
4.71%

Color #F3BB88 in popluar number systems.

HEX F3 BB 88
Decimal 243 187 136
Binary 11110011 10111011 10001000
Octal 363 273 210

Shades and tints

Shades of #F3BB88

#F3BB88
(243,187,136)
#DDAA7C
(221,170,124)
#C79970
(199,153,112)
#B18864
(177,136,100)
#9B7758
(155,119,88)
#85664C
(133,102,76)
#6F5540
(111,85,64)
#594434
(89,68,52)
#433328
(67,51,40)
#2D221C
(45,34,28)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #F3BB88

#F3BB88
(243,187,136)
#F4C192
(244,193,146)
#F5C79C
(245,199,156)
#F6CDA6
(246,205,166)
#F7D3B0
(247,211,176)
#F8D9BA
(248,217,186)
#F9DFC4
(249,223,196)
#FAE5CE
(250,229,206)
#FBEBD8
(251,235,216)
#FCF1E2
(252,241,226)
#FDF7EC
(253,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3BB88; }

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

This text font color is #F3BB88.

Background Color

.myBgColor { background-color: #F3BB88; }

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

This div background color is #F3BB88.

Border color

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

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

This div border color is #F3BB88.

Opacity

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

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

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

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

This text has shadow with #F3BB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3BB88.

Preview

Color preview on black background

This text has color #F3BB88 on black background.


Color preview on white background

This text has color #F3BB88 on white background.


Black color preview on #F3BB88 background

This text has black color on #F3BB88 background.


White color preview on #F3BB88 background

This text has white color on #F3BB88 background.


Related colors

Complementary color

Complementary color for #hex is #0C4477.


I love getcolorcode.com

Triadic colors

1 #88F3BB and #BB88F3 with #F3BB88 are triadic colors.

2 #88BBF3 and #BBF388 with #F3BB88 are triadic colors.