COLOR #EDF2D0

HEX: #EDF2D0
RGB: (237,242,208)

Renk bilgisi

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

RGB renk modeli

#EDF2D0 color RGB value is (237,242,208).

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

RGB bağlantıları ve doygunluk

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

237
242
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 242 + 208 = 687 (100%)
R 237 of 687 ~ 34.5%
G 242 of 687 ~ 35.23%
B 208 of 687 ~ 30.28%

%34.5
%35.23
%30.28

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%2.07
%0
%14.05
%5.1

Codes

Color #EDF2D0 in popluar color models

EDF2D0
RGB237242208
HSL69°56.67%88.24%
HSB/HSV69°14.05%94.90%
CMYK2.07%0.00%14.05%
5.10%

Color #EDF2D0 in popluar number systems.

HEXEDF2D0
Decimal237242208
Binary111011011111001011010000
Octal355362320

Shades and tints

Shades of #EDF2D0

#EDF2D0
(237,242,208)
#D8DCBE
(216,220,190)
#C3C6AC
(195,198,172)
#AEB09A
(174,176,154)
#999A88
(153,154,136)
#848476
(132,132,118)
#6F6E64
(111,110,100)
#5A5852
(90,88,82)
#454240
(69,66,64)
#302C2E
(48,44,46)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #EDF2D0

#EDF2D0
(237,242,208)
#EEF3D4
(238,243,212)
#EFF4D8
(239,244,216)
#F0F5DC
(240,245,220)
#F1F6E0
(241,246,224)
#F2F7E4
(242,247,228)
#F3F8E8
(243,248,232)
#F4F9EC
(244,249,236)
#F5FAF0
(245,250,240)
#F6FBF4
(246,251,244)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF2D0; }

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

This text font color is #EDF2D0.


Background Color

.myBgColor { background-color: #EDF2D0; }

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

This div background color is #EDF2D0.


Border color

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

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

This div border color is #EDF2D0.


Opacity

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

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

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

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

This text has shadow with #EDF2D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2D0 on black background.


Color preview on white background

This text has color #EDF2D0 on white background.



Black color preview on #EDF2D0 background

This text has black color on #EDF2D0 background.


White color preview on #EDF2D0 background

This text has white color on #EDF2D0 background.