COLOR #F6F6CB

HEX: #F6F6CB
RGB: (246,246,203)

Color info

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

RGB color model

#F6F6CB color RGB value is (246,246,203).

  • red value is 246;
  • green value is 246;
  • blue value is 203.
RGB:
(246,246,203)
(96%,96%,80%)

RGB channels and saturation

R 246 of 255 = 96%
G 246 of 255 = 96%
B 203 of 255 = 80%

246
246
203

R + G + B ~ 91%. #F6F6CB is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 246 + 203 = 695 (100%)
R 246 of 695 ~ 35.4%
G 246 of 695 ~ 35.4%
B 203 of 695 ~ 29.21%

%35.4
%35.4
%29.21

CMYK color model

#F6F6CB color CMYK value is (0,0,17,4).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 3.53%
CMYK:
(0,0,17,4)
C0M0Y17K4 
(0%,0%,17%,4%)
(0.00/0.00/0.17/0.04)	

CMYK percentages

%0
%0
%17.48
%3.53

Codes

Color #F6F6CB in popluar color models

F6F6CB
RGB246246203
HSL60°70.49%88.04%
HSB/HSV60°17.48%96.47%
CMYK0.00%0.00%17.48%
3.53%

Color #F6F6CB in popluar number systems.

HEXF6F6CB
Decimal246246203
Binary111101101111011011001011
Octal366366313

Shades and tints

Shades of #F6F6CB

#F6F6CB
(246,246,203)
#E0E0B9
(224,224,185)
#CACAA7
(202,202,167)
#B4B495
(180,180,149)
#9E9E83
(158,158,131)
#888871
(136,136,113)
#72725F
(114,114,95)
#5C5C4D
(92,92,77)
#46463B
(70,70,59)
#303029
(48,48,41)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #F6F6CB

#F6F6CB
(246,246,203)
#F6F6CF
(246,246,207)
#F6F6D3
(246,246,211)
#F6F6D7
(246,246,215)
#F6F6DB
(246,246,219)
#F6F6DF
(246,246,223)
#F6F6E3
(246,246,227)
#F6F6E7
(246,246,231)
#F6F6EB
(246,246,235)
#F6F6EF
(246,246,239)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F6CB; }

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

This text font color is #F6F6CB.


Background Color

.myBgColor { background-color: #F6F6CB; }

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

This div background color is #F6F6CB.


Border color

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

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

This div border color is #F6F6CB.


Opacity

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

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

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

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

This text has shadow with #F6F6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F6CB on black background.


Color preview on white background

This text has color #F6F6CB on white background.



Black color preview on #F6F6CB background

This text has black color on #F6F6CB background.


White color preview on #F6F6CB background

This text has white color on #F6F6CB background.