COLOR #E6EDE2

HEX: #E6EDE2
RGB: (230,237,226)

Renk bilgisi

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

RGB renk modeli

#E6EDE2 color RGB value is (230,237,226).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 237 of 255 = 93%
B 226 of 255 = 89%

230
237
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 237 + 226 = 693 (100%)
R 230 of 693 ~ 33.19%
G 237 of 693 ~ 34.2%
B 226 of 693 ~ 32.61%

%33.19
%34.2
%32.61

CMYK RENK MODELİ

#E6EDE2 rengi CMYK tonu (3,0,5,7).

  • camgöbeği tonu 2.95%
  • eflatun tonu 0.00%
  • sarı tonu 4.64%
  • ana renk tonu 7.06%
CMYK:
(3,0,5,7)
C3M0Y5K7 
(3%,0%,5%,7%)
(0.03/0.00/0.05/0.07)	

CMYK yüzdeleri

%2.95
%0
%4.64
%7.06

Codes

Color #E6EDE2 in popluar color models

E6EDE2
RGB230237226
HSL98°23.40%90.78%
HSB/HSV98°4.64%92.94%
CMYK2.95%0.00%4.64%
7.06%

Color #E6EDE2 in popluar number systems.

HEXE6EDE2
Decimal230237226
Binary111001101110110111100010
Octal346355342

Shades and tints

Shades of #E6EDE2

#E6EDE2
(230,237,226)
#D2D8CE
(210,216,206)
#BEC3BA
(190,195,186)
#AAAEA6
(170,174,166)
#969992
(150,153,146)
#82847E
(130,132,126)
#6E6F6A
(110,111,106)
#5A5A56
(90,90,86)
#464542
(70,69,66)
#32302E
(50,48,46)
#1E1B1A
(30,27,26)
#000000
(0,0,0)

Tints of #E6EDE2

#E6EDE2
(230,237,226)
#E8EEE4
(232,238,228)
#EAEFE6
(234,239,230)
#ECF0E8
(236,240,232)
#EEF1EA
(238,241,234)
#F0F2EC
(240,242,236)
#F2F3EE
(242,243,238)
#F4F4F0
(244,244,240)
#F6F5F2
(246,245,242)
#F8F6F4
(248,246,244)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EDE2; }

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

This text font color is #E6EDE2.


Background Color

.myBgColor { background-color: #E6EDE2; }

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

This div background color is #E6EDE2.


Border color

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

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

This div border color is #E6EDE2.


Opacity

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

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

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

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

This text has shadow with #E6EDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EDE2 on black background.


Color preview on white background

This text has color #E6EDE2 on white background.



Black color preview on #E6EDE2 background

This text has black color on #E6EDE2 background.


White color preview on #E6EDE2 background

This text has white color on #E6EDE2 background.