COLOR #EDF5C5

HEX: #EDF5C5
RGB: (237,245,197)

Renk bilgisi

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

RGB renk modeli

#EDF5C5 color RGB value is (237,245,197).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 245 of 255 = 96%
B 197 of 255 = 77%

237
245
197

R + G + B ~ 89%. #EDF5C5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 245 + 197 = 679 (100%)
R 237 of 679 ~ 34.9%
G 245 of 679 ~ 36.08%
B 197 of 679 ~ 29.01%

%34.9
%36.08
%29.01

CMYK RENK MODELİ

#EDF5C5 rengi CMYK tonu (3,0,20,4).

  • camgöbeği tonu 3.27%
  • eflatun tonu 0.00%
  • sarı tonu 19.59%
  • ana renk tonu 3.92%
CMYK:
(3,0,20,4)
C3M0Y20K4 
(3%,0%,20%,4%)
(0.03/0.00/0.20/0.04)	

CMYK yüzdeleri

%3.27
%0
%19.59
%3.92

Codes

Color #EDF5C5 in popluar color models

EDF5C5
RGB237245197
HSL70°70.59%86.67%
HSB/HSV70°19.59%96.08%
CMYK3.27%0.00%19.59%
3.92%

Color #EDF5C5 in popluar number systems.

HEXEDF5C5
Decimal237245197
Binary111011011111010111000101
Octal355365305

Shades and tints

Shades of #EDF5C5

#EDF5C5
(237,245,197)
#D8DFB4
(216,223,180)
#C3C9A3
(195,201,163)
#AEB392
(174,179,146)
#999D81
(153,157,129)
#848770
(132,135,112)
#6F715F
(111,113,95)
#5A5B4E
(90,91,78)
#45453D
(69,69,61)
#302F2C
(48,47,44)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #EDF5C5

#EDF5C5
(237,245,197)
#EEF5CA
(238,245,202)
#EFF5CF
(239,245,207)
#F0F5D4
(240,245,212)
#F1F5D9
(241,245,217)
#F2F5DE
(242,245,222)
#F3F5E3
(243,245,227)
#F4F5E8
(244,245,232)
#F5F5ED
(245,245,237)
#F6F5F2
(246,245,242)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF5C5; }

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

This text font color is #EDF5C5.


Background Color

.myBgColor { background-color: #EDF5C5; }

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

This div background color is #EDF5C5.


Border color

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

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

This div border color is #EDF5C5.


Opacity

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

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

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

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

This text has shadow with #EDF5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF5C5 on black background.


Color preview on white background

This text has color #EDF5C5 on white background.



Black color preview on #EDF5C5 background

This text has black color on #EDF5C5 background.


White color preview on #EDF5C5 background

This text has white color on #EDF5C5 background.