COLOR #EDEBE6

HEX: #EDEBE6
RGB: (237,235,230)

Color info

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

RGB color model

#EDEBE6 color RGB value is (237,235,230).

  • red value is 237;
  • green value is 235;
  • blue value is 230.
RGB:
(237,235,230)
(93%,92%,90%)

RGB channels and saturation

R 237 of 255 = 93%
G 235 of 255 = 92%
B 230 of 255 = 90%

237
235
230

R + G + B ~ 92%. #EDEBE6 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 235 + 230 = 702 (100%)
R 237 of 702 ~ 33.76%
G 235 of 702 ~ 33.48%
B 230 of 702 ~ 32.76%

%33.76
%33.48
%32.76

CMYK color model

#EDEBE6 color CMYK value is (0,1,3,7).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(0,1,3,7)
C0M1Y3K7 
(0%,1%,3%,7%)
(0.00/0.01/0.03/0.07)	

CMYK percentages

%0
%0.84
%2.95
%7.06

Codes

Color #EDEBE6 in popluar color models

EDEBE6
RGB237235230
HSL43°16.28%91.57%
HSB/HSV43°2.95%92.94%
CMYK0.00%0.84%2.95%
7.06%

Color #EDEBE6 in popluar number systems.

HEXEDEBE6
Decimal237235230
Binary111011011110101111100110
Octal355353346

Shades and tints

Shades of #EDEBE6

#EDEBE6
(237,235,230)
#D8D6D2
(216,214,210)
#C3C1BE
(195,193,190)
#AEACAA
(174,172,170)
#999796
(153,151,150)
#848282
(132,130,130)
#6F6D6E
(111,109,110)
#5A585A
(90,88,90)
#454346
(69,67,70)
#302E32
(48,46,50)
#1B191E
(27,25,30)
#000000
(0,0,0)

Tints of #EDEBE6

#EDEBE6
(237,235,230)
#EEECE8
(238,236,232)
#EFEDEA
(239,237,234)
#F0EEEC
(240,238,236)
#F1EFEE
(241,239,238)
#F2F0F0
(242,240,240)
#F3F1F2
(243,241,242)
#F4F2F4
(244,242,244)
#F5F3F6
(245,243,246)
#F6F4F8
(246,244,248)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBE6; }

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

This text font color is #EDEBE6.


Background Color

.myBgColor { background-color: #EDEBE6; }

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

This div background color is #EDEBE6.


Border color

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

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

This div border color is #EDEBE6.


Opacity

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

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

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

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

This text has shadow with #EDEBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBE6 on black background.


Color preview on white background

This text has color #EDEBE6 on white background.



Black color preview on #EDEBE6 background

This text has black color on #EDEBE6 background.


White color preview on #EDEBE6 background

This text has white color on #EDEBE6 background.