COLOR #E9EDE2

HEX: #E9EDE2
RGB: (233,237,226)

Renk bilgisi

#E9EDE2 contains red, green and blue colors in about the same proportion. #E9EDE2 ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#E9EDE2 color RGB value is (233,237,226).

  • kırmız ton 233;
  • yeşil ton 237;
  • mavi ton 226.
RGB:
(233,237,226)
(91%,93%,89%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 237 of 255 = 93%
B 226 of 255 = 89%

233
237
226

R + G + B ~ 91%. #E9EDE2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 237 + 226 = 696 (100%)
R 233 of 696 ~ 33.48%
G 237 of 696 ~ 34.05%
B 226 of 696 ~ 32.47%

%33.48
%34.05
%32.47

CMYK RENK MODELİ

#E9EDE2 rengi CMYK tonu (2,0,5,7).

  • camgöbeği tonu 1.69%
  • eflatun tonu 0.00%
  • sarı tonu 4.64%
  • ana renk tonu 7.06%
CMYK:
(2,0,5,7)
C2M0Y5K7 
(2%,0%,5%,7%)
(0.02/0.00/0.05/0.07)	

CMYK yüzdeleri

%1.69
%0
%4.64
%7.06

Codes

Color #E9EDE2 in popluar color models

E9EDE2
RGB233237226
HSL82°23.40%90.78%
HSB/HSV82°4.64%92.94%
CMYK1.69%0.00%4.64%
7.06%

Color #E9EDE2 in popluar number systems.

HEXE9EDE2
Decimal233237226
Binary111010011110110111100010
Octal351355342

Shades and tints

Shades of #E9EDE2

#E9EDE2
(233,237,226)
#D4D8CE
(212,216,206)
#BFC3BA
(191,195,186)
#AAAEA6
(170,174,166)
#959992
(149,153,146)
#80847E
(128,132,126)
#6B6F6A
(107,111,106)
#565A56
(86,90,86)
#414542
(65,69,66)
#2C302E
(44,48,46)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #E9EDE2

#E9EDE2
(233,237,226)
#EBEEE4
(235,238,228)
#EDEFE6
(237,239,230)
#EFF0E8
(239,240,232)
#F1F1EA
(241,241,234)
#F3F2EC
(243,242,236)
#F5F3EE
(245,243,238)
#F7F4F0
(247,244,240)
#F9F5F2
(249,245,242)
#FBF6F4
(251,246,244)
#FDF7F6
(253,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9EDE2 color. Also use rgb(233,237,226) instead hex code.

Text Font Color

.myTextColor { color: #E9EDE2; }

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

This text font color is #E9EDE2.


Background Color

.myBgColor { background-color: #E9EDE2; }

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

This div background color is #E9EDE2.


Border color

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

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

This div border color is #E9EDE2.


Opacity

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

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

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

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

This text has shadow with #E9EDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EDE2 on black background.


Color preview on white background

This text has color #E9EDE2 on white background.



Black color preview on #E9EDE2 background

This text has black color on #E9EDE2 background.


White color preview on #E9EDE2 background

This text has white color on #E9EDE2 background.