COLOR #EDF9B5

HEX: #EDF9B5 RGB: (237,249,181)

Color info

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

RGB color model

#EDF9B5 color RGB value is (237,249,181).

RGB: (237,249,181) (93%, 98%, 71%)

RGB channels and saturation

R 237 of 255 = 93%
G 249 of 255 = 98%
B 181 of 255 = 71%

237
249
181

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

Portions of RGB colors in percentages

R + G + B = 237 + 249 + 181 = 667 (100%)
R 237 of 667 ~ 35.53%
G 249 of 667 ~ 37.33%
B 181 of 667 ~ 27.14'%

%35.53
%37.33
%27.14

CMYK color model

#EDF9B5 color CMYK value is (5,0,27,2).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 2.35%

CMYK: (5,0,27,2)
C5M0Y27K2 (5%, 0%, 27%, 2%)
(0.05 / 0.00 / 0.27 / 0.02)

CMYK percentages

%4.82
%0
%27.31
%2.35

Codes

Color #EDF9B5 in popluar color models

ED F9 B5
RGB 237 249 181
HSL 71° 85.00% 84.31%
HSB/HSV 71° 27.31% 97.65%
CMYK 4.82% 0.00% 27.31%
2.35%

Color #EDF9B5 in popluar number systems.

HEX ED F9 B5
Decimal 237 249 181
Binary 11101101 11111001 10110101
Octal 355 371 265

Shades and tints

Shades of #EDF9B5

#EDF9B5
(237,249,181)
#D8E3A5
(216,227,165)
#C3CD95
(195,205,149)
#AEB785
(174,183,133)
#99A175
(153,161,117)
#848B65
(132,139,101)
#6F7555
(111,117,85)
#5A5F45
(90,95,69)
#454935
(69,73,53)
#303325
(48,51,37)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #EDF9B5

#EDF9B5
(237,249,181)
#EEF9BB
(238,249,187)
#EFF9C1
(239,249,193)
#F0F9C7
(240,249,199)
#F1F9CD
(241,249,205)
#F2F9D3
(242,249,211)
#F3F9D9
(243,249,217)
#F4F9DF
(244,249,223)
#F5F9E5
(245,249,229)
#F6F9EB
(246,249,235)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF9B5; }

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

This text font color is #EDF9B5.

Background Color

.myBgColor { background-color: #EDF9B5; }

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

This div background color is #EDF9B5.

Border color

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

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

This div border color is #EDF9B5.

Opacity

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

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

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

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

This text has shadow with #EDF9B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF9B5.

Preview

Color preview on black background

This text has color #EDF9B5 on black background.


Color preview on white background

This text has color #EDF9B5 on white background.


Black color preview on #EDF9B5 background

This text has black color on #EDF9B5 background.


White color preview on #EDF9B5 background

This text has white color on #EDF9B5 background.


Related colors

Complementary color

Complementary color for #hex is #12064A.


I love getcolorcode.com

Triadic colors

1 #B5EDF9 and #F9B5ED with #EDF9B5 are triadic colors.

2 #B5F9ED and #F9EDB5 with #EDF9B5 are triadic colors.