COLOR #F6DDBA

HEX: #F6DDBA
RGB: (246,221,186)

Renk bilgisi

#F6DDBA contains mainly red and green colors. #F6DDBA ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F6DDBA color RGB value is (246,221,186).

  • kırmız ton 246;
  • yeşil ton 221;
  • mavi ton 186.
RGB:
(246,221,186)
(96%,87%,73%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 221 of 255 = 87%
B 186 of 255 = 73%

246
221
186

R + G + B ~ 85%. #F6DDBA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 221 + 186 = 653 (100%)
R 246 of 653 ~ 37.67%
G 221 of 653 ~ 33.84%
B 186 of 653 ~ 28.48%

%37.67
%33.84
%28.48

CMYK RENK MODELİ

#F6DDBA rengi CMYK tonu (0,10,24,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.16%
  • sarı tonu 24.39%
  • ana renk tonu 3.53%
CMYK:
(0,10,24,4)
C0M10Y24K4 
(0%,10%,24%,4%)
(0.00/0.10/0.24/0.04)	

CMYK yüzdeleri

%0
%10.16
%24.39
%3.53

Codes

Color #F6DDBA in popluar color models

F6DDBA
RGB246221186
HSL35°76.92%84.71%
HSB/HSV35°24.39%96.47%
CMYK0.00%10.16%24.39%
3.53%

Color #F6DDBA in popluar number systems.

HEXF6DDBA
Decimal246221186
Binary111101101101110110111010
Octal366335272

Shades and tints

Shades of #F6DDBA

#F6DDBA
(246,221,186)
#E0C9AA
(224,201,170)
#CAB59A
(202,181,154)
#B4A18A
(180,161,138)
#9E8D7A
(158,141,122)
#88796A
(136,121,106)
#72655A
(114,101,90)
#5C514A
(92,81,74)
#463D3A
(70,61,58)
#30292A
(48,41,42)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #F6DDBA

#F6DDBA
(246,221,186)
#F6E0C0
(246,224,192)
#F6E3C6
(246,227,198)
#F6E6CC
(246,230,204)
#F6E9D2
(246,233,210)
#F6ECD8
(246,236,216)
#F6EFDE
(246,239,222)
#F6F2E4
(246,242,228)
#F6F5EA
(246,245,234)
#F6F8F0
(246,248,240)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DDBA; }

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

This text font color is #F6DDBA.


Background Color

.myBgColor { background-color: #F6DDBA; }

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

This div background color is #F6DDBA.


Border color

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

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

This div border color is #F6DDBA.


Opacity

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

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

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

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

This text has shadow with #F6DDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DDBA on black background.


Color preview on white background

This text has color #F6DDBA on white background.



Black color preview on #F6DDBA background

This text has black color on #F6DDBA background.


White color preview on #F6DDBA background

This text has white color on #F6DDBA background.