COLOR #EDF8B3

HEX: #EDF8B3
RGB: (237,248,179)

Renk bilgisi

#EDF8B3 contains mainly red and green colors. #EDF8B3 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#EDF8B3 color RGB value is (237,248,179).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 248 of 255 = 97%
B 179 of 255 = 70%

237
248
179

R + G + B ~ 87%. #EDF8B3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 248 + 179 = 664 (100%)
R 237 of 664 ~ 35.69%
G 248 of 664 ~ 37.35%
B 179 of 664 ~ 26.96%

%35.69
%37.35
%26.96

CMYK RENK MODELİ

#EDF8B3 rengi CMYK tonu (4,0,28,3).

  • camgöbeği tonu 4.44%
  • eflatun tonu 0.00%
  • sarı tonu 27.82%
  • ana renk tonu 2.75%
CMYK:
(4,0,28,3)
C4M0Y28K3 
(4%,0%,28%,3%)
(0.04/0.00/0.28/0.03)	

CMYK yüzdeleri

%4.44
%0
%27.82
%2.75

Codes

Color #EDF8B3 in popluar color models

EDF8B3
RGB237248179
HSL70°83.13%83.73%
HSB/HSV70°27.82%97.25%
CMYK4.44%0.00%27.82%
2.75%

Color #EDF8B3 in popluar number systems.

HEXEDF8B3
Decimal237248179
Binary111011011111100010110011
Octal355370263

Shades and tints

Shades of #EDF8B3

#EDF8B3
(237,248,179)
#D8E2A3
(216,226,163)
#C3CC93
(195,204,147)
#AEB683
(174,182,131)
#99A073
(153,160,115)
#848A63
(132,138,99)
#6F7453
(111,116,83)
#5A5E43
(90,94,67)
#454833
(69,72,51)
#303223
(48,50,35)
#1B1C13
(27,28,19)
#000000
(0,0,0)

Tints of #EDF8B3

#EDF8B3
(237,248,179)
#EEF8B9
(238,248,185)
#EFF8BF
(239,248,191)
#F0F8C5
(240,248,197)
#F1F8CB
(241,248,203)
#F2F8D1
(242,248,209)
#F3F8D7
(243,248,215)
#F4F8DD
(244,248,221)
#F5F8E3
(245,248,227)
#F6F8E9
(246,248,233)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF8B3; }

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

This text font color is #EDF8B3.


Background Color

.myBgColor { background-color: #EDF8B3; }

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

This div background color is #EDF8B3.


Border color

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

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

This div border color is #EDF8B3.


Opacity

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

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

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

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

This text has shadow with #EDF8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF8B3 on black background.


Color preview on white background

This text has color #EDF8B3 on white background.



Black color preview on #EDF8B3 background

This text has black color on #EDF8B3 background.


White color preview on #EDF8B3 background

This text has white color on #EDF8B3 background.