COLOR #EDFEC5

HEX: #EDFEC5
RGB: (237,254,197)

Renk bilgisi

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

RGB renk modeli

#EDFEC5 color RGB value is (237,254,197).

  • kırmız ton 237;
  • yeşil ton 254;
  • mavi ton 197.
RGB:
(237,254,197)
(93%,100%,77%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 254 of 255 = 100%
B 197 of 255 = 77%

237
254
197

R + G + B ~ 90%. #EDFEC5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 254 + 197 = 688 (100%)
R 237 of 688 ~ 34.45%
G 254 of 688 ~ 36.92%
B 197 of 688 ~ 28.63%

%34.45
%36.92
%28.63

CMYK RENK MODELİ

#EDFEC5 rengi CMYK tonu (7,0,22,0).

  • camgöbeği tonu 6.69%
  • eflatun tonu 0.00%
  • sarı tonu 22.44%
  • ana renk tonu 0.39%
CMYK:
(7,0,22,0)
C7M0Y22K0 
(7%,0%,22%,0%)
(0.07/0.00/0.22/0.00)	

CMYK yüzdeleri

%6.69
%0
%22.44
%0.39

Codes

Color #EDFEC5 in popluar color models

EDFEC5
RGB237254197
HSL78°96.61%88.43%
HSB/HSV78°22.44%99.61%
CMYK6.69%0.00%22.44%
0.39%

Color #EDFEC5 in popluar number systems.

HEXEDFEC5
Decimal237254197
Binary111011011111111011000101
Octal355376305

Shades and tints

Shades of #EDFEC5

#EDFEC5
(237,254,197)
#D8E7B4
(216,231,180)
#C3D0A3
(195,208,163)
#AEB992
(174,185,146)
#99A281
(153,162,129)
#848B70
(132,139,112)
#6F745F
(111,116,95)
#5A5D4E
(90,93,78)
#45463D
(69,70,61)
#302F2C
(48,47,44)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #EDFEC5

#EDFEC5
(237,254,197)
#EEFECA
(238,254,202)
#EFFECF
(239,254,207)
#F0FED4
(240,254,212)
#F1FED9
(241,254,217)
#F2FEDE
(242,254,222)
#F3FEE3
(243,254,227)
#F4FEE8
(244,254,232)
#F5FEED
(245,254,237)
#F6FEF2
(246,254,242)
#F7FEF7
(247,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFEC5 color. Also use rgb(237,254,197) instead hex code.

Text Font Color

.myTextColor { color: #EDFEC5; }

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

This text font color is #EDFEC5.


Background Color

.myBgColor { background-color: #EDFEC5; }

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

This div background color is #EDFEC5.


Border color

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

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

This div border color is #EDFEC5.


Opacity

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

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

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

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

This text has shadow with #EDFEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFEC5 on black background.


Color preview on white background

This text has color #EDFEC5 on white background.



Black color preview on #EDFEC5 background

This text has black color on #EDFEC5 background.


White color preview on #EDFEC5 background

This text has white color on #EDFEC5 background.