COLOR #EDF5B2

HEX: #EDF5B2
RGB: (237,245,178)

Color info

#EDF5B2 contains mainly red and green colors. Web safe color of #EDF5B2 is #FFFF99 (or #FF9).

RGB color model

#EDF5B2 color RGB value is (237,245,178).

  • red value is 237;
  • green value is 245;
  • blue value is 178.
RGB:
(237,245,178)
(93%,96%,70%)

RGB channels and saturation

R 237 of 255 = 93%
G 245 of 255 = 96%
B 178 of 255 = 70%

237
245
178

R + G + B ~ 86%. #EDF5B2 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 245 + 178 = 660 (100%)
R 237 of 660 ~ 35.91%
G 245 of 660 ~ 37.12%
B 178 of 660 ~ 26.97%

%35.91
%37.12
%26.97

CMYK color model

#EDF5B2 color CMYK value is (3,0,27,4).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 27.35%
  • key color value is 3.92%
CMYK:
(3,0,27,4)
C3M0Y27K4 
(3%,0%,27%,4%)
(0.03/0.00/0.27/0.04)	

CMYK percentages

%3.27
%0
%27.35
%3.92

Codes

Color #EDF5B2 in popluar color models

EDF5B2
RGB237245178
HSL67°77.01%82.94%
HSB/HSV67°27.35%96.08%
CMYK3.27%0.00%27.35%
3.92%

Color #EDF5B2 in popluar number systems.

HEXEDF5B2
Decimal237245178
Binary111011011111010110110010
Octal355365262

Shades and tints

Shades of #EDF5B2

#EDF5B2
(237,245,178)
#D8DFA2
(216,223,162)
#C3C992
(195,201,146)
#AEB382
(174,179,130)
#999D72
(153,157,114)
#848762
(132,135,98)
#6F7152
(111,113,82)
#5A5B42
(90,91,66)
#454532
(69,69,50)
#302F22
(48,47,34)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #EDF5B2

#EDF5B2
(237,245,178)
#EEF5B9
(238,245,185)
#EFF5C0
(239,245,192)
#F0F5C7
(240,245,199)
#F1F5CE
(241,245,206)
#F2F5D5
(242,245,213)
#F3F5DC
(243,245,220)
#F4F5E3
(244,245,227)
#F5F5EA
(245,245,234)
#F6F5F1
(246,245,241)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF5B2 color. Also use rgb(237,245,178) instead hex code.

Text Font Color

.myTextColor { color: #EDF5B2; }

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

This text font color is #EDF5B2.


Background Color

.myBgColor { background-color: #EDF5B2; }

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

This div background color is #EDF5B2.


Border color

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

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

This div border color is #EDF5B2.


Opacity

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

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

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

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

This text has shadow with #EDF5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF5B2 on black background.


Color preview on white background

This text has color #EDF5B2 on white background.



Black color preview on #EDF5B2 background

This text has black color on #EDF5B2 background.


White color preview on #EDF5B2 background

This text has white color on #EDF5B2 background.