COLOR #EDF6B5

HEX: #EDF6B5
RGB: (237,246,181)

Color info

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

RGB color model

#EDF6B5 color RGB value is (237,246,181).

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

RGB channels and saturation

R 237 of 255 = 93%
G 246 of 255 = 96%
B 181 of 255 = 71%

237
246
181

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

Portions of RGB colors in percentages

R + G + B =
237 + 246 + 181 = 664 (100%)
R 237 of 664 ~ 35.69%
G 246 of 664 ~ 37.05%
B 181 of 664 ~ 27.26%

%35.69
%37.05
%27.26

CMYK color model

#EDF6B5 color CMYK value is (4,0,26,4).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 3.53%
CMYK:
(4,0,26,4)
C4M0Y26K4 
(4%,0%,26%,4%)
(0.04/0.00/0.26/0.04)	

CMYK percentages

%3.66
%0
%26.42
%3.53

Codes

Color #EDF6B5 in popluar color models

EDF6B5
RGB237246181
HSL68°78.31%83.73%
HSB/HSV68°26.42%96.47%
CMYK3.66%0.00%26.42%
3.53%

Color #EDF6B5 in popluar number systems.

HEXEDF6B5
Decimal237246181
Binary111011011111011010110101
Octal355366265

Shades and tints

Shades of #EDF6B5

#EDF6B5
(237,246,181)
#D8E0A5
(216,224,165)
#C3CA95
(195,202,149)
#AEB485
(174,180,133)
#999E75
(153,158,117)
#848865
(132,136,101)
#6F7255
(111,114,85)
#5A5C45
(90,92,69)
#454635
(69,70,53)
#303025
(48,48,37)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #EDF6B5

#EDF6B5
(237,246,181)
#EEF6BB
(238,246,187)
#EFF6C1
(239,246,193)
#F0F6C7
(240,246,199)
#F1F6CD
(241,246,205)
#F2F6D3
(242,246,211)
#F3F6D9
(243,246,217)
#F4F6DF
(244,246,223)
#F5F6E5
(245,246,229)
#F6F6EB
(246,246,235)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF6B5; }

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

This text font color is #EDF6B5.


Background Color

.myBgColor { background-color: #EDF6B5; }

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

This div background color is #EDF6B5.


Border color

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

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

This div border color is #EDF6B5.


Opacity

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

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

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

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

This text has shadow with #EDF6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF6B5 on black background.


Color preview on white background

This text has color #EDF6B5 on white background.



Black color preview on #EDF6B5 background

This text has black color on #EDF6B5 background.


White color preview on #EDF6B5 background

This text has white color on #EDF6B5 background.