COLOR #F6C7AD

HEX: #F6C7AD RGB: (246,199,173)

Color info

#F6C7AD contains mainly red and green colors. Web safe color of #F6C7AD is #FFCC99 (or #FC9).

RGB color model

#F6C7AD color RGB value is (246,199,173).

RGB: (246,199,173) (96%, 78%, 68%)

RGB channels and saturation

R 246 of 255 = 96%
G 199 of 255 = 78%
B 173 of 255 = 68%

246
199
173

R + G + B ~ 81%. #F6C7AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 199 + 173 = 618 (100%)
R 246 of 618 ~ 39.81%
G 199 of 618 ~ 32.2%
B 173 of 618 ~ 27.99'%

%39.81
%32.2
%27.99

CMYK color model

#F6C7AD color CMYK value is (0,19,30,4).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 29.67%
  • key color value is 3.53%

CMYK: (0,19,30,4)
C0M19Y30K4 (0%, 19%, 30%, 4%)
(0.00 / 0.19 / 0.30 / 0.04)

CMYK percentages

%0
%19.11
%29.67
%3.53

Codes

Color #F6C7AD in popluar color models

F6 C7 AD
RGB 246 199 173
HSL 21° 80.22% 82.16%
HSB/HSV 21° 29.67% 96.47%
CMYK 0.00% 19.11% 29.67%
3.53%

Color #F6C7AD in popluar number systems.

HEX F6 C7 AD
Decimal 246 199 173
Binary 11110110 11000111 10101101
Octal 366 307 255

Shades and tints

Shades of #F6C7AD

#F6C7AD
(246,199,173)
#E0B59E
(224,181,158)
#CAA38F
(202,163,143)
#B49180
(180,145,128)
#9E7F71
(158,127,113)
#886D62
(136,109,98)
#725B53
(114,91,83)
#5C4944
(92,73,68)
#463735
(70,55,53)
#302526
(48,37,38)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #F6C7AD

#F6C7AD
(246,199,173)
#F6CCB4
(246,204,180)
#F6D1BB
(246,209,187)
#F6D6C2
(246,214,194)
#F6DBC9
(246,219,201)
#F6E0D0
(246,224,208)
#F6E5D7
(246,229,215)
#F6EADE
(246,234,222)
#F6EFE5
(246,239,229)
#F6F4EC
(246,244,236)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C7AD; }

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

This text font color is #F6C7AD.

Background Color

.myBgColor { background-color: #F6C7AD; }

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

This div background color is #F6C7AD.

Border color

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

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

This div border color is #F6C7AD.

Opacity

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

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

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

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

This text has shadow with #F6C7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C7AD.

Preview

Color preview on black background

This text has color #F6C7AD on black background.


Color preview on white background

This text has color #F6C7AD on white background.


Black color preview on #F6C7AD background

This text has black color on #F6C7AD background.


White color preview on #F6C7AD background

This text has white color on #F6C7AD background.


Related colors

Complementary color

Complementary color for #hex is #093852.


I love getcolorcode.com

Triadic colors

1 #ADF6C7 and #C7ADF6 with #F6C7AD are triadic colors.

2 #ADC7F6 and #C7F6AD with #F6C7AD are triadic colors.