COLOR #EDF6B0

HEX: #EDF6B0 RGB: (237,246,176)

Color info

#EDF6B0 contains mainly red and green colors. Web safe color of #EDF6B0 is #FFFF99 (or #FF9).

RGB color model

#EDF6B0 color RGB value is (237,246,176).

RGB: (237,246,176) (93%, 96%, 69%)

RGB channels and saturation

R 237 of 255 = 93%
G 246 of 255 = 96%
B 176 of 255 = 69%

237
246
176

R + G + B ~ 86%. #EDF6B0 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 246 + 176 = 659 (100%)
R 237 of 659 ~ 35.96%
G 246 of 659 ~ 37.33%
B 176 of 659 ~ 26.71'%

%35.96
%37.33
%26.71

CMYK color model

#EDF6B0 color CMYK value is (4,0,28,4).

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

CMYK: (4,0,28,4)
C4M0Y28K4 (4%, 0%, 28%, 4%)
(0.04 / 0.00 / 0.28 / 0.04)

CMYK percentages

%3.66
%0
%28.46
%3.53

Codes

Color #EDF6B0 in popluar color models

ED F6 B0
RGB 237 246 176
HSL 68° 79.55% 82.75%
HSB/HSV 68° 28.46% 96.47%
CMYK 3.66% 0.00% 28.46%
3.53%

Color #EDF6B0 in popluar number systems.

HEX ED F6 B0
Decimal 237 246 176
Binary 11101101 11110110 10110000
Octal 355 366 260

Shades and tints

Shades of #EDF6B0

#EDF6B0
(237,246,176)
#D8E0A0
(216,224,160)
#C3CA90
(195,202,144)
#AEB480
(174,180,128)
#999E70
(153,158,112)
#848860
(132,136,96)
#6F7250
(111,114,80)
#5A5C40
(90,92,64)
#454630
(69,70,48)
#303020
(48,48,32)
#1B1A10
(27,26,16)
#000000
(0,0,0)

Tints of #EDF6B0

#EDF6B0
(237,246,176)
#EEF6B7
(238,246,183)
#EFF6BE
(239,246,190)
#F0F6C5
(240,246,197)
#F1F6CC
(241,246,204)
#F2F6D3
(242,246,211)
#F3F6DA
(243,246,218)
#F4F6E1
(244,246,225)
#F5F6E8
(245,246,232)
#F6F6EF
(246,246,239)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF6B0; }

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

This text font color is #EDF6B0.

Background Color

.myBgColor { background-color: #EDF6B0; }

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

This div background color is #EDF6B0.

Border color

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

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

This div border color is #EDF6B0.

Opacity

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

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

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

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

This text has shadow with #EDF6B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF6B0.

Preview

Color preview on black background

This text has color #EDF6B0 on black background.


Color preview on white background

This text has color #EDF6B0 on white background.


Black color preview on #EDF6B0 background

This text has black color on #EDF6B0 background.


White color preview on #EDF6B0 background

This text has white color on #EDF6B0 background.


Related colors

Complementary color

Complementary color for #hex is #12094F.


I love getcolorcode.com

Triadic colors

1 #B0EDF6 and #F6B0ED with #EDF6B0 are triadic colors.

2 #B0F6ED and #F6EDB0 with #EDF6B0 are triadic colors.