COLOR #EDFEB6

HEX: #EDFEB6 RGB: (237,254,182)

Color info

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

RGB color model

#EDFEB6 color RGB value is (237,254,182).

RGB: (237,254,182) (93%, 100%, 71%)

RGB channels and saturation

R 237 of 255 = 93%
G 254 of 255 = 100%
B 182 of 255 = 71%

237
254
182

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

Portions of RGB colors in percentages

R + G + B = 237 + 254 + 182 = 673 (100%)
R 237 of 673 ~ 35.22%
G 254 of 673 ~ 37.74%
B 182 of 673 ~ 27.04'%

%35.22
%37.74
%27.04

CMYK color model

#EDFEB6 color CMYK value is (7,0,28,0).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 28.35%
  • key color value is 0.39%

CMYK: (7,0,28,0)
C7M0Y28K0 (7%, 0%, 28%, 0%)
(0.07 / 0.00 / 0.28 / 0.00)

CMYK percentages

%6.69
%0
%28.35
%0.39

Codes

Color #EDFEB6 in popluar color models

ED FE B6
RGB 237 254 182
HSL 74° 97.30% 85.49%
HSB/HSV 74° 28.35% 99.61%
CMYK 6.69% 0.00% 28.35%
0.39%

Color #EDFEB6 in popluar number systems.

HEX ED FE B6
Decimal 237 254 182
Binary 11101101 11111110 10110110
Octal 355 376 266

Shades and tints

Shades of #EDFEB6

#EDFEB6
(237,254,182)
#D8E7A6
(216,231,166)
#C3D096
(195,208,150)
#AEB986
(174,185,134)
#99A276
(153,162,118)
#848B66
(132,139,102)
#6F7456
(111,116,86)
#5A5D46
(90,93,70)
#454636
(69,70,54)
#302F26
(48,47,38)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #EDFEB6

#EDFEB6
(237,254,182)
#EEFEBC
(238,254,188)
#EFFEC2
(239,254,194)
#F0FEC8
(240,254,200)
#F1FECE
(241,254,206)
#F2FED4
(242,254,212)
#F3FEDA
(243,254,218)
#F4FEE0
(244,254,224)
#F5FEE6
(245,254,230)
#F6FEEC
(246,254,236)
#F7FEF2
(247,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFEB6 color. Also use rgb(237,254,182) instead hex code.

Text Font Color

.myTextColor { color: #EDFEB6; }

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

This text font color is #EDFEB6.

Background Color

.myBgColor { background-color: #EDFEB6; }

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

This div background color is #EDFEB6.

Border color

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

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

This div border color is #EDFEB6.

Opacity

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

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

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

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

This text has shadow with #EDFEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFEB6.

Preview

Color preview on black background

This text has color #EDFEB6 on black background.


Color preview on white background

This text has color #EDFEB6 on white background.


Black color preview on #EDFEB6 background

This text has black color on #EDFEB6 background.


White color preview on #EDFEB6 background

This text has white color on #EDFEB6 background.


Related colors

Complementary color

Complementary color for #hex is #120149.


I love getcolorcode.com

Triadic colors

1 #B6EDFE and #FEB6ED with #EDFEB6 are triadic colors.

2 #B6FEED and #FEEDB6 with #EDFEB6 are triadic colors.