COLOR #EDF8D6

HEX: #EDF8D6
RGB: (237,248,214)

Renk bilgisi

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

RGB renk modeli

#EDF8D6 color RGB value is (237,248,214).

  • kırmız ton 237;
  • yeşil ton 248;
  • mavi ton 214.
RGB:
(237,248,214)
(93%,97%,84%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 248 of 255 = 97%
B 214 of 255 = 84%

237
248
214

R + G + B ~ 91%. #EDF8D6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 248 + 214 = 699 (100%)
R 237 of 699 ~ 33.91%
G 248 of 699 ~ 35.48%
B 214 of 699 ~ 30.62%

%33.91
%35.48
%30.62

CMYK RENK MODELİ

#EDF8D6 rengi CMYK tonu (4,0,14,3).

  • camgöbeği tonu 4.44%
  • eflatun tonu 0.00%
  • sarı tonu 13.71%
  • ana renk tonu 2.75%
CMYK:
(4,0,14,3)
C4M0Y14K3 
(4%,0%,14%,3%)
(0.04/0.00/0.14/0.03)	

CMYK yüzdeleri

%4.44
%0
%13.71
%2.75

Codes

Color #EDF8D6 in popluar color models

EDF8D6
RGB237248214
HSL79°70.83%90.59%
HSB/HSV79°13.71%97.25%
CMYK4.44%0.00%13.71%
2.75%

Color #EDF8D6 in popluar number systems.

HEXEDF8D6
Decimal237248214
Binary111011011111100011010110
Octal355370326

Shades and tints

Shades of #EDF8D6

#EDF8D6
(237,248,214)
#D8E2C3
(216,226,195)
#C3CCB0
(195,204,176)
#AEB69D
(174,182,157)
#99A08A
(153,160,138)
#848A77
(132,138,119)
#6F7464
(111,116,100)
#5A5E51
(90,94,81)
#45483E
(69,72,62)
#30322B
(48,50,43)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #EDF8D6

#EDF8D6
(237,248,214)
#EEF8D9
(238,248,217)
#EFF8DC
(239,248,220)
#F0F8DF
(240,248,223)
#F1F8E2
(241,248,226)
#F2F8E5
(242,248,229)
#F3F8E8
(243,248,232)
#F4F8EB
(244,248,235)
#F5F8EE
(245,248,238)
#F6F8F1
(246,248,241)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF8D6 color. Also use rgb(237,248,214) instead hex code.

Text Font Color

.myTextColor { color: #EDF8D6; }

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

This text font color is #EDF8D6.


Background Color

.myBgColor { background-color: #EDF8D6; }

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

This div background color is #EDF8D6.


Border color

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

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

This div border color is #EDF8D6.


Opacity

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

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

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

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

This text has shadow with #EDF8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF8D6 on black background.


Color preview on white background

This text has color #EDF8D6 on white background.



Black color preview on #EDF8D6 background

This text has black color on #EDF8D6 background.


White color preview on #EDF8D6 background

This text has white color on #EDF8D6 background.