COLOR #EDF4C8

HEX: #EDF4C8
RGB: (237,244,200)

Renk bilgisi

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

RGB renk modeli

#EDF4C8 color RGB value is (237,244,200).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 244 of 255 = 96%
B 200 of 255 = 78%

237
244
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 244 + 200 = 681 (100%)
R 237 of 681 ~ 34.8%
G 244 of 681 ~ 35.83%
B 200 of 681 ~ 29.37%

%34.8
%35.83
%29.37

CMYK RENK MODELİ

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

  • camgöbeği tonu 2.87%
  • eflatun tonu 0.00%
  • sarı tonu 18.03%
  • 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
%18.03
%4.31

Codes

Color #EDF4C8 in popluar color models

EDF4C8
RGB237244200
HSL70°66.67%87.06%
HSB/HSV70°18.03%95.69%
CMYK2.87%0.00%18.03%
4.31%

Color #EDF4C8 in popluar number systems.

HEXEDF4C8
Decimal237244200
Binary111011011111010011001000
Octal355364310

Shades and tints

Shades of #EDF4C8

#EDF4C8
(237,244,200)
#D8DEB6
(216,222,182)
#C3C8A4
(195,200,164)
#AEB292
(174,178,146)
#999C80
(153,156,128)
#84866E
(132,134,110)
#6F705C
(111,112,92)
#5A5A4A
(90,90,74)
#454438
(69,68,56)
#302E26
(48,46,38)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #EDF4C8

#EDF4C8
(237,244,200)
#EEF5CD
(238,245,205)
#EFF6D2
(239,246,210)
#F0F7D7
(240,247,215)
#F1F8DC
(241,248,220)
#F2F9E1
(242,249,225)
#F3FAE6
(243,250,230)
#F4FBEB
(244,251,235)
#F5FCF0
(245,252,240)
#F6FDF5
(246,253,245)
#F7FEFA
(247,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF4C8; }

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

This text font color is #EDF4C8.


Background Color

.myBgColor { background-color: #EDF4C8; }

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

This div background color is #EDF4C8.


Border color

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

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

This div border color is #EDF4C8.


Opacity

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

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

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

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

This text has shadow with #EDF4C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF4C8 on black background.


Color preview on white background

This text has color #EDF4C8 on white background.



Black color preview on #EDF4C8 background

This text has black color on #EDF4C8 background.


White color preview on #EDF4C8 background

This text has white color on #EDF4C8 background.