COLOR #EDF6B1

HEX: #EDF6B1 RGB: (237,246,177)

Color info

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

RGB color model

#EDF6B1 color RGB value is (237,246,177).

RGB: (237,246,177) (93%, 96%, 69%)

RGB channels and saturation

R 237 of 255 = 93%
G 246 of 255 = 96%
B 177 of 255 = 69%

237
246
177

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

Portions of RGB colors in percentages

R + G + B = 237 + 246 + 177 = 660 (100%)
R 237 of 660 ~ 35.91%
G 246 of 660 ~ 37.27%
B 177 of 660 ~ 26.82'%

%35.91
%37.27
%26.82

CMYK color model

#EDF6B1 color CMYK value is (4,0,28,4).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 28.05%
  • key color value is 3.53%

CMYK: (4,0,28,4)
C4M0Y28K4 (4%, 0%, 28%, 4%)
(0.04 / 0.00 / 0.28 / 0.04)

CMYK percentages

%3.66
%0
%28.05
%3.53

Codes

Color #EDF6B1 in popluar color models

ED F6 B1
RGB 237 246 177
HSL 68° 79.31% 82.94%
HSB/HSV 68° 28.05% 96.47%
CMYK 3.66% 0.00% 28.05%
3.53%

Color #EDF6B1 in popluar number systems.

HEX ED F6 B1
Decimal 237 246 177
Binary 11101101 11110110 10110001
Octal 355 366 261

Shades and tints

Shades of #EDF6B1

#EDF6B1
(237,246,177)
#D8E0A1
(216,224,161)
#C3CA91
(195,202,145)
#AEB481
(174,180,129)
#999E71
(153,158,113)
#848861
(132,136,97)
#6F7251
(111,114,81)
#5A5C41
(90,92,65)
#454631
(69,70,49)
#303021
(48,48,33)
#1B1A11
(27,26,17)
#000000
(0,0,0)

Tints of #EDF6B1

#EDF6B1
(237,246,177)
#EEF6B8
(238,246,184)
#EFF6BF
(239,246,191)
#F0F6C6
(240,246,198)
#F1F6CD
(241,246,205)
#F2F6D4
(242,246,212)
#F3F6DB
(243,246,219)
#F4F6E2
(244,246,226)
#F5F6E9
(245,246,233)
#F6F6F0
(246,246,240)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF6B1; }

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

This text font color is #EDF6B1.

Background Color

.myBgColor { background-color: #EDF6B1; }

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

This div background color is #EDF6B1.

Border color

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

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

This div border color is #EDF6B1.

Opacity

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

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

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

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

This text has shadow with #EDF6B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF6B1.

Preview

Color preview on black background

This text has color #EDF6B1 on black background.


Color preview on white background

This text has color #EDF6B1 on white background.


Black color preview on #EDF6B1 background

This text has black color on #EDF6B1 background.


White color preview on #EDF6B1 background

This text has white color on #EDF6B1 background.


Related colors

Complementary color

Complementary color for #hex is #12094E.


I love getcolorcode.com

Triadic colors

1 #B1EDF6 and #F6B1ED with #EDF6B1 are triadic colors.

2 #B1F6ED and #F6EDB1 with #EDF6B1 are triadic colors.