COLOR #EDFFE3

HEX: #EDFFE3
RGB: (237,255,227)

Renk bilgisi

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

RGB renk modeli

#EDFFE3 color RGB value is (237,255,227).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 255 of 255 = 100%
B 227 of 255 = 89%

237
255
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 255 + 227 = 719 (100%)
R 237 of 719 ~ 32.96%
G 255 of 719 ~ 35.47%
B 227 of 719 ~ 31.57%

%32.96
%35.47
%31.57

CMYK RENK MODELİ

#EDFFE3 rengi CMYK tonu (7,0,11,0).

  • camgöbeği tonu 7.06%
  • eflatun tonu 0.00%
  • sarı tonu 10.98%
  • ana renk tonu 0.00%
CMYK:
(7,0,11,0)
C7M0Y11K0 
(7%,0%,11%,0%)
(0.07/0.00/0.11/0.00)	

CMYK yüzdeleri

%7.06
%0
%10.98
%0

Codes

Color #EDFFE3 in popluar color models

EDFFE3
RGB237255227
HSL99°100.00%94.51%
HSB/HSV99°10.98%100.00%
CMYK7.06%0.00%10.98%
0.00%

Color #EDFFE3 in popluar number systems.

HEXEDFFE3
Decimal237255227
Binary111011011111111111100011
Octal355377343

Shades and tints

Shades of #EDFFE3

#EDFFE3
(237,255,227)
#D8E8CF
(216,232,207)
#C3D1BB
(195,209,187)
#AEBAA7
(174,186,167)
#99A393
(153,163,147)
#848C7F
(132,140,127)
#6F756B
(111,117,107)
#5A5E57
(90,94,87)
#454743
(69,71,67)
#30302F
(48,48,47)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #EDFFE3

#EDFFE3
(237,255,227)
#EEFFE5
(238,255,229)
#EFFFE7
(239,255,231)
#F0FFE9
(240,255,233)
#F1FFEB
(241,255,235)
#F2FFED
(242,255,237)
#F3FFEF
(243,255,239)
#F4FFF1
(244,255,241)
#F5FFF3
(245,255,243)
#F6FFF5
(246,255,245)
#F7FFF7
(247,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFFE3; }

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

This text font color is #EDFFE3.


Background Color

.myBgColor { background-color: #EDFFE3; }

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

This div background color is #EDFFE3.


Border color

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

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

This div border color is #EDFFE3.


Opacity

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

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

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

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

This text has shadow with #EDFFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFFE3 on black background.


Color preview on white background

This text has color #EDFFE3 on white background.



Black color preview on #EDFFE3 background

This text has black color on #EDFFE3 background.


White color preview on #EDFFE3 background

This text has white color on #EDFFE3 background.