COLOR #EDF1D0

HEX: #EDF1D0
RGB: (237,241,208)

Renk bilgisi

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

RGB renk modeli

#EDF1D0 color RGB value is (237,241,208).

  • kırmız ton 237;
  • yeşil ton 241;
  • mavi ton 208.
RGB:
(237,241,208)
(93%,95%,82%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 241 of 255 = 95%
B 208 of 255 = 82%

237
241
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 241 + 208 = 686 (100%)
R 237 of 686 ~ 34.55%
G 241 of 686 ~ 35.13%
B 208 of 686 ~ 30.32%

%34.55
%35.13
%30.32

CMYK RENK MODELİ

#EDF1D0 rengi CMYK tonu (2,0,14,5).

  • camgöbeği tonu 1.66%
  • eflatun tonu 0.00%
  • sarı tonu 13.69%
  • ana renk tonu 5.49%
CMYK:
(2,0,14,5)
C2M0Y14K5 
(2%,0%,14%,5%)
(0.02/0.00/0.14/0.05)	

CMYK yüzdeleri

%1.66
%0
%13.69
%5.49

Codes

Color #EDF1D0 in popluar color models

EDF1D0
RGB237241208
HSL67°54.10%88.04%
HSB/HSV67°13.69%94.51%
CMYK1.66%0.00%13.69%
5.49%

Color #EDF1D0 in popluar number systems.

HEXEDF1D0
Decimal237241208
Binary111011011111000111010000
Octal355361320

Shades and tints

Shades of #EDF1D0

#EDF1D0
(237,241,208)
#D8DCBE
(216,220,190)
#C3C7AC
(195,199,172)
#AEB29A
(174,178,154)
#999D88
(153,157,136)
#848876
(132,136,118)
#6F7364
(111,115,100)
#5A5E52
(90,94,82)
#454940
(69,73,64)
#30342E
(48,52,46)
#1B1F1C
(27,31,28)
#000000
(0,0,0)

Tints of #EDF1D0

#EDF1D0
(237,241,208)
#EEF2D4
(238,242,212)
#EFF3D8
(239,243,216)
#F0F4DC
(240,244,220)
#F1F5E0
(241,245,224)
#F2F6E4
(242,246,228)
#F3F7E8
(243,247,232)
#F4F8EC
(244,248,236)
#F5F9F0
(245,249,240)
#F6FAF4
(246,250,244)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF1D0 color. Also use rgb(237,241,208) instead hex code.

Text Font Color

.myTextColor { color: #EDF1D0; }

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

This text font color is #EDF1D0.


Background Color

.myBgColor { background-color: #EDF1D0; }

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

This div background color is #EDF1D0.


Border color

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

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

This div border color is #EDF1D0.


Opacity

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

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

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

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

This text has shadow with #EDF1D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF1D0 on black background.


Color preview on white background

This text has color #EDF1D0 on white background.



Black color preview on #EDF1D0 background

This text has black color on #EDF1D0 background.


White color preview on #EDF1D0 background

This text has white color on #EDF1D0 background.