COLOR #EDF4C9

HEX: #EDF4C9
RGB: (237,244,201)

Renk bilgisi

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

RGB renk modeli

#EDF4C9 color RGB value is (237,244,201).

  • kırmız ton 237;
  • yeşil ton 244;
  • mavi ton 201.
RGB:
(237,244,201)
(93%,96%,79%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 244 of 255 = 96%
B 201 of 255 = 79%

237
244
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 244 + 201 = 682 (100%)
R 237 of 682 ~ 34.75%
G 244 of 682 ~ 35.78%
B 201 of 682 ~ 29.47%

%34.75
%35.78
%29.47

CMYK RENK MODELİ

#EDF4C9 rengi CMYK tonu (3,0,18,4).

  • camgöbeği tonu 2.87%
  • eflatun tonu 0.00%
  • sarı tonu 17.62%
  • ana renk tonu 4.31%
CMYK:
(3,0,18,4)
C3M0Y18K4 
(3%,0%,18%,4%)
(0.03/0.00/0.18/0.04)	

CMYK yüzdeleri

%2.87
%0
%17.62
%4.31

Codes

Color #EDF4C9 in popluar color models

EDF4C9
RGB237244201
HSL70°66.15%87.25%
HSB/HSV70°17.62%95.69%
CMYK2.87%0.00%17.62%
4.31%

Color #EDF4C9 in popluar number systems.

HEXEDF4C9
Decimal237244201
Binary111011011111010011001001
Octal355364311

Shades and tints

Shades of #EDF4C9

#EDF4C9
(237,244,201)
#D8DEB7
(216,222,183)
#C3C8A5
(195,200,165)
#AEB293
(174,178,147)
#999C81
(153,156,129)
#84866F
(132,134,111)
#6F705D
(111,112,93)
#5A5A4B
(90,90,75)
#454439
(69,68,57)
#302E27
(48,46,39)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #EDF4C9

#EDF4C9
(237,244,201)
#EEF5CD
(238,245,205)
#EFF6D1
(239,246,209)
#F0F7D5
(240,247,213)
#F1F8D9
(241,248,217)
#F2F9DD
(242,249,221)
#F3FAE1
(243,250,225)
#F4FBE5
(244,251,229)
#F5FCE9
(245,252,233)
#F6FDED
(246,253,237)
#F7FEF1
(247,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF4C9 color. Also use rgb(237,244,201) instead hex code.

Text Font Color

.myTextColor { color: #EDF4C9; }

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

This text font color is #EDF4C9.


Background Color

.myBgColor { background-color: #EDF4C9; }

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

This div background color is #EDF4C9.


Border color

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

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

This div border color is #EDF4C9.


Opacity

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

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

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

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

This text has shadow with #EDF4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF4C9 on black background.


Color preview on white background

This text has color #EDF4C9 on white background.



Black color preview on #EDF4C9 background

This text has black color on #EDF4C9 background.


White color preview on #EDF4C9 background

This text has white color on #EDF4C9 background.