COLOR #E6C6A1

HEX: #E6C6A1
RGB: (230,198,161)

Renk bilgisi

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

RGB renk modeli

#E6C6A1 color RGB value is (230,198,161).

  • kırmız ton 230;
  • yeşil ton 198;
  • mavi ton 161.
RGB:
(230,198,161)
(90%,78%,63%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 198 of 255 = 78%
B 161 of 255 = 63%

230
198
161

R + G + B ~ 77%. #E6C6A1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 198 + 161 = 589 (100%)
R 230 of 589 ~ 39.05%
G 198 of 589 ~ 33.62%
B 161 of 589 ~ 27.33%

%39.05
%33.62
%27.33

CMYK RENK MODELİ

#E6C6A1 rengi CMYK tonu (0,14,30,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.91%
  • sarı tonu 30.00%
  • ana renk tonu 9.80%
CMYK:
(0,14,30,10)
C0M14Y30K10 
(0%,14%,30%,10%)
(0.00/0.14/0.30/0.10)	

CMYK yüzdeleri

%0
%13.91
%30
%9.8

Codes

Color #E6C6A1 in popluar color models

E6C6A1
RGB230198161
HSL32°57.98%76.67%
HSB/HSV32°30.00%90.20%
CMYK0.00%13.91%30.00%
9.80%

Color #E6C6A1 in popluar number systems.

HEXE6C6A1
Decimal230198161
Binary111001101100011010100001
Octal346306241

Shades and tints

Shades of #E6C6A1

#E6C6A1
(230,198,161)
#D2B493
(210,180,147)
#BEA285
(190,162,133)
#AA9077
(170,144,119)
#967E69
(150,126,105)
#826C5B
(130,108,91)
#6E5A4D
(110,90,77)
#5A483F
(90,72,63)
#463631
(70,54,49)
#322423
(50,36,35)
#1E1215
(30,18,21)
#000000
(0,0,0)

Tints of #E6C6A1

#E6C6A1
(230,198,161)
#E8CBA9
(232,203,169)
#EAD0B1
(234,208,177)
#ECD5B9
(236,213,185)
#EEDAC1
(238,218,193)
#F0DFC9
(240,223,201)
#F2E4D1
(242,228,209)
#F4E9D9
(244,233,217)
#F6EEE1
(246,238,225)
#F8F3E9
(248,243,233)
#FAF8F1
(250,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C6A1; }

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

This text font color is #E6C6A1.


Background Color

.myBgColor { background-color: #E6C6A1; }

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

This div background color is #E6C6A1.


Border color

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

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

This div border color is #E6C6A1.


Opacity

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

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

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

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

This text has shadow with #E6C6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C6A1 on black background.


Color preview on white background

This text has color #E6C6A1 on white background.



Black color preview on #E6C6A1 background

This text has black color on #E6C6A1 background.


White color preview on #E6C6A1 background

This text has white color on #E6C6A1 background.