COLOR #F3EFBE

HEX: #F3EFBE RGB: (243,239,190)

Color info

#F3EFBE contains red, green and blue colors in about the same proportion. Web safe color of #F3EFBE is #FFFFCC (or #FFC).

RGB color model

#F3EFBE color RGB value is (243,239,190).

RGB: (243,239,190) (95%, 94%, 75%)

RGB channels and saturation

R 243 of 255 = 95%
G 239 of 255 = 94%
B 190 of 255 = 75%

243
239
190

R + G + B ~ 88%. #F3EFBE is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 239 + 190 = 672 (100%)
R 243 of 672 ~ 36.16%
G 239 of 672 ~ 35.57%
B 190 of 672 ~ 28.27'%

%36.16
%35.57
%28.27

CMYK color model

#F3EFBE color CMYK value is (0,2,22,5).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 21.81%
  • key color value is 4.71%

CMYK: (0,2,22,5)
C0M2Y22K5 (0%, 2%, 22%, 5%)
(0.00 / 0.02 / 0.22 / 0.05)

CMYK percentages

%0
%1.65
%21.81
%4.71

Codes

Color #F3EFBE in popluar color models

F3 EF BE
RGB 243 239 190
HSL 55° 68.83% 84.90%
HSB/HSV 55° 21.81% 95.29%
CMYK 0.00% 1.65% 21.81%
4.71%

Color #F3EFBE in popluar number systems.

HEX F3 EF BE
Decimal 243 239 190
Binary 11110011 11101111 10111110
Octal 363 357 276

Shades and tints

Shades of #F3EFBE

#F3EFBE
(243,239,190)
#DDDAAD
(221,218,173)
#C7C59C
(199,197,156)
#B1B08B
(177,176,139)
#9B9B7A
(155,155,122)
#858669
(133,134,105)
#6F7158
(111,113,88)
#595C47
(89,92,71)
#434736
(67,71,54)
#2D3225
(45,50,37)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #F3EFBE

#F3EFBE
(243,239,190)
#F4F0C3
(244,240,195)
#F5F1C8
(245,241,200)
#F6F2CD
(246,242,205)
#F7F3D2
(247,243,210)
#F8F4D7
(248,244,215)
#F9F5DC
(249,245,220)
#FAF6E1
(250,246,225)
#FBF7E6
(251,247,230)
#FCF8EB
(252,248,235)
#FDF9F0
(253,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3EFBE color. Also use rgb(243,239,190) instead hex code.

Text Font Color

.myTextColor { color: #F3EFBE; }

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

This text font color is #F3EFBE.

Background Color

.myBgColor { background-color: #F3EFBE; }

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

This div background color is #F3EFBE.

Border color

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

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

This div border color is #F3EFBE.

Opacity

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

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

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

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

This text has shadow with #F3EFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3EFBE.

Preview

Color preview on black background

This text has color #F3EFBE on black background.


Color preview on white background

This text has color #F3EFBE on white background.


Black color preview on #F3EFBE background

This text has black color on #F3EFBE background.


White color preview on #F3EFBE background

This text has white color on #F3EFBE background.


Related colors

Complementary color

Complementary color for #hex is #0C1041.


I love getcolorcode.com

Triadic colors

1 #BEF3EF and #EFBEF3 with #F3EFBE are triadic colors.

2 #BEEFF3 and #EFF3BE with #F3EFBE are triadic colors.