COLOR #EDF4EB

HEX: #EDF4EB
RGB: (237,244,235)

Renk bilgisi

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

RGB renk modeli

#EDF4EB color RGB value is (237,244,235).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 244 of 255 = 96%
B 235 of 255 = 92%

237
244
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 244 + 235 = 716 (100%)
R 237 of 716 ~ 33.1%
G 244 of 716 ~ 34.08%
B 235 of 716 ~ 32.82%

%33.1
%34.08
%32.82

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%2.87
%0
%3.69
%4.31

Codes

Color #EDF4EB in popluar color models

EDF4EB
RGB237244235
HSL107°29.03%93.92%
HSB/HSV107°3.69%95.69%
CMYK2.87%0.00%3.69%
4.31%

Color #EDF4EB in popluar number systems.

HEXEDF4EB
Decimal237244235
Binary111011011111010011101011
Octal355364353

Shades and tints

Shades of #EDF4EB

#EDF4EB
(237,244,235)
#D8DED6
(216,222,214)
#C3C8C1
(195,200,193)
#AEB2AC
(174,178,172)
#999C97
(153,156,151)
#848682
(132,134,130)
#6F706D
(111,112,109)
#5A5A58
(90,90,88)
#454443
(69,68,67)
#302E2E
(48,46,46)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #EDF4EB

#EDF4EB
(237,244,235)
#EEF5EC
(238,245,236)
#EFF6ED
(239,246,237)
#F0F7EE
(240,247,238)
#F1F8EF
(241,248,239)
#F2F9F0
(242,249,240)
#F3FAF1
(243,250,241)
#F4FBF2
(244,251,242)
#F5FCF3
(245,252,243)
#F6FDF4
(246,253,244)
#F7FEF5
(247,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF4EB color. Also use rgb(237,244,235) instead hex code.

Text Font Color

.myTextColor { color: #EDF4EB; }

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

This text font color is #EDF4EB.


Background Color

.myBgColor { background-color: #EDF4EB; }

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

This div background color is #EDF4EB.


Border color

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

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

This div border color is #EDF4EB.


Opacity

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

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

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

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

This text has shadow with #EDF4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF4EB on black background.


Color preview on white background

This text has color #EDF4EB on white background.



Black color preview on #EDF4EB background

This text has black color on #EDF4EB background.


White color preview on #EDF4EB background

This text has white color on #EDF4EB background.