COLOR #E6CCA0

HEX: #E6CCA0
RGB: (230,204,160)

Renk bilgisi

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

RGB renk modeli

#E6CCA0 color RGB value is (230,204,160).

  • kırmız ton 230;
  • yeşil ton 204;
  • mavi ton 160.
RGB:
(230,204,160)
(90%,80%,63%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 204 of 255 = 80%
B 160 of 255 = 63%

230
204
160

R + G + B ~ 78%. #E6CCA0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 204 + 160 = 594 (100%)
R 230 of 594 ~ 38.72%
G 204 of 594 ~ 34.34%
B 160 of 594 ~ 26.94%

%38.72
%34.34
%26.94

CMYK RENK MODELİ

#E6CCA0 rengi CMYK tonu (0,11,30,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.30%
  • sarı tonu 30.43%
  • ana renk tonu 9.80%
CMYK:
(0,11,30,10)
C0M11Y30K10 
(0%,11%,30%,10%)
(0.00/0.11/0.30/0.10)	

CMYK yüzdeleri

%0
%11.3
%30.43
%9.8

Codes

Color #E6CCA0 in popluar color models

E6CCA0
RGB230204160
HSL38°58.33%76.47%
HSB/HSV38°30.43%90.20%
CMYK0.00%11.30%30.43%
9.80%

Color #E6CCA0 in popluar number systems.

HEXE6CCA0
Decimal230204160
Binary111001101100110010100000
Octal346314240

Shades and tints

Shades of #E6CCA0

#E6CCA0
(230,204,160)
#D2BA92
(210,186,146)
#BEA884
(190,168,132)
#AA9676
(170,150,118)
#968468
(150,132,104)
#82725A
(130,114,90)
#6E604C
(110,96,76)
#5A4E3E
(90,78,62)
#463C30
(70,60,48)
#322A22
(50,42,34)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #E6CCA0

#E6CCA0
(230,204,160)
#E8D0A8
(232,208,168)
#EAD4B0
(234,212,176)
#ECD8B8
(236,216,184)
#EEDCC0
(238,220,192)
#F0E0C8
(240,224,200)
#F2E4D0
(242,228,208)
#F4E8D8
(244,232,216)
#F6ECE0
(246,236,224)
#F8F0E8
(248,240,232)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CCA0; }

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

This text font color is #E6CCA0.


Background Color

.myBgColor { background-color: #E6CCA0; }

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

This div background color is #E6CCA0.


Border color

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

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

This div border color is #E6CCA0.


Opacity

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

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

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

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

This text has shadow with #E6CCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CCA0 on black background.


Color preview on white background

This text has color #E6CCA0 on white background.



Black color preview on #E6CCA0 background

This text has black color on #E6CCA0 background.


White color preview on #E6CCA0 background

This text has white color on #E6CCA0 background.