COLOR #EDFFEB

HEX: #EDFFEB
RGB: (237,255,235)

Renk bilgisi

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

RGB renk modeli

#EDFFEB color RGB value is (237,255,235).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 255 of 255 = 100%
B 235 of 255 = 92%

237
255
235

R + G + B ~ 95%. #EDFFEB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 255 + 235 = 727 (100%)
R 237 of 727 ~ 32.6%
G 255 of 727 ~ 35.08%
B 235 of 727 ~ 32.32%

%32.6
%35.08
%32.32

CMYK RENK MODELİ

#EDFFEB rengi CMYK tonu (7,0,8,0).

  • camgöbeği tonu 7.06%
  • eflatun tonu 0.00%
  • sarı tonu 7.84%
  • ana renk tonu 0.00%
CMYK:
(7,0,8,0)
C7M0Y8K0 
(7%,0%,8%,0%)
(0.07/0.00/0.08/0.00)	

CMYK yüzdeleri

%7.06
%0
%7.84
%0

Codes

Color #EDFFEB in popluar color models

EDFFEB
RGB237255235
HSL114°100.00%96.08%
HSB/HSV114°7.84%100.00%
CMYK7.06%0.00%7.84%
0.00%

Color #EDFFEB in popluar number systems.

HEXEDFFEB
Decimal237255235
Binary111011011111111111101011
Octal355377353

Shades and tints

Shades of #EDFFEB

#EDFFEB
(237,255,235)
#D8E8D6
(216,232,214)
#C3D1C1
(195,209,193)
#AEBAAC
(174,186,172)
#99A397
(153,163,151)
#848C82
(132,140,130)
#6F756D
(111,117,109)
#5A5E58
(90,94,88)
#454743
(69,71,67)
#30302E
(48,48,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDFFEB

#EDFFEB
(237,255,235)
#EEFFEC
(238,255,236)
#EFFFED
(239,255,237)
#F0FFEE
(240,255,238)
#F1FFEF
(241,255,239)
#F2FFF0
(242,255,240)
#F3FFF1
(243,255,241)
#F4FFF2
(244,255,242)
#F5FFF3
(245,255,243)
#F6FFF4
(246,255,244)
#F7FFF5
(247,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFFEB; }

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

This text font color is #EDFFEB.


Background Color

.myBgColor { background-color: #EDFFEB; }

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

This div background color is #EDFFEB.


Border color

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

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

This div border color is #EDFFEB.


Opacity

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

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

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

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

This text has shadow with #EDFFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFFEB on black background.


Color preview on white background

This text has color #EDFFEB on white background.



Black color preview on #EDFFEB background

This text has black color on #EDFFEB background.


White color preview on #EDFFEB background

This text has white color on #EDFFEB background.