COLOR #F3EDE5

HEX: #F3EDE5
RGB: (243,237,229)

Renk bilgisi

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

RGB renk modeli

#F3EDE5 color RGB value is (243,237,229).

  • kırmız ton 243;
  • yeşil ton 237;
  • mavi ton 229.
RGB:
(243,237,229)
(95%,93%,90%)

RGB bağlantıları ve doygunluk

R 243 of 255 = 95%
G 237 of 255 = 93%
B 229 of 255 = 90%

243
237
229

R + G + B ~ 93%. #F3EDE5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
243 + 237 + 229 = 709 (100%)
R 243 of 709 ~ 34.27%
G 237 of 709 ~ 33.43%
B 229 of 709 ~ 32.3%

%34.27
%33.43
%32.3

CMYK RENK MODELİ

#F3EDE5 rengi CMYK tonu (0,2,6,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.47%
  • sarı tonu 5.76%
  • ana renk tonu 4.71%
CMYK:
(0,2,6,5)
C0M2Y6K5 
(0%,2%,6%,5%)
(0.00/0.02/0.06/0.05)	

CMYK yüzdeleri

%0
%2.47
%5.76
%4.71

Codes

Color #F3EDE5 in popluar color models

F3EDE5
RGB243237229
HSL34°36.84%92.55%
HSB/HSV34°5.76%95.29%
CMYK0.00%2.47%5.76%
4.71%

Color #F3EDE5 in popluar number systems.

HEXF3EDE5
Decimal243237229
Binary111100111110110111100101
Octal363355345

Shades and tints

Shades of #F3EDE5

#F3EDE5
(243,237,229)
#DDD8D1
(221,216,209)
#C7C3BD
(199,195,189)
#B1AEA9
(177,174,169)
#9B9995
(155,153,149)
#858481
(133,132,129)
#6F6F6D
(111,111,109)
#595A59
(89,90,89)
#434545
(67,69,69)
#2D3031
(45,48,49)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #F3EDE5

#F3EDE5
(243,237,229)
#F4EEE7
(244,238,231)
#F5EFE9
(245,239,233)
#F6F0EB
(246,240,235)
#F7F1ED
(247,241,237)
#F8F2EF
(248,242,239)
#F9F3F1
(249,243,241)
#FAF4F3
(250,244,243)
#FBF5F5
(251,245,245)
#FCF6F7
(252,246,247)
#FDF7F9
(253,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3EDE5 color. Also use rgb(243,237,229) instead hex code.

Text Font Color

.myTextColor { color: #F3EDE5; }

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

This text font color is #F3EDE5.


Background Color

.myBgColor { background-color: #F3EDE5; }

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

This div background color is #F3EDE5.


Border color

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

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

This div border color is #F3EDE5.


Opacity

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

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

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

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

This text has shadow with #F3EDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3EDE5 on black background.


Color preview on white background

This text has color #F3EDE5 on white background.



Black color preview on #F3EDE5 background

This text has black color on #F3EDE5 background.


White color preview on #F3EDE5 background

This text has white color on #F3EDE5 background.