COLOR #F3EBBD

HEX: #F3EBBD RGB: (243,235,189)

Color info

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

RGB color model

#F3EBBD color RGB value is (243,235,189).

RGB: (243,235,189) (95%, 92%, 74%)

RGB channels and saturation

R 243 of 255 = 95%
G 235 of 255 = 92%
B 189 of 255 = 74%

243
235
189

R + G + B ~ 87%. #F3EBBD is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 235 + 189 = 667 (100%)
R 243 of 667 ~ 36.43%
G 235 of 667 ~ 35.23%
B 189 of 667 ~ 28.34'%

%36.43
%35.23
%28.34

CMYK color model

#F3EBBD color CMYK value is (0,3,22,5).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 22.22%
  • key color value is 4.71%

CMYK: (0,3,22,5)
C0M3Y22K5 (0%, 3%, 22%, 5%)
(0.00 / 0.03 / 0.22 / 0.05)

CMYK percentages

%0
%3.29
%22.22
%4.71

Codes

Color #F3EBBD in popluar color models

F3 EB BD
RGB 243 235 189
HSL 51° 69.23% 84.71%
HSB/HSV 51° 22.22% 95.29%
CMYK 0.00% 3.29% 22.22%
4.71%

Color #F3EBBD in popluar number systems.

HEX F3 EB BD
Decimal 243 235 189
Binary 11110011 11101011 10111101
Octal 363 353 275

Shades and tints

Shades of #F3EBBD

#F3EBBD
(243,235,189)
#DDD6AC
(221,214,172)
#C7C19B
(199,193,155)
#B1AC8A
(177,172,138)
#9B9779
(155,151,121)
#858268
(133,130,104)
#6F6D57
(111,109,87)
#595846
(89,88,70)
#434335
(67,67,53)
#2D2E24
(45,46,36)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #F3EBBD

#F3EBBD
(243,235,189)
#F4ECC3
(244,236,195)
#F5EDC9
(245,237,201)
#F6EECF
(246,238,207)
#F7EFD5
(247,239,213)
#F8F0DB
(248,240,219)
#F9F1E1
(249,241,225)
#FAF2E7
(250,242,231)
#FBF3ED
(251,243,237)
#FCF4F3
(252,244,243)
#FDF5F9
(253,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EBBD; }

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

This text font color is #F3EBBD.

Background Color

.myBgColor { background-color: #F3EBBD; }

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

This div background color is #F3EBBD.

Border color

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

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

This div border color is #F3EBBD.

Opacity

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

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

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

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

This text has shadow with #F3EBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3EBBD.

Preview

Color preview on black background

This text has color #F3EBBD on black background.


Color preview on white background

This text has color #F3EBBD on white background.


Black color preview on #F3EBBD background

This text has black color on #F3EBBD background.


White color preview on #F3EBBD background

This text has white color on #F3EBBD background.


Related colors

Complementary color

Complementary color for #hex is #0C1442.


I love getcolorcode.com

Triadic colors

1 #BDF3EB and #EBBDF3 with #F3EBBD are triadic colors.

2 #BDEBF3 and #EBF3BD with #F3EBBD are triadic colors.