COLOR #E6E9C2

HEX: #E6E9C2
RGB: (230,233,194)

Renk bilgisi

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

RGB renk modeli

#E6E9C2 color RGB value is (230,233,194).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 233 of 255 = 91%
B 194 of 255 = 76%

230
233
194

R + G + B ~ 86%. #E6E9C2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 233 + 194 = 657 (100%)
R 230 of 657 ~ 35.01%
G 233 of 657 ~ 35.46%
B 194 of 657 ~ 29.53%

%35.01
%35.46
%29.53

CMYK RENK MODELİ

#E6E9C2 rengi CMYK tonu (1,0,17,9).

  • camgöbeği tonu 1.29%
  • eflatun tonu 0.00%
  • sarı tonu 16.74%
  • ana renk tonu 8.63%
CMYK:
(1,0,17,9)
C1M0Y17K9 
(1%,0%,17%,9%)
(0.01/0.00/0.17/0.09)	

CMYK yüzdeleri

%1.29
%0
%16.74
%8.63

Codes

Color #E6E9C2 in popluar color models

E6E9C2
RGB230233194
HSL65°46.99%83.73%
HSB/HSV65°16.74%91.37%
CMYK1.29%0.00%16.74%
8.63%

Color #E6E9C2 in popluar number systems.

HEXE6E9C2
Decimal230233194
Binary111001101110100111000010
Octal346351302

Shades and tints

Shades of #E6E9C2

#E6E9C2
(230,233,194)
#D2D4B1
(210,212,177)
#BEBFA0
(190,191,160)
#AAAA8F
(170,170,143)
#96957E
(150,149,126)
#82806D
(130,128,109)
#6E6B5C
(110,107,92)
#5A564B
(90,86,75)
#46413A
(70,65,58)
#322C29
(50,44,41)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #E6E9C2

#E6E9C2
(230,233,194)
#E8EBC7
(232,235,199)
#EAEDCC
(234,237,204)
#ECEFD1
(236,239,209)
#EEF1D6
(238,241,214)
#F0F3DB
(240,243,219)
#F2F5E0
(242,245,224)
#F4F7E5
(244,247,229)
#F6F9EA
(246,249,234)
#F8FBEF
(248,251,239)
#FAFDF4
(250,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E9C2; }

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

This text font color is #E6E9C2.


Background Color

.myBgColor { background-color: #E6E9C2; }

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

This div background color is #E6E9C2.


Border color

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

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

This div border color is #E6E9C2.


Opacity

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

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

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

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

This text has shadow with #E6E9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E9C2 on black background.


Color preview on white background

This text has color #E6E9C2 on white background.



Black color preview on #E6E9C2 background

This text has black color on #E6E9C2 background.


White color preview on #E6E9C2 background

This text has white color on #E6E9C2 background.