COLOR #EDF1D1

HEX: #EDF1D1
RGB: (237,241,209)

Renk bilgisi

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

RGB renk modeli

#EDF1D1 color RGB value is (237,241,209).

  • kırmız ton 237;
  • yeşil ton 241;
  • mavi ton 209.
RGB:
(237,241,209)
(93%,95%,82%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 241 of 255 = 95%
B 209 of 255 = 82%

237
241
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 241 + 209 = 687 (100%)
R 237 of 687 ~ 34.5%
G 241 of 687 ~ 35.08%
B 209 of 687 ~ 30.42%

%34.5
%35.08
%30.42

CMYK RENK MODELİ

#EDF1D1 rengi CMYK tonu (2,0,13,5).

  • camgöbeği tonu 1.66%
  • eflatun tonu 0.00%
  • sarı tonu 13.28%
  • ana renk tonu 5.49%
CMYK:
(2,0,13,5)
C2M0Y13K5 
(2%,0%,13%,5%)
(0.02/0.00/0.13/0.05)	

CMYK yüzdeleri

%1.66
%0
%13.28
%5.49

Codes

Color #EDF1D1 in popluar color models

EDF1D1
RGB237241209
HSL68°53.33%88.24%
HSB/HSV68°13.28%94.51%
CMYK1.66%0.00%13.28%
5.49%

Color #EDF1D1 in popluar number systems.

HEXEDF1D1
Decimal237241209
Binary111011011111000111010001
Octal355361321

Shades and tints

Shades of #EDF1D1

#EDF1D1
(237,241,209)
#D8DCBE
(216,220,190)
#C3C7AB
(195,199,171)
#AEB298
(174,178,152)
#999D85
(153,157,133)
#848872
(132,136,114)
#6F735F
(111,115,95)
#5A5E4C
(90,94,76)
#454939
(69,73,57)
#303426
(48,52,38)
#1B1F13
(27,31,19)
#000000
(0,0,0)

Tints of #EDF1D1

#EDF1D1
(237,241,209)
#EEF2D5
(238,242,213)
#EFF3D9
(239,243,217)
#F0F4DD
(240,244,221)
#F1F5E1
(241,245,225)
#F2F6E5
(242,246,229)
#F3F7E9
(243,247,233)
#F4F8ED
(244,248,237)
#F5F9F1
(245,249,241)
#F6FAF5
(246,250,245)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF1D1 color. Also use rgb(237,241,209) instead hex code.

Text Font Color

.myTextColor { color: #EDF1D1; }

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

This text font color is #EDF1D1.


Background Color

.myBgColor { background-color: #EDF1D1; }

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

This div background color is #EDF1D1.


Border color

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

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

This div border color is #EDF1D1.


Opacity

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

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

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

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

This text has shadow with #EDF1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF1D1 on black background.


Color preview on white background

This text has color #EDF1D1 on white background.



Black color preview on #EDF1D1 background

This text has black color on #EDF1D1 background.


White color preview on #EDF1D1 background

This text has white color on #EDF1D1 background.