COLOR #EDFFE9

HEX: #EDFFE9
RGB: (237,255,233)

Renk bilgisi

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

RGB renk modeli

#EDFFE9 color RGB value is (237,255,233).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 255 of 255 = 100%
B 233 of 255 = 91%

237
255
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 255 + 233 = 725 (100%)
R 237 of 725 ~ 32.69%
G 255 of 725 ~ 35.17%
B 233 of 725 ~ 32.14%

%32.69
%35.17
%32.14

CMYK RENK MODELİ

#EDFFE9 rengi CMYK tonu (7,0,9,0).

  • camgöbeği tonu 7.06%
  • eflatun tonu 0.00%
  • sarı tonu 8.63%
  • ana renk tonu 0.00%
CMYK:
(7,0,9,0)
C7M0Y9K0 
(7%,0%,9%,0%)
(0.07/0.00/0.09/0.00)	

CMYK yüzdeleri

%7.06
%0
%8.63
%0

Codes

Color #EDFFE9 in popluar color models

EDFFE9
RGB237255233
HSL109°100.00%95.69%
HSB/HSV109°8.63%100.00%
CMYK7.06%0.00%8.63%
0.00%

Color #EDFFE9 in popluar number systems.

HEXEDFFE9
Decimal237255233
Binary111011011111111111101001
Octal355377351

Shades and tints

Shades of #EDFFE9

#EDFFE9
(237,255,233)
#D8E8D4
(216,232,212)
#C3D1BF
(195,209,191)
#AEBAAA
(174,186,170)
#99A395
(153,163,149)
#848C80
(132,140,128)
#6F756B
(111,117,107)
#5A5E56
(90,94,86)
#454741
(69,71,65)
#30302C
(48,48,44)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #EDFFE9

#EDFFE9
(237,255,233)
#EEFFEB
(238,255,235)
#EFFFED
(239,255,237)
#F0FFEF
(240,255,239)
#F1FFF1
(241,255,241)
#F2FFF3
(242,255,243)
#F3FFF5
(243,255,245)
#F4FFF7
(244,255,247)
#F5FFF9
(245,255,249)
#F6FFFB
(246,255,251)
#F7FFFD
(247,255,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFFE9; }

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

This text font color is #EDFFE9.


Background Color

.myBgColor { background-color: #EDFFE9; }

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

This div background color is #EDFFE9.


Border color

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

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

This div border color is #EDFFE9.


Opacity

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

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

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

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

This text has shadow with #EDFFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFFE9 on black background.


Color preview on white background

This text has color #EDFFE9 on white background.



Black color preview on #EDFFE9 background

This text has black color on #EDFFE9 background.


White color preview on #EDFFE9 background

This text has white color on #EDFFE9 background.