COLOR #EDF5DD

HEX: #EDF5DD
RGB: (237,245,221)

Renk bilgisi

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

RGB renk modeli

#EDF5DD color RGB value is (237,245,221).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 245 of 255 = 96%
B 221 of 255 = 87%

237
245
221

R + G + B ~ 92%. #EDF5DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 245 + 221 = 703 (100%)
R 237 of 703 ~ 33.71%
G 245 of 703 ~ 34.85%
B 221 of 703 ~ 31.44%

%33.71
%34.85
%31.44

CMYK RENK MODELİ

#EDF5DD rengi CMYK tonu (3,0,10,4).

  • camgöbeği tonu 3.27%
  • eflatun tonu 0.00%
  • sarı tonu 9.80%
  • ana renk tonu 3.92%
CMYK:
(3,0,10,4)
C3M0Y10K4 
(3%,0%,10%,4%)
(0.03/0.00/0.10/0.04)	

CMYK yüzdeleri

%3.27
%0
%9.8
%3.92

Codes

Color #EDF5DD in popluar color models

EDF5DD
RGB237245221
HSL80°54.55%91.37%
HSB/HSV80°9.80%96.08%
CMYK3.27%0.00%9.80%
3.92%

Color #EDF5DD in popluar number systems.

HEXEDF5DD
Decimal237245221
Binary111011011111010111011101
Octal355365335

Shades and tints

Shades of #EDF5DD

#EDF5DD
(237,245,221)
#D8DFC9
(216,223,201)
#C3C9B5
(195,201,181)
#AEB3A1
(174,179,161)
#999D8D
(153,157,141)
#848779
(132,135,121)
#6F7165
(111,113,101)
#5A5B51
(90,91,81)
#45453D
(69,69,61)
#302F29
(48,47,41)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #EDF5DD

#EDF5DD
(237,245,221)
#EEF5E0
(238,245,224)
#EFF5E3
(239,245,227)
#F0F5E6
(240,245,230)
#F1F5E9
(241,245,233)
#F2F5EC
(242,245,236)
#F3F5EF
(243,245,239)
#F4F5F2
(244,245,242)
#F5F5F5
(245,245,245)
#F6F5F8
(246,245,248)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF5DD; }

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

This text font color is #EDF5DD.


Background Color

.myBgColor { background-color: #EDF5DD; }

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

This div background color is #EDF5DD.


Border color

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

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

This div border color is #EDF5DD.


Opacity

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

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

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

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

This text has shadow with #EDF5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF5DD on black background.


Color preview on white background

This text has color #EDF5DD on white background.



Black color preview on #EDF5DD background

This text has black color on #EDF5DD background.


White color preview on #EDF5DD background

This text has white color on #EDF5DD background.