COLOR #EDECB3

HEX: #EDECB3 RGB: (237,236,179)

Color info

#EDECB3 contains red, green and blue colors in about the same proportion. Web safe color of #EDECB3 is #FFFF99 (or #FF9).

RGB color model

#EDECB3 color RGB value is (237,236,179).

RGB: (237,236,179) (93%, 93%, 70%)

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 179 of 255 = 70%

237
236
179

R + G + B ~ 85%. #EDECB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 236 + 179 = 652 (100%)
R 237 of 652 ~ 36.35%
G 236 of 652 ~ 36.2%
B 179 of 652 ~ 27.45'%

%36.35
%36.2
%27.45

CMYK color model

#EDECB3 color CMYK value is (0,0,24,7).

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

CMYK: (0,0,24,7)
C0M0Y24K7 (0%, 0%, 24%, 7%)
(0.00 / 0.00 / 0.24 / 0.07)

CMYK percentages

%0
%0.42
%24.47
%7.06

Codes

Color #EDECB3 in popluar color models

ED EC B3
RGB 237 236 179
HSL 59° 61.70% 81.57%
HSB/HSV 59° 24.47% 92.94%
CMYK 0.00% 0.42% 24.47%
7.06%

Color #EDECB3 in popluar number systems.

HEX ED EC B3
Decimal 237 236 179
Binary 11101101 11101100 10110011
Octal 355 354 263

Shades and tints

Shades of #EDECB3

#EDECB3
(237,236,179)
#D8D7A3
(216,215,163)
#C3C293
(195,194,147)
#AEAD83
(174,173,131)
#999873
(153,152,115)
#848363
(132,131,99)
#6F6E53
(111,110,83)
#5A5943
(90,89,67)
#454433
(69,68,51)
#302F23
(48,47,35)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #EDECB3

#EDECB3
(237,236,179)
#EEEDB9
(238,237,185)
#EFEEBF
(239,238,191)
#F0EFC5
(240,239,197)
#F1F0CB
(241,240,203)
#F2F1D1
(242,241,209)
#F3F2D7
(243,242,215)
#F4F3DD
(244,243,221)
#F5F4E3
(245,244,227)
#F6F5E9
(246,245,233)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECB3; }

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

This text font color is #EDECB3.

Background Color

.myBgColor { background-color: #EDECB3; }

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

This div background color is #EDECB3.

Border color

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

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

This div border color is #EDECB3.

Opacity

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

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

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

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

This text has shadow with #EDECB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDECB3.

Preview

Color preview on black background

This text has color #EDECB3 on black background.


Color preview on white background

This text has color #EDECB3 on white background.


Black color preview on #EDECB3 background

This text has black color on #EDECB3 background.


White color preview on #EDECB3 background

This text has white color on #EDECB3 background.


Related colors

Complementary color

Complementary color for #hex is #12134C.


I love getcolorcode.com

Triadic colors

1 #B3EDEC and #ECB3ED with #EDECB3 are triadic colors.

2 #B3ECED and #ECEDB3 with #EDECB3 are triadic colors.