COLOR #F6F7AD

HEX: #F6F7AD RGB: (246,247,173)

Color info

#F6F7AD contains mainly red and green colors. Web safe color of #F6F7AD is #FFFF99 (or #FF9).

RGB color model

#F6F7AD color RGB value is (246,247,173).

RGB: (246,247,173) (96%, 97%, 68%)

RGB channels and saturation

R 246 of 255 = 96%
G 247 of 255 = 97%
B 173 of 255 = 68%

246
247
173

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

Portions of RGB colors in percentages

R + G + B = 246 + 247 + 173 = 666 (100%)
R 246 of 666 ~ 36.94%
G 247 of 666 ~ 37.09%
B 173 of 666 ~ 25.98'%

%36.94
%37.09
%25.98

CMYK color model

#F6F7AD color CMYK value is (0,0,30,3).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 29.96%
  • key color value is 3.14%

CMYK: (0,0,30,3)
C0M0Y30K3 (0%, 0%, 30%, 3%)
(0.00 / 0.00 / 0.30 / 0.03)

CMYK percentages

%0.4
%0
%29.96
%3.14

Codes

Color #F6F7AD in popluar color models

F6 F7 AD
RGB 246 247 173
HSL 61° 82.22% 82.35%
HSB/HSV 61° 29.96% 96.86%
CMYK 0.40% 0.00% 29.96%
3.14%

Color #F6F7AD in popluar number systems.

HEX F6 F7 AD
Decimal 246 247 173
Binary 11110110 11110111 10101101
Octal 366 367 255

Shades and tints

Shades of #F6F7AD

#F6F7AD
(246,247,173)
#E0E19E
(224,225,158)
#CACB8F
(202,203,143)
#B4B580
(180,181,128)
#9E9F71
(158,159,113)
#888962
(136,137,98)
#727353
(114,115,83)
#5C5D44
(92,93,68)
#464735
(70,71,53)
#303126
(48,49,38)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #F6F7AD

#F6F7AD
(246,247,173)
#F6F7B4
(246,247,180)
#F6F7BB
(246,247,187)
#F6F7C2
(246,247,194)
#F6F7C9
(246,247,201)
#F6F7D0
(246,247,208)
#F6F7D7
(246,247,215)
#F6F7DE
(246,247,222)
#F6F7E5
(246,247,229)
#F6F7EC
(246,247,236)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F7AD; }

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

This text font color is #F6F7AD.

Background Color

.myBgColor { background-color: #F6F7AD; }

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

This div background color is #F6F7AD.

Border color

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

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

This div border color is #F6F7AD.

Opacity

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

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

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

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

This text has shadow with #F6F7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6F7AD.

Preview

Color preview on black background

This text has color #F6F7AD on black background.


Color preview on white background

This text has color #F6F7AD on white background.


Black color preview on #F6F7AD background

This text has black color on #F6F7AD background.


White color preview on #F6F7AD background

This text has white color on #F6F7AD background.


Related colors

Complementary color

Complementary color for #hex is #090852.


I love getcolorcode.com

Triadic colors

1 #ADF6F7 and #F7ADF6 with #F6F7AD are triadic colors.

2 #ADF7F6 and #F7F6AD with #F6F7AD are triadic colors.