COLOR #F6EDBF

HEX: #F6EDBF
RGB: (246,237,191)

Renk bilgisi

#F6EDBF contains red, green and blue colors in about the same proportion. #F6EDBF ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#F6EDBF color RGB value is (246,237,191).

  • kırmız ton 246;
  • yeşil ton 237;
  • mavi ton 191.
RGB:
(246,237,191)
(96%,93%,75%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 237 of 255 = 93%
B 191 of 255 = 75%

246
237
191

R + G + B ~ 88%. #F6EDBF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 237 + 191 = 674 (100%)
R 246 of 674 ~ 36.5%
G 237 of 674 ~ 35.16%
B 191 of 674 ~ 28.34%

%36.5
%35.16
%28.34

CMYK RENK MODELİ

#F6EDBF rengi CMYK tonu (0,4,22,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.66%
  • sarı tonu 22.36%
  • ana renk tonu 3.53%
CMYK:
(0,4,22,4)
C0M4Y22K4 
(0%,4%,22%,4%)
(0.00/0.04/0.22/0.04)	

CMYK yüzdeleri

%0
%3.66
%22.36
%3.53

Codes

Color #F6EDBF in popluar color models

F6EDBF
RGB246237191
HSL50°75.34%85.69%
HSB/HSV50°22.36%96.47%
CMYK0.00%3.66%22.36%
3.53%

Color #F6EDBF in popluar number systems.

HEXF6EDBF
Decimal246237191
Binary111101101110110110111111
Octal366355277

Shades and tints

Shades of #F6EDBF

#F6EDBF
(246,237,191)
#E0D8AE
(224,216,174)
#CAC39D
(202,195,157)
#B4AE8C
(180,174,140)
#9E997B
(158,153,123)
#88846A
(136,132,106)
#726F59
(114,111,89)
#5C5A48
(92,90,72)
#464537
(70,69,55)
#303026
(48,48,38)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #F6EDBF

#F6EDBF
(246,237,191)
#F6EEC4
(246,238,196)
#F6EFC9
(246,239,201)
#F6F0CE
(246,240,206)
#F6F1D3
(246,241,211)
#F6F2D8
(246,242,216)
#F6F3DD
(246,243,221)
#F6F4E2
(246,244,226)
#F6F5E7
(246,245,231)
#F6F6EC
(246,246,236)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EDBF color. Also use rgb(246,237,191) instead hex code.

Text Font Color

.myTextColor { color: #F6EDBF; }

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

This text font color is #F6EDBF.


Background Color

.myBgColor { background-color: #F6EDBF; }

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

This div background color is #F6EDBF.


Border color

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

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

This div border color is #F6EDBF.


Opacity

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

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

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

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

This text has shadow with #F6EDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EDBF on black background.


Color preview on white background

This text has color #F6EDBF on white background.



Black color preview on #F6EDBF background

This text has black color on #F6EDBF background.


White color preview on #F6EDBF background

This text has white color on #F6EDBF background.