COLOR #EDF5BD

HEX: #EDF5BD RGB: (237,245,189)

Color info

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

RGB color model

#EDF5BD color RGB value is (237,245,189).

RGB: (237,245,189) (93%, 96%, 74%)

RGB channels and saturation

R 237 of 255 = 93%
G 245 of 255 = 96%
B 189 of 255 = 74%

237
245
189

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

Portions of RGB colors in percentages

R + G + B = 237 + 245 + 189 = 671 (100%)
R 237 of 671 ~ 35.32%
G 245 of 671 ~ 36.51%
B 189 of 671 ~ 28.17'%

%35.32
%36.51
%28.17

CMYK color model

#EDF5BD color CMYK value is (3,0,23,4).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 3.92%

CMYK: (3,0,23,4)
C3M0Y23K4 (3%, 0%, 23%, 4%)
(0.03 / 0.00 / 0.23 / 0.04)

CMYK percentages

%3.27
%0
%22.86
%3.92

Codes

Color #EDF5BD in popluar color models

ED F5 BD
RGB 237 245 189
HSL 69° 73.68% 85.10%
HSB/HSV 69° 22.86% 96.08%
CMYK 3.27% 0.00% 22.86%
3.92%

Color #EDF5BD in popluar number systems.

HEX ED F5 BD
Decimal 237 245 189
Binary 11101101 11110101 10111101
Octal 355 365 275

Shades and tints

Shades of #EDF5BD

#EDF5BD
(237,245,189)
#D8DFAC
(216,223,172)
#C3C99B
(195,201,155)
#AEB38A
(174,179,138)
#999D79
(153,157,121)
#848768
(132,135,104)
#6F7157
(111,113,87)
#5A5B46
(90,91,70)
#454535
(69,69,53)
#302F24
(48,47,36)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #EDF5BD

#EDF5BD
(237,245,189)
#EEF5C3
(238,245,195)
#EFF5C9
(239,245,201)
#F0F5CF
(240,245,207)
#F1F5D5
(241,245,213)
#F2F5DB
(242,245,219)
#F3F5E1
(243,245,225)
#F4F5E7
(244,245,231)
#F5F5ED
(245,245,237)
#F6F5F3
(246,245,243)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF5BD color. Also use rgb(237,245,189) instead hex code.

Text Font Color

.myTextColor { color: #EDF5BD; }

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

This text font color is #EDF5BD.

Background Color

.myBgColor { background-color: #EDF5BD; }

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

This div background color is #EDF5BD.

Border color

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

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

This div border color is #EDF5BD.

Opacity

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

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

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

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

This text has shadow with #EDF5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF5BD.

Preview

Color preview on black background

This text has color #EDF5BD on black background.


Color preview on white background

This text has color #EDF5BD on white background.


Black color preview on #EDF5BD background

This text has black color on #EDF5BD background.


White color preview on #EDF5BD background

This text has white color on #EDF5BD background.


Related colors

Complementary color

Complementary color for #hex is #120A42.


I love getcolorcode.com

Triadic colors

1 #BDEDF5 and #F5BDED with #EDF5BD are triadic colors.

2 #BDF5ED and #F5EDBD with #EDF5BD are triadic colors.