COLOR #EDFCB8

HEX: #EDFCB8
RGB: (237,252,184)

Color info

#EDFCB8 contains mainly red and green colors. Web safe color of #EDFCB8 is #FFFFCC (or #FFC).

RGB color model

#EDFCB8 color RGB value is (237,252,184).

  • red value is 237;
  • green value is 252;
  • blue value is 184.
RGB:
(237,252,184)
(93%,99%,72%)

RGB channels and saturation

R 237 of 255 = 93%
G 252 of 255 = 99%
B 184 of 255 = 72%

237
252
184

R + G + B ~ 88%. #EDFCB8 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 252 + 184 = 673 (100%)
R 237 of 673 ~ 35.22%
G 252 of 673 ~ 37.44%
B 184 of 673 ~ 27.34%

%35.22
%37.44
%27.34

CMYK color model

#EDFCB8 color CMYK value is (6,0,27,1).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 1.18%
CMYK:
(6,0,27,1)
C6M0Y27K1 
(6%,0%,27%,1%)
(0.06/0.00/0.27/0.01)	

CMYK percentages

%5.95
%0
%26.98
%1.18

Codes

Color #EDFCB8 in popluar color models

EDFCB8
RGB237252184
HSL73°91.89%85.49%
HSB/HSV73°26.98%98.82%
CMYK5.95%0.00%26.98%
1.18%

Color #EDFCB8 in popluar number systems.

HEXEDFCB8
Decimal237252184
Binary111011011111110010111000
Octal355374270

Shades and tints

Shades of #EDFCB8

#EDFCB8
(237,252,184)
#D8E6A8
(216,230,168)
#C3D098
(195,208,152)
#AEBA88
(174,186,136)
#99A478
(153,164,120)
#848E68
(132,142,104)
#6F7858
(111,120,88)
#5A6248
(90,98,72)
#454C38
(69,76,56)
#303628
(48,54,40)
#1B2018
(27,32,24)
#000000
(0,0,0)

Tints of #EDFCB8

#EDFCB8
(237,252,184)
#EEFCBE
(238,252,190)
#EFFCC4
(239,252,196)
#F0FCCA
(240,252,202)
#F1FCD0
(241,252,208)
#F2FCD6
(242,252,214)
#F3FCDC
(243,252,220)
#F4FCE2
(244,252,226)
#F5FCE8
(245,252,232)
#F6FCEE
(246,252,238)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFCB8 color. Also use rgb(237,252,184) instead hex code.

Text Font Color

.myTextColor { color: #EDFCB8; }

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

This text font color is #EDFCB8.


Background Color

.myBgColor { background-color: #EDFCB8; }

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

This div background color is #EDFCB8.


Border color

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

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

This div border color is #EDFCB8.


Opacity

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

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

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

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

This text has shadow with #EDFCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFCB8 on black background.


Color preview on white background

This text has color #EDFCB8 on white background.



Black color preview on #EDFCB8 background

This text has black color on #EDFCB8 background.


White color preview on #EDFCB8 background

This text has white color on #EDFCB8 background.