COLOR #EDFFB7

HEX: #EDFFB7 RGB: (237,255,183)

Color info

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

RGB color model

#EDFFB7 color RGB value is (237,255,183).

RGB: (237,255,183) (93%, 100%, 72%)

RGB channels and saturation

R 237 of 255 = 93%
G 255 of 255 = 100%
B 183 of 255 = 72%

237
255
183

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

Portions of RGB colors in percentages

R + G + B = 237 + 255 + 183 = 675 (100%)
R 237 of 675 ~ 35.11%
G 255 of 675 ~ 37.78%
B 183 of 675 ~ 27.11'%

%35.11
%37.78
%27.11

CMYK color model

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

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 0.00%

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

CMYK percentages

%7.06
%0
%28.24
%0

Codes

Color #EDFFB7 in popluar color models

ED FF B7
RGB 237 255 183
HSL 75° 100.00% 85.88%
HSB/HSV 75° 28.24% 100.00%
CMYK 7.06% 0.00% 28.24%
0.00%

Color #EDFFB7 in popluar number systems.

HEX ED FF B7
Decimal 237 255 183
Binary 11101101 11111111 10110111
Octal 355 377 267

Shades and tints

Shades of #EDFFB7

#EDFFB7
(237,255,183)
#D8E8A7
(216,232,167)
#C3D197
(195,209,151)
#AEBA87
(174,186,135)
#99A377
(153,163,119)
#848C67
(132,140,103)
#6F7557
(111,117,87)
#5A5E47
(90,94,71)
#454737
(69,71,55)
#303027
(48,48,39)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #EDFFB7

#EDFFB7
(237,255,183)
#EEFFBD
(238,255,189)
#EFFFC3
(239,255,195)
#F0FFC9
(240,255,201)
#F1FFCF
(241,255,207)
#F2FFD5
(242,255,213)
#F3FFDB
(243,255,219)
#F4FFE1
(244,255,225)
#F5FFE7
(245,255,231)
#F6FFED
(246,255,237)
#F7FFF3
(247,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFFB7 color. Also use rgb(237,255,183) instead hex code.

Text Font Color

.myTextColor { color: #EDFFB7; }

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

This text font color is #EDFFB7.

Background Color

.myBgColor { background-color: #EDFFB7; }

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

This div background color is #EDFFB7.

Border color

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

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

This div border color is #EDFFB7.

Opacity

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

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

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

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

This text has shadow with #EDFFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFFB7.

Preview

Color preview on black background

This text has color #EDFFB7 on black background.


Color preview on white background

This text has color #EDFFB7 on white background.


Black color preview on #EDFFB7 background

This text has black color on #EDFFB7 background.


White color preview on #EDFFB7 background

This text has white color on #EDFFB7 background.


Related colors

Complementary color

Complementary color for #hex is #120048.


I love getcolorcode.com

Triadic colors

1 #B7EDFF and #FFB7ED with #EDFFB7 are triadic colors.

2 #B7FFED and #FFEDB7 with #EDFFB7 are triadic colors.