COLOR #F6D1AE

HEX: #F6D1AE
RGB: (246,209,174)

Renk bilgisi

#F6D1AE contains mainly red and green colors. #F6D1AE ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F6D1AE color RGB value is (246,209,174).

  • kırmız ton 246;
  • yeşil ton 209;
  • mavi ton 174.
RGB:
(246,209,174)
(96%,82%,68%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 209 of 255 = 82%
B 174 of 255 = 68%

246
209
174

R + G + B ~ 82%. #F6D1AE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 209 + 174 = 629 (100%)
R 246 of 629 ~ 39.11%
G 209 of 629 ~ 33.23%
B 174 of 629 ~ 27.66%

%39.11
%33.23
%27.66

CMYK RENK MODELİ

#F6D1AE rengi CMYK tonu (0,15,29,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.04%
  • sarı tonu 29.27%
  • ana renk tonu 3.53%
CMYK:
(0,15,29,4)
C0M15Y29K4 
(0%,15%,29%,4%)
(0.00/0.15/0.29/0.04)	

CMYK yüzdeleri

%0
%15.04
%29.27
%3.53

Codes

Color #F6D1AE in popluar color models

F6D1AE
RGB246209174
HSL29°80.00%82.35%
HSB/HSV29°29.27%96.47%
CMYK0.00%15.04%29.27%
3.53%

Color #F6D1AE in popluar number systems.

HEXF6D1AE
Decimal246209174
Binary111101101101000110101110
Octal366321256

Shades and tints

Shades of #F6D1AE

#F6D1AE
(246,209,174)
#E0BE9F
(224,190,159)
#CAAB90
(202,171,144)
#B49881
(180,152,129)
#9E8572
(158,133,114)
#887263
(136,114,99)
#725F54
(114,95,84)
#5C4C45
(92,76,69)
#463936
(70,57,54)
#302627
(48,38,39)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #F6D1AE

#F6D1AE
(246,209,174)
#F6D5B5
(246,213,181)
#F6D9BC
(246,217,188)
#F6DDC3
(246,221,195)
#F6E1CA
(246,225,202)
#F6E5D1
(246,229,209)
#F6E9D8
(246,233,216)
#F6EDDF
(246,237,223)
#F6F1E6
(246,241,230)
#F6F5ED
(246,245,237)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D1AE; }

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

This text font color is #F6D1AE.


Background Color

.myBgColor { background-color: #F6D1AE; }

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

This div background color is #F6D1AE.


Border color

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

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

This div border color is #F6D1AE.


Opacity

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

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

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

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

This text has shadow with #F6D1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D1AE on black background.


Color preview on white background

This text has color #F6D1AE on white background.



Black color preview on #F6D1AE background

This text has black color on #F6D1AE background.


White color preview on #F6D1AE background

This text has white color on #F6D1AE background.