COLOR #EDF9EB

HEX: #EDF9EB
RGB: (237,249,235)

Renk bilgisi

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

RGB renk modeli

#EDF9EB color RGB value is (237,249,235).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 249 of 255 = 98%
B 235 of 255 = 92%

237
249
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 249 + 235 = 721 (100%)
R 237 of 721 ~ 32.87%
G 249 of 721 ~ 34.54%
B 235 of 721 ~ 32.59%

%32.87
%34.54
%32.59

CMYK RENK MODELİ

#EDF9EB rengi CMYK tonu (5,0,6,2).

  • camgöbeği tonu 4.82%
  • eflatun tonu 0.00%
  • sarı tonu 5.62%
  • ana renk tonu 2.35%
CMYK:
(5,0,6,2)
C5M0Y6K2 
(5%,0%,6%,2%)
(0.05/0.00/0.06/0.02)	

CMYK yüzdeleri

%4.82
%0
%5.62
%2.35

Codes

Color #EDF9EB in popluar color models

EDF9EB
RGB237249235
HSL111°53.85%94.90%
HSB/HSV111°5.62%97.65%
CMYK4.82%0.00%5.62%
2.35%

Color #EDF9EB in popluar number systems.

HEXEDF9EB
Decimal237249235
Binary111011011111100111101011
Octal355371353

Shades and tints

Shades of #EDF9EB

#EDF9EB
(237,249,235)
#D8E3D6
(216,227,214)
#C3CDC1
(195,205,193)
#AEB7AC
(174,183,172)
#99A197
(153,161,151)
#848B82
(132,139,130)
#6F756D
(111,117,109)
#5A5F58
(90,95,88)
#454943
(69,73,67)
#30332E
(48,51,46)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #EDF9EB

#EDF9EB
(237,249,235)
#EEF9EC
(238,249,236)
#EFF9ED
(239,249,237)
#F0F9EE
(240,249,238)
#F1F9EF
(241,249,239)
#F2F9F0
(242,249,240)
#F3F9F1
(243,249,241)
#F4F9F2
(244,249,242)
#F5F9F3
(245,249,243)
#F6F9F4
(246,249,244)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF9EB; }

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

This text font color is #EDF9EB.


Background Color

.myBgColor { background-color: #EDF9EB; }

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

This div background color is #EDF9EB.


Border color

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

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

This div border color is #EDF9EB.


Opacity

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

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

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

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

This text has shadow with #EDF9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF9EB on black background.


Color preview on white background

This text has color #EDF9EB on white background.



Black color preview on #EDF9EB background

This text has black color on #EDF9EB background.


White color preview on #EDF9EB background

This text has white color on #EDF9EB background.