COLOR #EDECBE

HEX: #EDECBE RGB: (237,236,190)

Color info

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

RGB color model

#EDECBE color RGB value is (237,236,190).

RGB: (237,236,190) (93%, 93%, 75%)

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 190 of 255 = 75%

237
236
190

R + G + B ~ 87%. #EDECBE is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 236 + 190 = 663 (100%)
R 237 of 663 ~ 35.75%
G 236 of 663 ~ 35.6%
B 190 of 663 ~ 28.66'%

%35.75
%35.6
%28.66

CMYK color model

#EDECBE color CMYK value is (0,0,20,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 19.83%
  • key color value is 7.06%

CMYK: (0,0,20,7)
C0M0Y20K7 (0%, 0%, 20%, 7%)
(0.00 / 0.00 / 0.20 / 0.07)

CMYK percentages

%0
%0.42
%19.83
%7.06

Codes

Color #EDECBE in popluar color models

ED EC BE
RGB 237 236 190
HSL 59° 56.63% 83.73%
HSB/HSV 59° 19.83% 92.94%
CMYK 0.00% 0.42% 19.83%
7.06%

Color #EDECBE in popluar number systems.

HEX ED EC BE
Decimal 237 236 190
Binary 11101101 11101100 10111110
Octal 355 354 276

Shades and tints

Shades of #EDECBE

#EDECBE
(237,236,190)
#D8D7AD
(216,215,173)
#C3C29C
(195,194,156)
#AEAD8B
(174,173,139)
#99987A
(153,152,122)
#848369
(132,131,105)
#6F6E58
(111,110,88)
#5A5947
(90,89,71)
#454436
(69,68,54)
#302F25
(48,47,37)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #EDECBE

#EDECBE
(237,236,190)
#EEEDC3
(238,237,195)
#EFEEC8
(239,238,200)
#F0EFCD
(240,239,205)
#F1F0D2
(241,240,210)
#F2F1D7
(242,241,215)
#F3F2DC
(243,242,220)
#F4F3E1
(244,243,225)
#F5F4E6
(245,244,230)
#F6F5EB
(246,245,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDECBE color. Also use rgb(237,236,190) instead hex code.

Text Font Color

.myTextColor { color: #EDECBE; }

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

This text font color is #EDECBE.

Background Color

.myBgColor { background-color: #EDECBE; }

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

This div background color is #EDECBE.

Border color

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

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

This div border color is #EDECBE.

Opacity

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

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

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

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

This text has shadow with #EDECBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDECBE.

Preview

Color preview on black background

This text has color #EDECBE on black background.


Color preview on white background

This text has color #EDECBE on white background.


Black color preview on #EDECBE background

This text has black color on #EDECBE background.


White color preview on #EDECBE background

This text has white color on #EDECBE background.


Related colors

Complementary color

Complementary color for #hex is #121341.


I love getcolorcode.com

Triadic colors

1 #BEEDEC and #ECBEED with #EDECBE are triadic colors.

2 #BEECED and #ECEDBE with #EDECBE are triadic colors.