COLOR #EDF1BF

HEX: #EDF1BF RGB: (237,241,191)

Color info

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

RGB color model

#EDF1BF color RGB value is (237,241,191).

RGB: (237,241,191) (93%, 95%, 75%)

RGB channels and saturation

R 237 of 255 = 93%
G 241 of 255 = 95%
B 191 of 255 = 75%

237
241
191

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

Portions of RGB colors in percentages

R + G + B = 237 + 241 + 191 = 669 (100%)
R 237 of 669 ~ 35.43%
G 241 of 669 ~ 36.02%
B 191 of 669 ~ 28.55'%

%35.43
%36.02
%28.55

CMYK color model

#EDF1BF color CMYK value is (2,0,21,5).

  • cyan value is 1.66%
  • magenta value is 0.00%
  • yellow value is 20.75%
  • key color value is 5.49%

CMYK: (2,0,21,5)
C2M0Y21K5 (2%, 0%, 21%, 5%)
(0.02 / 0.00 / 0.21 / 0.05)

CMYK percentages

%1.66
%0
%20.75
%5.49

Codes

Color #EDF1BF in popluar color models

ED F1 BF
RGB 237 241 191
HSL 65° 64.10% 84.71%
HSB/HSV 65° 20.75% 94.51%
CMYK 1.66% 0.00% 20.75%
5.49%

Color #EDF1BF in popluar number systems.

HEX ED F1 BF
Decimal 237 241 191
Binary 11101101 11110001 10111111
Octal 355 361 277

Shades and tints

Shades of #EDF1BF

#EDF1BF
(237,241,191)
#D8DCAE
(216,220,174)
#C3C79D
(195,199,157)
#AEB28C
(174,178,140)
#999D7B
(153,157,123)
#84886A
(132,136,106)
#6F7359
(111,115,89)
#5A5E48
(90,94,72)
#454937
(69,73,55)
#303426
(48,52,38)
#1B1F15
(27,31,21)
#000000
(0,0,0)

Tints of #EDF1BF

#EDF1BF
(237,241,191)
#EEF2C4
(238,242,196)
#EFF3C9
(239,243,201)
#F0F4CE
(240,244,206)
#F1F5D3
(241,245,211)
#F2F6D8
(242,246,216)
#F3F7DD
(243,247,221)
#F4F8E2
(244,248,226)
#F5F9E7
(245,249,231)
#F6FAEC
(246,250,236)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF1BF color. Also use rgb(237,241,191) instead hex code.

Text Font Color

.myTextColor { color: #EDF1BF; }

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

This text font color is #EDF1BF.

Background Color

.myBgColor { background-color: #EDF1BF; }

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

This div background color is #EDF1BF.

Border color

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

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

This div border color is #EDF1BF.

Opacity

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

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

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

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

This text has shadow with #EDF1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF1BF.

Preview

Color preview on black background

This text has color #EDF1BF on black background.


Color preview on white background

This text has color #EDF1BF on white background.


Black color preview on #EDF1BF background

This text has black color on #EDF1BF background.


White color preview on #EDF1BF background

This text has white color on #EDF1BF background.


Related colors

Complementary color

Complementary color for #hex is #120E40.


I love getcolorcode.com

Triadic colors

1 #BFEDF1 and #F1BFED with #EDF1BF are triadic colors.

2 #BFF1ED and #F1EDBF with #EDF1BF are triadic colors.