COLOR #E6E6CA

HEX: #E6E6CA
RGB: (230,230,202)

Renk bilgisi

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

RGB renk modeli

#E6E6CA color RGB value is (230,230,202).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 230 of 255 = 90%
B 202 of 255 = 79%

230
230
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 230 + 202 = 662 (100%)
R 230 of 662 ~ 34.74%
G 230 of 662 ~ 34.74%
B 202 of 662 ~ 30.51%

%34.74
%34.74
%30.51

CMYK RENK MODELİ

#E6E6CA rengi CMYK tonu (0,0,12,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 12.17%
  • ana renk tonu 9.80%
CMYK:
(0,0,12,10)
C0M0Y12K10 
(0%,0%,12%,10%)
(0.00/0.00/0.12/0.10)	

CMYK yüzdeleri

%0
%0
%12.17
%9.8

Codes

Color #E6E6CA in popluar color models

E6E6CA
RGB230230202
HSL60°35.90%84.71%
HSB/HSV60°12.17%90.20%
CMYK0.00%0.00%12.17%
9.80%

Color #E6E6CA in popluar number systems.

HEXE6E6CA
Decimal230230202
Binary111001101110011011001010
Octal346346312

Shades and tints

Shades of #E6E6CA

#E6E6CA
(230,230,202)
#D2D2B8
(210,210,184)
#BEBEA6
(190,190,166)
#AAAA94
(170,170,148)
#969682
(150,150,130)
#828270
(130,130,112)
#6E6E5E
(110,110,94)
#5A5A4C
(90,90,76)
#46463A
(70,70,58)
#323228
(50,50,40)
#1E1E16
(30,30,22)
#000000
(0,0,0)

Tints of #E6E6CA

#E6E6CA
(230,230,202)
#E8E8CE
(232,232,206)
#EAEAD2
(234,234,210)
#ECECD6
(236,236,214)
#EEEEDA
(238,238,218)
#F0F0DE
(240,240,222)
#F2F2E2
(242,242,226)
#F4F4E6
(244,244,230)
#F6F6EA
(246,246,234)
#F8F8EE
(248,248,238)
#FAFAF2
(250,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E6CA; }

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

This text font color is #E6E6CA.


Background Color

.myBgColor { background-color: #E6E6CA; }

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

This div background color is #E6E6CA.


Border color

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

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

This div border color is #E6E6CA.


Opacity

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

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

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

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

This text has shadow with #E6E6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E6CA on black background.


Color preview on white background

This text has color #E6E6CA on white background.



Black color preview on #E6E6CA background

This text has black color on #E6E6CA background.


White color preview on #E6E6CA background

This text has white color on #E6E6CA background.