COLOR #EDF2E0

HEX: #EDF2E0
RGB: (237,242,224)

Renk bilgisi

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

RGB renk modeli

#EDF2E0 color RGB value is (237,242,224).

  • kırmız ton 237;
  • yeşil ton 242;
  • mavi ton 224.
RGB:
(237,242,224)
(93%,95%,88%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 242 of 255 = 95%
B 224 of 255 = 88%

237
242
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 242 + 224 = 703 (100%)
R 237 of 703 ~ 33.71%
G 242 of 703 ~ 34.42%
B 224 of 703 ~ 31.86%

%33.71
%34.42
%31.86

CMYK RENK MODELİ

#EDF2E0 rengi CMYK tonu (2,0,7,5).

  • camgöbeği tonu 2.07%
  • eflatun tonu 0.00%
  • sarı tonu 7.44%
  • ana renk tonu 5.10%
CMYK:
(2,0,7,5)
C2M0Y7K5 
(2%,0%,7%,5%)
(0.02/0.00/0.07/0.05)	

CMYK yüzdeleri

%2.07
%0
%7.44
%5.1

Codes

Color #EDF2E0 in popluar color models

EDF2E0
RGB237242224
HSL77°40.91%91.37%
HSB/HSV77°7.44%94.90%
CMYK2.07%0.00%7.44%
5.10%

Color #EDF2E0 in popluar number systems.

HEXEDF2E0
Decimal237242224
Binary111011011111001011100000
Octal355362340

Shades and tints

Shades of #EDF2E0

#EDF2E0
(237,242,224)
#D8DCCC
(216,220,204)
#C3C6B8
(195,198,184)
#AEB0A4
(174,176,164)
#999A90
(153,154,144)
#84847C
(132,132,124)
#6F6E68
(111,110,104)
#5A5854
(90,88,84)
#454240
(69,66,64)
#302C2C
(48,44,44)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #EDF2E0

#EDF2E0
(237,242,224)
#EEF3E2
(238,243,226)
#EFF4E4
(239,244,228)
#F0F5E6
(240,245,230)
#F1F6E8
(241,246,232)
#F2F7EA
(242,247,234)
#F3F8EC
(243,248,236)
#F4F9EE
(244,249,238)
#F5FAF0
(245,250,240)
#F6FBF2
(246,251,242)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF2E0 color. Also use rgb(237,242,224) instead hex code.

Text Font Color

.myTextColor { color: #EDF2E0; }

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

This text font color is #EDF2E0.


Background Color

.myBgColor { background-color: #EDF2E0; }

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

This div background color is #EDF2E0.


Border color

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

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

This div border color is #EDF2E0.


Opacity

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

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

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

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

This text has shadow with #EDF2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2E0 on black background.


Color preview on white background

This text has color #EDF2E0 on white background.



Black color preview on #EDF2E0 background

This text has black color on #EDF2E0 background.


White color preview on #EDF2E0 background

This text has white color on #EDF2E0 background.