COLOR #EDF0EC

HEX: #EDF0EC
RGB: (237,240,236)

Renk bilgisi

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

RGB renk modeli

#EDF0EC color RGB value is (237,240,236).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 240 of 255 = 94%
B 236 of 255 = 93%

237
240
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 240 + 236 = 713 (100%)
R 237 of 713 ~ 33.24%
G 240 of 713 ~ 33.66%
B 236 of 713 ~ 33.1%

%33.24
%33.66
%33.1

CMYK RENK MODELİ

#EDF0EC rengi CMYK tonu (1,0,2,6).

  • camgöbeği tonu 1.25%
  • eflatun tonu 0.00%
  • sarı tonu 1.67%
  • ana renk tonu 5.88%
CMYK:
(1,0,2,6)
C1M0Y2K6 
(1%,0%,2%,6%)
(0.01/0.00/0.02/0.06)	

CMYK yüzdeleri

%1.25
%0
%1.67
%5.88

Codes

Color #EDF0EC in popluar color models

EDF0EC
RGB237240236
HSL105°11.76%93.33%
HSB/HSV105°1.67%94.12%
CMYK1.25%0.00%1.67%
5.88%

Color #EDF0EC in popluar number systems.

HEXEDF0EC
Decimal237240236
Binary111011011111000011101100
Octal355360354

Shades and tints

Shades of #EDF0EC

#EDF0EC
(237,240,236)
#D8DBD7
(216,219,215)
#C3C6C2
(195,198,194)
#AEB1AD
(174,177,173)
#999C98
(153,156,152)
#848783
(132,135,131)
#6F726E
(111,114,110)
#5A5D59
(90,93,89)
#454844
(69,72,68)
#30332F
(48,51,47)
#1B1E1A
(27,30,26)
#000000
(0,0,0)

Tints of #EDF0EC

#EDF0EC
(237,240,236)
#EEF1ED
(238,241,237)
#EFF2EE
(239,242,238)
#F0F3EF
(240,243,239)
#F1F4F0
(241,244,240)
#F2F5F1
(242,245,241)
#F3F6F2
(243,246,242)
#F4F7F3
(244,247,243)
#F5F8F4
(245,248,244)
#F6F9F5
(246,249,245)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF0EC; }

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

This text font color is #EDF0EC.


Background Color

.myBgColor { background-color: #EDF0EC; }

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

This div background color is #EDF0EC.


Border color

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

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

This div border color is #EDF0EC.


Opacity

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

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

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

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

This text has shadow with #EDF0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF0EC on black background.


Color preview on white background

This text has color #EDF0EC on white background.



Black color preview on #EDF0EC background

This text has black color on #EDF0EC background.


White color preview on #EDF0EC background

This text has white color on #EDF0EC background.