COLOR #EDF5EC

HEX: #EDF5EC
RGB: (237,245,236)

Renk bilgisi

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

RGB renk modeli

#EDF5EC color RGB value is (237,245,236).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 245 of 255 = 96%
B 236 of 255 = 93%

237
245
236

R + G + B ~ 94%. #EDF5EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 245 + 236 = 718 (100%)
R 237 of 718 ~ 33.01%
G 245 of 718 ~ 34.12%
B 236 of 718 ~ 32.87%

%33.01
%34.12
%32.87

CMYK RENK MODELİ

#EDF5EC rengi CMYK tonu (3,0,4,4).

  • camgöbeği tonu 3.27%
  • eflatun tonu 0.00%
  • sarı tonu 3.67%
  • ana renk tonu 3.92%
CMYK:
(3,0,4,4)
C3M0Y4K4 
(3%,0%,4%,4%)
(0.03/0.00/0.04/0.04)	

CMYK yüzdeleri

%3.27
%0
%3.67
%3.92

Codes

Color #EDF5EC in popluar color models

EDF5EC
RGB237245236
HSL113°31.03%94.31%
HSB/HSV113°3.67%96.08%
CMYK3.27%0.00%3.67%
3.92%

Color #EDF5EC in popluar number systems.

HEXEDF5EC
Decimal237245236
Binary111011011111010111101100
Octal355365354

Shades and tints

Shades of #EDF5EC

#EDF5EC
(237,245,236)
#D8DFD7
(216,223,215)
#C3C9C2
(195,201,194)
#AEB3AD
(174,179,173)
#999D98
(153,157,152)
#848783
(132,135,131)
#6F716E
(111,113,110)
#5A5B59
(90,91,89)
#454544
(69,69,68)
#302F2F
(48,47,47)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #EDF5EC

#EDF5EC
(237,245,236)
#EEF5ED
(238,245,237)
#EFF5EE
(239,245,238)
#F0F5EF
(240,245,239)
#F1F5F0
(241,245,240)
#F2F5F1
(242,245,241)
#F3F5F2
(243,245,242)
#F4F5F3
(244,245,243)
#F5F5F4
(245,245,244)
#F6F5F5
(246,245,245)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF5EC color. Also use rgb(237,245,236) instead hex code.

Text Font Color

.myTextColor { color: #EDF5EC; }

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

This text font color is #EDF5EC.


Background Color

.myBgColor { background-color: #EDF5EC; }

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

This div background color is #EDF5EC.


Border color

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

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

This div border color is #EDF5EC.


Opacity

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

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

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

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

This text has shadow with #EDF5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF5EC on black background.


Color preview on white background

This text has color #EDF5EC on white background.



Black color preview on #EDF5EC background

This text has black color on #EDF5EC background.


White color preview on #EDF5EC background

This text has white color on #EDF5EC background.