COLOR #E6EDBF

HEX: #E6EDBF RGB: (230,237,191)

Color info

#E6EDBF contains red, green and blue colors in about the same proportion. Web safe color of #E6EDBF is #CCFFCC (or #CFC).

RGB color model

#E6EDBF color RGB value is (230,237,191).

RGB: (230,237,191) (90%, 93%, 75%)

RGB channels and saturation

R 230 of 255 = 90%
G 237 of 255 = 93%
B 191 of 255 = 75%

230
237
191

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

Portions of RGB colors in percentages

R + G + B = 230 + 237 + 191 = 658 (100%)
R 230 of 658 ~ 34.95%
G 237 of 658 ~ 36.02%
B 191 of 658 ~ 29.03'%

%34.95
%36.02
%29.03

CMYK color model

#E6EDBF color CMYK value is (3,0,19,7).

  • cyan value is 2.95%
  • magenta value is 0.00%
  • yellow value is 19.41%
  • key color value is 7.06%

CMYK: (3,0,19,7)
C3M0Y19K7 (3%, 0%, 19%, 7%)
(0.03 / 0.00 / 0.19 / 0.07)

CMYK percentages

%2.95
%0
%19.41
%7.06

Codes

Color #E6EDBF in popluar color models

E6 ED BF
RGB 230 237 191
HSL 69° 56.10% 83.92%
HSB/HSV 69° 19.41% 92.94%
CMYK 2.95% 0.00% 19.41%
7.06%

Color #E6EDBF in popluar number systems.

HEX E6 ED BF
Decimal 230 237 191
Binary 11100110 11101101 10111111
Octal 346 355 277

Shades and tints

Shades of #E6EDBF

#E6EDBF
(230,237,191)
#D2D8AE
(210,216,174)
#BEC39D
(190,195,157)
#AAAE8C
(170,174,140)
#96997B
(150,153,123)
#82846A
(130,132,106)
#6E6F59
(110,111,89)
#5A5A48
(90,90,72)
#464537
(70,69,55)
#323026
(50,48,38)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #E6EDBF

#E6EDBF
(230,237,191)
#E8EEC4
(232,238,196)
#EAEFC9
(234,239,201)
#ECF0CE
(236,240,206)
#EEF1D3
(238,241,211)
#F0F2D8
(240,242,216)
#F2F3DD
(242,243,221)
#F4F4E2
(244,244,226)
#F6F5E7
(246,245,231)
#F8F6EC
(248,246,236)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDBF; }

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

This text font color is #E6EDBF.

Background Color

.myBgColor { background-color: #E6EDBF; }

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

This div background color is #E6EDBF.

Border color

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

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

This div border color is #E6EDBF.

Opacity

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

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

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

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

This text has shadow with #E6EDBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EDBF.

Preview

Color preview on black background

This text has color #E6EDBF on black background.


Color preview on white background

This text has color #E6EDBF on white background.


Black color preview on #E6EDBF background

This text has black color on #E6EDBF background.


White color preview on #E6EDBF background

This text has white color on #E6EDBF background.


Related colors

Complementary color

Complementary color for #hex is #191240.


I love getcolorcode.com

Triadic colors

1 #BFE6ED and #EDBFE6 with #E6EDBF are triadic colors.

2 #BFEDE6 and #EDE6BF with #E6EDBF are triadic colors.