COLOR #EDEEB2

HEX: #EDEEB2
RGB: (237,238,178)

Color info

#EDEEB2 contains mainly red and green colors. Web safe color of #EDEEB2 is #FFFF99 (or #FF9).

RGB color model

#EDEEB2 color RGB value is (237,238,178).

  • red value is 237;
  • green value is 238;
  • blue value is 178.
RGB:
(237,238,178)
(93%,93%,70%)

RGB channels and saturation

R 237 of 255 = 93%
G 238 of 255 = 93%
B 178 of 255 = 70%

237
238
178

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

Portions of RGB colors in percentages

R + G + B =
237 + 238 + 178 = 653 (100%)
R 237 of 653 ~ 36.29%
G 238 of 653 ~ 36.45%
B 178 of 653 ~ 27.26%

%36.29
%36.45
%27.26

CMYK color model

#EDEEB2 color CMYK value is (0,0,25,7).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 6.67%
CMYK:
(0,0,25,7)
C0M0Y25K7 
(0%,0%,25%,7%)
(0.00/0.00/0.25/0.07)	

CMYK percentages

%0.42
%0
%25.21
%6.67

Codes

Color #EDEEB2 in popluar color models

EDEEB2
RGB237238178
HSL61°63.83%81.57%
HSB/HSV61°25.21%93.33%
CMYK0.42%0.00%25.21%
6.67%

Color #EDEEB2 in popluar number systems.

HEXEDEEB2
Decimal237238178
Binary111011011110111010110010
Octal355356262

Shades and tints

Shades of #EDEEB2

#EDEEB2
(237,238,178)
#D8D9A2
(216,217,162)
#C3C492
(195,196,146)
#AEAF82
(174,175,130)
#999A72
(153,154,114)
#848562
(132,133,98)
#6F7052
(111,112,82)
#5A5B42
(90,91,66)
#454632
(69,70,50)
#303122
(48,49,34)
#1B1C12
(27,28,18)
#000000
(0,0,0)

Tints of #EDEEB2

#EDEEB2
(237,238,178)
#EEEFB9
(238,239,185)
#EFF0C0
(239,240,192)
#F0F1C7
(240,241,199)
#F1F2CE
(241,242,206)
#F2F3D5
(242,243,213)
#F3F4DC
(243,244,220)
#F4F5E3
(244,245,227)
#F5F6EA
(245,246,234)
#F6F7F1
(246,247,241)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEEB2 color. Also use rgb(237,238,178) instead hex code.

Text Font Color

.myTextColor { color: #EDEEB2; }

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

This text font color is #EDEEB2.


Background Color

.myBgColor { background-color: #EDEEB2; }

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

This div background color is #EDEEB2.


Border color

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

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

This div border color is #EDEEB2.


Opacity

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

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

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

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

This text has shadow with #EDEEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEEB2 on black background.


Color preview on white background

This text has color #EDEEB2 on white background.



Black color preview on #EDEEB2 background

This text has black color on #EDEEB2 background.


White color preview on #EDEEB2 background

This text has white color on #EDEEB2 background.