COLOR #EDF6BA

HEX: #EDF6BA
RGB: (237,246,186)

Color info

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

RGB color model

#EDF6BA color RGB value is (237,246,186).

  • red value is 237;
  • green value is 246;
  • blue value is 186.
RGB:
(237,246,186)
(93%,96%,73%)

RGB channels and saturation

R 237 of 255 = 93%
G 246 of 255 = 96%
B 186 of 255 = 73%

237
246
186

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

Portions of RGB colors in percentages

R + G + B =
237 + 246 + 186 = 669 (100%)
R 237 of 669 ~ 35.43%
G 246 of 669 ~ 36.77%
B 186 of 669 ~ 27.8%

%35.43
%36.77
%27.8

CMYK color model

#EDF6BA color CMYK value is (4,0,24,4).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 3.53%
CMYK:
(4,0,24,4)
C4M0Y24K4 
(4%,0%,24%,4%)
(0.04/0.00/0.24/0.04)	

CMYK percentages

%3.66
%0
%24.39
%3.53

Codes

Color #EDF6BA in popluar color models

EDF6BA
RGB237246186
HSL69°76.92%84.71%
HSB/HSV69°24.39%96.47%
CMYK3.66%0.00%24.39%
3.53%

Color #EDF6BA in popluar number systems.

HEXEDF6BA
Decimal237246186
Binary111011011111011010111010
Octal355366272

Shades and tints

Shades of #EDF6BA

#EDF6BA
(237,246,186)
#D8E0AA
(216,224,170)
#C3CA9A
(195,202,154)
#AEB48A
(174,180,138)
#999E7A
(153,158,122)
#84886A
(132,136,106)
#6F725A
(111,114,90)
#5A5C4A
(90,92,74)
#45463A
(69,70,58)
#30302A
(48,48,42)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #EDF6BA

#EDF6BA
(237,246,186)
#EEF6C0
(238,246,192)
#EFF6C6
(239,246,198)
#F0F6CC
(240,246,204)
#F1F6D2
(241,246,210)
#F2F6D8
(242,246,216)
#F3F6DE
(243,246,222)
#F4F6E4
(244,246,228)
#F5F6EA
(245,246,234)
#F6F6F0
(246,246,240)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF6BA color. Also use rgb(237,246,186) instead hex code.

Text Font Color

.myTextColor { color: #EDF6BA; }

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

This text font color is #EDF6BA.


Background Color

.myBgColor { background-color: #EDF6BA; }

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

This div background color is #EDF6BA.


Border color

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

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

This div border color is #EDF6BA.


Opacity

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

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

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

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

This text has shadow with #EDF6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF6BA on black background.


Color preview on white background

This text has color #EDF6BA on white background.



Black color preview on #EDF6BA background

This text has black color on #EDF6BA background.


White color preview on #EDF6BA background

This text has white color on #EDF6BA background.