COLOR #EDFBD9

HEX: #EDFBD9 RGB: (237,251,217)

Color info

#EDFBD9 contains red, green and blue colors in about the same proportion. Web safe color of #EDFBD9 is #FFFFCC (or #FFC).

RGB color model

#EDFBD9 color RGB value is (237,251,217).

RGB: (237,251,217) (93%, 98%, 85%)

RGB channels and saturation

R 237 of 255 = 93%
G 251 of 255 = 98%
B 217 of 255 = 85%

237
251
217

R + G + B ~ 92%. #EDFBD9 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 251 + 217 = 705 (100%)
R 237 of 705 ~ 33.62%
G 251 of 705 ~ 35.6%
B 217 of 705 ~ 30.78'%

%33.62
%35.6
%30.78

CMYK color model

#EDFBD9 color CMYK value is (6,0,14,2).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 13.55%
  • key color value is 1.57%

CMYK: (6,0,14,2)
C6M0Y14K2 (6%, 0%, 14%, 2%)
(0.06 / 0.00 / 0.14 / 0.02)

CMYK percentages

%5.58
%0
%13.55
%1.57

Codes

Color #EDFBD9 in popluar color models

ED FB D9
RGB 237 251 217
HSL 85° 80.95% 91.76%
HSB/HSV 85° 13.55% 98.43%
CMYK 5.58% 0.00% 13.55%
1.57%

Color #EDFBD9 in popluar number systems.

HEX ED FB D9
Decimal 237 251 217
Binary 11101101 11111011 11011001
Octal 355 373 331

Shades and tints

Shades of #EDFBD9

#EDFBD9
(237,251,217)
#D8E5C6
(216,229,198)
#C3CFB3
(195,207,179)
#AEB9A0
(174,185,160)
#99A38D
(153,163,141)
#848D7A
(132,141,122)
#6F7767
(111,119,103)
#5A6154
(90,97,84)
#454B41
(69,75,65)
#30352E
(48,53,46)
#1B1F1B
(27,31,27)
#000000
(0,0,0)

Tints of #EDFBD9

#EDFBD9
(237,251,217)
#EEFBDC
(238,251,220)
#EFFBDF
(239,251,223)
#F0FBE2
(240,251,226)
#F1FBE5
(241,251,229)
#F2FBE8
(242,251,232)
#F3FBEB
(243,251,235)
#F4FBEE
(244,251,238)
#F5FBF1
(245,251,241)
#F6FBF4
(246,251,244)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFBD9 color. Also use rgb(237,251,217) instead hex code.

Text Font Color

.myTextColor { color: #EDFBD9; }

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

This text font color is #EDFBD9.

Background Color

.myBgColor { background-color: #EDFBD9; }

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

This div background color is #EDFBD9.

Border color

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

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

This div border color is #EDFBD9.

Opacity

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

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

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

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

This text has shadow with #EDFBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFBD9.

Preview

Color preview on black background

This text has color #EDFBD9 on black background.


Color preview on white background

This text has color #EDFBD9 on white background.


Black color preview on #EDFBD9 background

This text has black color on #EDFBD9 background.


White color preview on #EDFBD9 background

This text has white color on #EDFBD9 background.


Related colors

Complementary color

Complementary color for #hex is #120426.


I love getcolorcode.com

Triadic colors

1 #D9EDFB and #FBD9ED with #EDFBD9 are triadic colors.

2 #D9FBED and #FBEDD9 with #EDFBD9 are triadic colors.