COLOR #F6EDD2

HEX: #F6EDD2
RGB: (246,237,210)

Renk bilgisi

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

RGB renk modeli

#F6EDD2 color RGB value is (246,237,210).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 237 of 255 = 93%
B 210 of 255 = 82%

246
237
210

R + G + B ~ 90%. #F6EDD2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 237 + 210 = 693 (100%)
R 246 of 693 ~ 35.5%
G 237 of 693 ~ 34.2%
B 210 of 693 ~ 30.3%

%35.5
%34.2
%30.3

CMYK RENK MODELİ

#F6EDD2 rengi CMYK tonu (0,4,15,4).

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

CMYK yüzdeleri

%0
%3.66
%14.63
%3.53

Codes

Color #F6EDD2 in popluar color models

F6EDD2
RGB246237210
HSL45°66.67%89.41%
HSB/HSV45°14.63%96.47%
CMYK0.00%3.66%14.63%
3.53%

Color #F6EDD2 in popluar number systems.

HEXF6EDD2
Decimal246237210
Binary111101101110110111010010
Octal366355322

Shades and tints

Shades of #F6EDD2

#F6EDD2
(246,237,210)
#E0D8BF
(224,216,191)
#CAC3AC
(202,195,172)
#B4AE99
(180,174,153)
#9E9986
(158,153,134)
#888473
(136,132,115)
#726F60
(114,111,96)
#5C5A4D
(92,90,77)
#46453A
(70,69,58)
#303027
(48,48,39)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #F6EDD2

#F6EDD2
(246,237,210)
#F6EED6
(246,238,214)
#F6EFDA
(246,239,218)
#F6F0DE
(246,240,222)
#F6F1E2
(246,241,226)
#F6F2E6
(246,242,230)
#F6F3EA
(246,243,234)
#F6F4EE
(246,244,238)
#F6F5F2
(246,245,242)
#F6F6F6
(246,246,246)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EDD2; }

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

This text font color is #F6EDD2.


Background Color

.myBgColor { background-color: #F6EDD2; }

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

This div background color is #F6EDD2.


Border color

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

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

This div border color is #F6EDD2.


Opacity

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

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

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

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

This text has shadow with #F6EDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EDD2 on black background.


Color preview on white background

This text has color #F6EDD2 on white background.



Black color preview on #F6EDD2 background

This text has black color on #F6EDD2 background.


White color preview on #F6EDD2 background

This text has white color on #F6EDD2 background.