COLOR #EDF0D5

HEX: #EDF0D5
RGB: (237,240,213)

Renk bilgisi

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

RGB renk modeli

#EDF0D5 color RGB value is (237,240,213).

  • kırmız ton 237;
  • yeşil ton 240;
  • mavi ton 213.
RGB:
(237,240,213)
(93%,94%,84%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 240 of 255 = 94%
B 213 of 255 = 84%

237
240
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 240 + 213 = 690 (100%)
R 237 of 690 ~ 34.35%
G 240 of 690 ~ 34.78%
B 213 of 690 ~ 30.87%

%34.35
%34.78
%30.87

CMYK RENK MODELİ

#EDF0D5 rengi CMYK tonu (1,0,11,6).

  • camgöbeği tonu 1.25%
  • eflatun tonu 0.00%
  • sarı tonu 11.25%
  • ana renk tonu 5.88%
CMYK:
(1,0,11,6)
C1M0Y11K6 
(1%,0%,11%,6%)
(0.01/0.00/0.11/0.06)	

CMYK yüzdeleri

%1.25
%0
%11.25
%5.88

Codes

Color #EDF0D5 in popluar color models

EDF0D5
RGB237240213
HSL67°47.37%88.82%
HSB/HSV67°11.25%94.12%
CMYK1.25%0.00%11.25%
5.88%

Color #EDF0D5 in popluar number systems.

HEXEDF0D5
Decimal237240213
Binary111011011111000011010101
Octal355360325

Shades and tints

Shades of #EDF0D5

#EDF0D5
(237,240,213)
#D8DBC2
(216,219,194)
#C3C6AF
(195,198,175)
#AEB19C
(174,177,156)
#999C89
(153,156,137)
#848776
(132,135,118)
#6F7263
(111,114,99)
#5A5D50
(90,93,80)
#45483D
(69,72,61)
#30332A
(48,51,42)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #EDF0D5

#EDF0D5
(237,240,213)
#EEF1D8
(238,241,216)
#EFF2DB
(239,242,219)
#F0F3DE
(240,243,222)
#F1F4E1
(241,244,225)
#F2F5E4
(242,245,228)
#F3F6E7
(243,246,231)
#F4F7EA
(244,247,234)
#F5F8ED
(245,248,237)
#F6F9F0
(246,249,240)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF0D5 color. Also use rgb(237,240,213) instead hex code.

Text Font Color

.myTextColor { color: #EDF0D5; }

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

This text font color is #EDF0D5.


Background Color

.myBgColor { background-color: #EDF0D5; }

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

This div background color is #EDF0D5.


Border color

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

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

This div border color is #EDF0D5.


Opacity

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

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

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

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

This text has shadow with #EDF0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF0D5 on black background.


Color preview on white background

This text has color #EDF0D5 on white background.



Black color preview on #EDF0D5 background

This text has black color on #EDF0D5 background.


White color preview on #EDF0D5 background

This text has white color on #EDF0D5 background.