COLOR #EDF0E7

HEX: #EDF0E7
RGB: (237,240,231)

Renk bilgisi

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

RGB renk modeli

#EDF0E7 color RGB value is (237,240,231).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 240 of 255 = 94%
B 231 of 255 = 91%

237
240
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 240 + 231 = 708 (100%)
R 237 of 708 ~ 33.47%
G 240 of 708 ~ 33.9%
B 231 of 708 ~ 32.63%

%33.47
%33.9
%32.63

CMYK RENK MODELİ

#EDF0E7 rengi CMYK tonu (1,0,4,6).

  • camgöbeği tonu 1.25%
  • eflatun tonu 0.00%
  • sarı tonu 3.75%
  • ana renk tonu 5.88%
CMYK:
(1,0,4,6)
C1M0Y4K6 
(1%,0%,4%,6%)
(0.01/0.00/0.04/0.06)	

CMYK yüzdeleri

%1.25
%0
%3.75
%5.88

Codes

Color #EDF0E7 in popluar color models

EDF0E7
RGB237240231
HSL80°23.08%92.35%
HSB/HSV80°3.75%94.12%
CMYK1.25%0.00%3.75%
5.88%

Color #EDF0E7 in popluar number systems.

HEXEDF0E7
Decimal237240231
Binary111011011111000011100111
Octal355360347

Shades and tints

Shades of #EDF0E7

#EDF0E7
(237,240,231)
#D8DBD2
(216,219,210)
#C3C6BD
(195,198,189)
#AEB1A8
(174,177,168)
#999C93
(153,156,147)
#84877E
(132,135,126)
#6F7269
(111,114,105)
#5A5D54
(90,93,84)
#45483F
(69,72,63)
#30332A
(48,51,42)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #EDF0E7

#EDF0E7
(237,240,231)
#EEF1E9
(238,241,233)
#EFF2EB
(239,242,235)
#F0F3ED
(240,243,237)
#F1F4EF
(241,244,239)
#F2F5F1
(242,245,241)
#F3F6F3
(243,246,243)
#F4F7F5
(244,247,245)
#F5F8F7
(245,248,247)
#F6F9F9
(246,249,249)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF0E7; }

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

This text font color is #EDF0E7.


Background Color

.myBgColor { background-color: #EDF0E7; }

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

This div background color is #EDF0E7.


Border color

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

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

This div border color is #EDF0E7.


Opacity

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

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

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

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

This text has shadow with #EDF0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF0E7 on black background.


Color preview on white background

This text has color #EDF0E7 on white background.



Black color preview on #EDF0E7 background

This text has black color on #EDF0E7 background.


White color preview on #EDF0E7 background

This text has white color on #EDF0E7 background.