COLOR #E6E6A5

HEX: #E6E6A5
RGB: (230,230,165)

Renk bilgisi

#E6E6A5 contains mainly red and green colors. #E6E6A5 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E6E6A5 color RGB value is (230,230,165).

  • kırmız ton 230;
  • yeşil ton 230;
  • mavi ton 165.
RGB:
(230,230,165)
(90%,90%,65%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 230 of 255 = 90%
B 165 of 255 = 65%

230
230
165

R + G + B ~ 82%. #E6E6A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 230 + 165 = 625 (100%)
R 230 of 625 ~ 36.8%
G 230 of 625 ~ 36.8%
B 165 of 625 ~ 26.4%

%36.8
%36.8
%26.4

CMYK RENK MODELİ

#E6E6A5 rengi CMYK tonu (0,0,28,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 28.26%
  • ana renk tonu 9.80%
CMYK:
(0,0,28,10)
C0M0Y28K10 
(0%,0%,28%,10%)
(0.00/0.00/0.28/0.10)	

CMYK yüzdeleri

%0
%0
%28.26
%9.8

Codes

Color #E6E6A5 in popluar color models

E6E6A5
RGB230230165
HSL60°56.52%77.45%
HSB/HSV60°28.26%90.20%
CMYK0.00%0.00%28.26%
9.80%

Color #E6E6A5 in popluar number systems.

HEXE6E6A5
Decimal230230165
Binary111001101110011010100101
Octal346346245

Shades and tints

Shades of #E6E6A5

#E6E6A5
(230,230,165)
#D2D296
(210,210,150)
#BEBE87
(190,190,135)
#AAAA78
(170,170,120)
#969669
(150,150,105)
#82825A
(130,130,90)
#6E6E4B
(110,110,75)
#5A5A3C
(90,90,60)
#46462D
(70,70,45)
#32321E
(50,50,30)
#1E1E0F
(30,30,15)
#000000
(0,0,0)

Tints of #E6E6A5

#E6E6A5
(230,230,165)
#E8E8AD
(232,232,173)
#EAEAB5
(234,234,181)
#ECECBD
(236,236,189)
#EEEEC5
(238,238,197)
#F0F0CD
(240,240,205)
#F2F2D5
(242,242,213)
#F4F4DD
(244,244,221)
#F6F6E5
(246,246,229)
#F8F8ED
(248,248,237)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E6A5; }

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

This text font color is #E6E6A5.


Background Color

.myBgColor { background-color: #E6E6A5; }

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

This div background color is #E6E6A5.


Border color

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

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

This div border color is #E6E6A5.


Opacity

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

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

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

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

This text has shadow with #E6E6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E6A5 on black background.


Color preview on white background

This text has color #E6E6A5 on white background.



Black color preview on #E6E6A5 background

This text has black color on #E6E6A5 background.


White color preview on #E6E6A5 background

This text has white color on #E6E6A5 background.