COLOR #E6E9E0

HEX: #E6E9E0
RGB: (230,233,224)

Renk bilgisi

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

RGB renk modeli

#E6E9E0 color RGB value is (230,233,224).

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

RGB bağlantıları ve doygunluk

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

230
233
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 233 + 224 = 687 (100%)
R 230 of 687 ~ 33.48%
G 233 of 687 ~ 33.92%
B 224 of 687 ~ 32.61%

%33.48
%33.92
%32.61

CMYK RENK MODELİ

#E6E9E0 rengi CMYK tonu (1,0,4,9).

  • camgöbeği tonu 1.29%
  • eflatun tonu 0.00%
  • sarı tonu 3.86%
  • ana renk tonu 8.63%
CMYK:
(1,0,4,9)
C1M0Y4K9 
(1%,0%,4%,9%)
(0.01/0.00/0.04/0.09)	

CMYK yüzdeleri

%1.29
%0
%3.86
%8.63

Codes

Color #E6E9E0 in popluar color models

E6E9E0
RGB230233224
HSL80°16.98%89.61%
HSB/HSV80°3.86%91.37%
CMYK1.29%0.00%3.86%
8.63%

Color #E6E9E0 in popluar number systems.

HEXE6E9E0
Decimal230233224
Binary111001101110100111100000
Octal346351340

Shades and tints

Shades of #E6E9E0

#E6E9E0
(230,233,224)
#D2D4CC
(210,212,204)
#BEBFB8
(190,191,184)
#AAAAA4
(170,170,164)
#969590
(150,149,144)
#82807C
(130,128,124)
#6E6B68
(110,107,104)
#5A5654
(90,86,84)
#464140
(70,65,64)
#322C2C
(50,44,44)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #E6E9E0

#E6E9E0
(230,233,224)
#E8EBE2
(232,235,226)
#EAEDE4
(234,237,228)
#ECEFE6
(236,239,230)
#EEF1E8
(238,241,232)
#F0F3EA
(240,243,234)
#F2F5EC
(242,245,236)
#F4F7EE
(244,247,238)
#F6F9F0
(246,249,240)
#F8FBF2
(248,251,242)
#FAFDF4
(250,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E9E0; }

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

This text font color is #E6E9E0.


Background Color

.myBgColor { background-color: #E6E9E0; }

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

This div background color is #E6E9E0.


Border color

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

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

This div border color is #E6E9E0.


Opacity

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

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

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

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

This text has shadow with #E6E9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E9E0 on black background.


Color preview on white background

This text has color #E6E9E0 on white background.



Black color preview on #E6E9E0 background

This text has black color on #E6E9E0 background.


White color preview on #E6E9E0 background

This text has white color on #E6E9E0 background.