COLOR #F3F6D5

HEX: #F3F6D5
RGB: (243,246,213)

Renk bilgisi

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

RGB renk modeli

#F3F6D5 color RGB value is (243,246,213).

  • kırmız ton 243;
  • yeşil ton 246;
  • mavi ton 213.
RGB:
(243,246,213)
(95%,96%,84%)

RGB bağlantıları ve doygunluk

R 243 of 255 = 95%
G 246 of 255 = 96%
B 213 of 255 = 84%

243
246
213

R + G + B ~ 92%. #F3F6D5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
243 + 246 + 213 = 702 (100%)
R 243 of 702 ~ 34.62%
G 246 of 702 ~ 35.04%
B 213 of 702 ~ 30.34%

%34.62
%35.04
%30.34

CMYK RENK MODELİ

#F3F6D5 rengi CMYK tonu (1,0,13,4).

  • camgöbeği tonu 1.22%
  • eflatun tonu 0.00%
  • sarı tonu 13.41%
  • ana renk tonu 3.53%
CMYK:
(1,0,13,4)
C1M0Y13K4 
(1%,0%,13%,4%)
(0.01/0.00/0.13/0.04)	

CMYK yüzdeleri

%1.22
%0
%13.41
%3.53

Codes

Color #F3F6D5 in popluar color models

F3F6D5
RGB243246213
HSL65°64.71%90.00%
HSB/HSV65°13.41%96.47%
CMYK1.22%0.00%13.41%
3.53%

Color #F3F6D5 in popluar number systems.

HEXF3F6D5
Decimal243246213
Binary111100111111011011010101
Octal363366325

Shades and tints

Shades of #F3F6D5

#F3F6D5
(243,246,213)
#DDE0C2
(221,224,194)
#C7CAAF
(199,202,175)
#B1B49C
(177,180,156)
#9B9E89
(155,158,137)
#858876
(133,136,118)
#6F7263
(111,114,99)
#595C50
(89,92,80)
#43463D
(67,70,61)
#2D302A
(45,48,42)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #F3F6D5

#F3F6D5
(243,246,213)
#F4F6D8
(244,246,216)
#F5F6DB
(245,246,219)
#F6F6DE
(246,246,222)
#F7F6E1
(247,246,225)
#F8F6E4
(248,246,228)
#F9F6E7
(249,246,231)
#FAF6EA
(250,246,234)
#FBF6ED
(251,246,237)
#FCF6F0
(252,246,240)
#FDF6F3
(253,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3F6D5 color. Also use rgb(243,246,213) instead hex code.

Text Font Color

.myTextColor { color: #F3F6D5; }

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

This text font color is #F3F6D5.


Background Color

.myBgColor { background-color: #F3F6D5; }

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

This div background color is #F3F6D5.


Border color

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

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

This div border color is #F3F6D5.


Opacity

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

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

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

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

This text has shadow with #F3F6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F6D5 on black background.


Color preview on white background

This text has color #F3F6D5 on white background.



Black color preview on #F3F6D5 background

This text has black color on #F3F6D5 background.


White color preview on #F3F6D5 background

This text has white color on #F3F6D5 background.