COLOR #EDEAB6

HEX: #EDEAB6
RGB: (237,234,182)

Color info

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

RGB color model

#EDEAB6 color RGB value is (237,234,182).

  • red value is 237;
  • green value is 234;
  • blue value is 182.
RGB:
(237,234,182)
(93%,92%,71%)

RGB channels and saturation

R 237 of 255 = 93%
G 234 of 255 = 92%
B 182 of 255 = 71%

237
234
182

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

Portions of RGB colors in percentages

R + G + B =
237 + 234 + 182 = 653 (100%)
R 237 of 653 ~ 36.29%
G 234 of 653 ~ 35.83%
B 182 of 653 ~ 27.87%

%36.29
%35.83
%27.87

CMYK color model

#EDEAB6 color CMYK value is (0,1,23,7).

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 23.21%
  • key color value is 7.06%
CMYK:
(0,1,23,7)
C0M1Y23K7 
(0%,1%,23%,7%)
(0.00/0.01/0.23/0.07)	

CMYK percentages

%0
%1.27
%23.21
%7.06

Codes

Color #EDEAB6 in popluar color models

EDEAB6
RGB237234182
HSL57°60.44%82.16%
HSB/HSV57°23.21%92.94%
CMYK0.00%1.27%23.21%
7.06%

Color #EDEAB6 in popluar number systems.

HEXEDEAB6
Decimal237234182
Binary111011011110101010110110
Octal355352266

Shades and tints

Shades of #EDEAB6

#EDEAB6
(237,234,182)
#D8D5A6
(216,213,166)
#C3C096
(195,192,150)
#AEAB86
(174,171,134)
#999676
(153,150,118)
#848166
(132,129,102)
#6F6C56
(111,108,86)
#5A5746
(90,87,70)
#454236
(69,66,54)
#302D26
(48,45,38)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #EDEAB6

#EDEAB6
(237,234,182)
#EEEBBC
(238,235,188)
#EFECC2
(239,236,194)
#F0EDC8
(240,237,200)
#F1EECE
(241,238,206)
#F2EFD4
(242,239,212)
#F3F0DA
(243,240,218)
#F4F1E0
(244,241,224)
#F5F2E6
(245,242,230)
#F6F3EC
(246,243,236)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEAB6 color. Also use rgb(237,234,182) instead hex code.

Text Font Color

.myTextColor { color: #EDEAB6; }

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

This text font color is #EDEAB6.


Background Color

.myBgColor { background-color: #EDEAB6; }

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

This div background color is #EDEAB6.


Border color

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

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

This div border color is #EDEAB6.


Opacity

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

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

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

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

This text has shadow with #EDEAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEAB6 on black background.


Color preview on white background

This text has color #EDEAB6 on white background.



Black color preview on #EDEAB6 background

This text has black color on #EDEAB6 background.


White color preview on #EDEAB6 background

This text has white color on #EDEAB6 background.