COLOR #E6E9E1

HEX: #E6E9E1
RGB: (230,233,225)

Renk bilgisi

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

RGB renk modeli

#E6E9E1 color RGB value is (230,233,225).

  • kırmız ton 230;
  • yeşil ton 233;
  • mavi ton 225.
RGB:
(230,233,225)
(90%,91%,88%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 233 of 255 = 91%
B 225 of 255 = 88%

230
233
225

R + G + B ~ 90%. #E6E9E1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 233 + 225 = 688 (100%)
R 230 of 688 ~ 33.43%
G 233 of 688 ~ 33.87%
B 225 of 688 ~ 32.7%

%33.43
%33.87
%32.7

CMYK RENK MODELİ

#E6E9E1 rengi CMYK tonu (1,0,3,9).

  • camgöbeği tonu 1.29%
  • eflatun tonu 0.00%
  • sarı tonu 3.43%
  • ana renk tonu 8.63%
CMYK:
(1,0,3,9)
C1M0Y3K9 
(1%,0%,3%,9%)
(0.01/0.00/0.03/0.09)	

CMYK yüzdeleri

%1.29
%0
%3.43
%8.63

Codes

Color #E6E9E1 in popluar color models

E6E9E1
RGB230233225
HSL82°15.38%89.80%
HSB/HSV82°3.43%91.37%
CMYK1.29%0.00%3.43%
8.63%

Color #E6E9E1 in popluar number systems.

HEXE6E9E1
Decimal230233225
Binary111001101110100111100001
Octal346351341

Shades and tints

Shades of #E6E9E1

#E6E9E1
(230,233,225)
#D2D4CD
(210,212,205)
#BEBFB9
(190,191,185)
#AAAAA5
(170,170,165)
#969591
(150,149,145)
#82807D
(130,128,125)
#6E6B69
(110,107,105)
#5A5655
(90,86,85)
#464141
(70,65,65)
#322C2D
(50,44,45)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #E6E9E1

#E6E9E1
(230,233,225)
#E8EBE3
(232,235,227)
#EAEDE5
(234,237,229)
#ECEFE7
(236,239,231)
#EEF1E9
(238,241,233)
#F0F3EB
(240,243,235)
#F2F5ED
(242,245,237)
#F4F7EF
(244,247,239)
#F6F9F1
(246,249,241)
#F8FBF3
(248,251,243)
#FAFDF5
(250,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E9E1 color. Also use rgb(230,233,225) instead hex code.

Text Font Color

.myTextColor { color: #E6E9E1; }

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

This text font color is #E6E9E1.


Background Color

.myBgColor { background-color: #E6E9E1; }

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

This div background color is #E6E9E1.


Border color

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

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

This div border color is #E6E9E1.


Opacity

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

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

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

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

This text has shadow with #E6E9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E9E1 on black background.


Color preview on white background

This text has color #E6E9E1 on white background.



Black color preview on #E6E9E1 background

This text has black color on #E6E9E1 background.


White color preview on #E6E9E1 background

This text has white color on #E6E9E1 background.