COLOR #F6D2AD

HEX: #F6D2AD
RGB: (246,210,173)

Renk bilgisi

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

RGB renk modeli

#F6D2AD color RGB value is (246,210,173).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 210 of 255 = 82%
B 173 of 255 = 68%

246
210
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 210 + 173 = 629 (100%)
R 246 of 629 ~ 39.11%
G 210 of 629 ~ 33.39%
B 173 of 629 ~ 27.5%

%39.11
%33.39
%27.5

CMYK RENK MODELİ

#F6D2AD rengi CMYK tonu (0,15,30,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.63%
  • sarı tonu 29.67%
  • ana renk tonu 3.53%
CMYK:
(0,15,30,4)
C0M15Y30K4 
(0%,15%,30%,4%)
(0.00/0.15/0.30/0.04)	

CMYK yüzdeleri

%0
%14.63
%29.67
%3.53

Codes

Color #F6D2AD in popluar color models

F6D2AD
RGB246210173
HSL30°80.22%82.16%
HSB/HSV30°29.67%96.47%
CMYK0.00%14.63%29.67%
3.53%

Color #F6D2AD in popluar number systems.

HEXF6D2AD
Decimal246210173
Binary111101101101001010101101
Octal366322255

Shades and tints

Shades of #F6D2AD

#F6D2AD
(246,210,173)
#E0BF9E
(224,191,158)
#CAAC8F
(202,172,143)
#B49980
(180,153,128)
#9E8671
(158,134,113)
#887362
(136,115,98)
#726053
(114,96,83)
#5C4D44
(92,77,68)
#463A35
(70,58,53)
#302726
(48,39,38)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #F6D2AD

#F6D2AD
(246,210,173)
#F6D6B4
(246,214,180)
#F6DABB
(246,218,187)
#F6DEC2
(246,222,194)
#F6E2C9
(246,226,201)
#F6E6D0
(246,230,208)
#F6EAD7
(246,234,215)
#F6EEDE
(246,238,222)
#F6F2E5
(246,242,229)
#F6F6EC
(246,246,236)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D2AD; }

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

This text font color is #F6D2AD.


Background Color

.myBgColor { background-color: #F6D2AD; }

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

This div background color is #F6D2AD.


Border color

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

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

This div border color is #F6D2AD.


Opacity

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

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

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

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

This text has shadow with #F6D2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D2AD on black background.


Color preview on white background

This text has color #F6D2AD on white background.



Black color preview on #F6D2AD background

This text has black color on #F6D2AD background.


White color preview on #F6D2AD background

This text has white color on #F6D2AD background.