COLOR #EDF6BD

HEX: #EDF6BD RGB: (237,246,189)

Color info

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

RGB color model

#EDF6BD color RGB value is (237,246,189).

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

RGB channels and saturation

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

237
246
189

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

Portions of RGB colors in percentages

R + G + B = 237 + 246 + 189 = 672 (100%)
R 237 of 672 ~ 35.27%
G 246 of 672 ~ 36.61%
B 189 of 672 ~ 28.13'%

%35.27
%36.61
%28.13

CMYK color model

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

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 3.53%

CMYK: (4,0,23,4)
C4M0Y23K4 (4%, 0%, 23%, 4%)
(0.04 / 0.00 / 0.23 / 0.04)

CMYK percentages

%3.66
%0
%23.17
%3.53

Codes

Color #EDF6BD in popluar color models

ED F6 BD
RGB 237 246 189
HSL 69° 76.00% 85.29%
HSB/HSV 69° 23.17% 96.47%
CMYK 3.66% 0.00% 23.17%
3.53%

Color #EDF6BD in popluar number systems.

HEX ED F6 BD
Decimal 237 246 189
Binary 11101101 11110110 10111101
Octal 355 366 275

Shades and tints

Shades of #EDF6BD

#EDF6BD
(237,246,189)
#D8E0AC
(216,224,172)
#C3CA9B
(195,202,155)
#AEB48A
(174,180,138)
#999E79
(153,158,121)
#848868
(132,136,104)
#6F7257
(111,114,87)
#5A5C46
(90,92,70)
#454635
(69,70,53)
#303024
(48,48,36)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #EDF6BD

#EDF6BD
(237,246,189)
#EEF6C3
(238,246,195)
#EFF6C9
(239,246,201)
#F0F6CF
(240,246,207)
#F1F6D5
(241,246,213)
#F2F6DB
(242,246,219)
#F3F6E1
(243,246,225)
#F4F6E7
(244,246,231)
#F5F6ED
(245,246,237)
#F6F6F3
(246,246,243)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF6BD; }

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

This text font color is #EDF6BD.

Background Color

.myBgColor { background-color: #EDF6BD; }

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

This div background color is #EDF6BD.

Border color

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

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

This div border color is #EDF6BD.

Opacity

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

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

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

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

This text has shadow with #EDF6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF6BD.

Preview

Color preview on black background

This text has color #EDF6BD on black background.


Color preview on white background

This text has color #EDF6BD on white background.


Black color preview on #EDF6BD background

This text has black color on #EDF6BD background.


White color preview on #EDF6BD background

This text has white color on #EDF6BD background.


Related colors

Complementary color

Complementary color for #hex is #120942.


I love getcolorcode.com

Triadic colors

1 #BDEDF6 and #F6BDED with #EDF6BD are triadic colors.

2 #BDF6ED and #F6EDBD with #EDF6BD are triadic colors.