COLOR #F6EBB6

HEX: #F6EBB6
RGB: (246,235,182)

Color info

#F6EBB6 contains mainly red and green colors. Web safe color of #F6EBB6 is #FFFFCC (or #FFC).

RGB color model

#F6EBB6 color RGB value is (246,235,182).

  • red value is 246;
  • green value is 235;
  • blue value is 182.
RGB:
(246,235,182)
(96%,92%,71%)

RGB channels and saturation

R 246 of 255 = 96%
G 235 of 255 = 92%
B 182 of 255 = 71%

246
235
182

R + G + B ~ 86%. #F6EBB6 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 235 + 182 = 663 (100%)
R 246 of 663 ~ 37.1%
G 235 of 663 ~ 35.44%
B 182 of 663 ~ 27.45%

%37.1
%35.44
%27.45

CMYK color model

#F6EBB6 color CMYK value is (0,4,26,4).

  • cyan value is 0.00%
  • magenta value is 4.47%
  • yellow value is 26.02%
  • key color value is 3.53%
CMYK:
(0,4,26,4)
C0M4Y26K4 
(0%,4%,26%,4%)
(0.00/0.04/0.26/0.04)	

CMYK percentages

%0
%4.47
%26.02
%3.53

Codes

Color #F6EBB6 in popluar color models

F6EBB6
RGB246235182
HSL50°78.05%83.92%
HSB/HSV50°26.02%96.47%
CMYK0.00%4.47%26.02%
3.53%

Color #F6EBB6 in popluar number systems.

HEXF6EBB6
Decimal246235182
Binary111101101110101110110110
Octal366353266

Shades and tints

Shades of #F6EBB6

#F6EBB6
(246,235,182)
#E0D6A6
(224,214,166)
#CAC196
(202,193,150)
#B4AC86
(180,172,134)
#9E9776
(158,151,118)
#888266
(136,130,102)
#726D56
(114,109,86)
#5C5846
(92,88,70)
#464336
(70,67,54)
#302E26
(48,46,38)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #F6EBB6

#F6EBB6
(246,235,182)
#F6ECBC
(246,236,188)
#F6EDC2
(246,237,194)
#F6EEC8
(246,238,200)
#F6EFCE
(246,239,206)
#F6F0D4
(246,240,212)
#F6F1DA
(246,241,218)
#F6F2E0
(246,242,224)
#F6F3E6
(246,243,230)
#F6F4EC
(246,244,236)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EBB6 color. Also use rgb(246,235,182) instead hex code.

Text Font Color

.myTextColor { color: #F6EBB6; }

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

This text font color is #F6EBB6.


Background Color

.myBgColor { background-color: #F6EBB6; }

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

This div background color is #F6EBB6.


Border color

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

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

This div border color is #F6EBB6.


Opacity

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

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

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

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

This text has shadow with #F6EBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EBB6 on black background.


Color preview on white background

This text has color #F6EBB6 on white background.



Black color preview on #F6EBB6 background

This text has black color on #F6EBB6 background.


White color preview on #F6EBB6 background

This text has white color on #F6EBB6 background.