COLOR #F3BD90

HEX: #F3BD90
RGB: (243,189,144)

Color info

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

RGB color model

#F3BD90 color RGB value is (243,189,144).

  • red value is 243;
  • green value is 189;
  • blue value is 144.
RGB:
(243,189,144)
(95%,74%,56%)

RGB channels and saturation

R 243 of 255 = 95%
G 189 of 255 = 74%
B 144 of 255 = 56%

243
189
144

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

Portions of RGB colors in percentages

R + G + B =
243 + 189 + 144 = 576 (100%)
R 243 of 576 ~ 42.19%
G 189 of 576 ~ 32.81%
B 144 of 576 ~ 25%

%42.19
%32.81
%25

CMYK color model

#F3BD90 color CMYK value is (0,22,41,5).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 40.74%
  • key color value is 4.71%
CMYK:
(0,22,41,5)
C0M22Y41K5 
(0%,22%,41%,5%)
(0.00/0.22/0.41/0.05)	

CMYK percentages

%0
%22.22
%40.74
%4.71

Codes

Color #F3BD90 in popluar color models

F3BD90
RGB243189144
HSL27°80.49%75.88%
HSB/HSV27°40.74%95.29%
CMYK0.00%22.22%40.74%
4.71%

Color #F3BD90 in popluar number systems.

HEXF3BD90
Decimal243189144
Binary111100111011110110010000
Octal363275220

Shades and tints

Shades of #F3BD90

#F3BD90
(243,189,144)
#DDAC83
(221,172,131)
#C79B76
(199,155,118)
#B18A69
(177,138,105)
#9B795C
(155,121,92)
#85684F
(133,104,79)
#6F5742
(111,87,66)
#594635
(89,70,53)
#433528
(67,53,40)
#2D241B
(45,36,27)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #F3BD90

#F3BD90
(243,189,144)
#F4C39A
(244,195,154)
#F5C9A4
(245,201,164)
#F6CFAE
(246,207,174)
#F7D5B8
(247,213,184)
#F8DBC2
(248,219,194)
#F9E1CC
(249,225,204)
#FAE7D6
(250,231,214)
#FBEDE0
(251,237,224)
#FCF3EA
(252,243,234)
#FDF9F4
(253,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3BD90 color. Also use rgb(243,189,144) instead hex code.

Text Font Color

.myTextColor { color: #F3BD90; }

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

This text font color is #F3BD90.


Background Color

.myBgColor { background-color: #F3BD90; }

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

This div background color is #F3BD90.


Border color

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

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

This div border color is #F3BD90.


Opacity

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

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

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

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

This text has shadow with #F3BD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BD90 on black background.


Color preview on white background

This text has color #F3BD90 on white background.



Black color preview on #F3BD90 background

This text has black color on #F3BD90 background.


White color preview on #F3BD90 background

This text has white color on #F3BD90 background.