COLOR #E6C7AA

HEX: #E6C7AA
RGB: (230,199,170)

Renk bilgisi

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

RGB renk modeli

#E6C7AA color RGB value is (230,199,170).

  • kırmız ton 230;
  • yeşil ton 199;
  • mavi ton 170.
RGB:
(230,199,170)
(90%,78%,67%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 199 of 255 = 78%
B 170 of 255 = 67%

230
199
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 199 + 170 = 599 (100%)
R 230 of 599 ~ 38.4%
G 199 of 599 ~ 33.22%
B 170 of 599 ~ 28.38%

%38.4
%33.22
%28.38

CMYK RENK MODELİ

#E6C7AA rengi CMYK tonu (0,13,26,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.48%
  • sarı tonu 26.09%
  • ana renk tonu 9.80%
CMYK:
(0,13,26,10)
C0M13Y26K10 
(0%,13%,26%,10%)
(0.00/0.13/0.26/0.10)	

CMYK yüzdeleri

%0
%13.48
%26.09
%9.8

Codes

Color #E6C7AA in popluar color models

E6C7AA
RGB230199170
HSL29°54.55%78.43%
HSB/HSV29°26.09%90.20%
CMYK0.00%13.48%26.09%
9.80%

Color #E6C7AA in popluar number systems.

HEXE6C7AA
Decimal230199170
Binary111001101100011110101010
Octal346307252

Shades and tints

Shades of #E6C7AA

#E6C7AA
(230,199,170)
#D2B59B
(210,181,155)
#BEA38C
(190,163,140)
#AA917D
(170,145,125)
#967F6E
(150,127,110)
#826D5F
(130,109,95)
#6E5B50
(110,91,80)
#5A4941
(90,73,65)
#463732
(70,55,50)
#322523
(50,37,35)
#1E1314
(30,19,20)
#000000
(0,0,0)

Tints of #E6C7AA

#E6C7AA
(230,199,170)
#E8CCB1
(232,204,177)
#EAD1B8
(234,209,184)
#ECD6BF
(236,214,191)
#EEDBC6
(238,219,198)
#F0E0CD
(240,224,205)
#F2E5D4
(242,229,212)
#F4EADB
(244,234,219)
#F6EFE2
(246,239,226)
#F8F4E9
(248,244,233)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C7AA; }

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

This text font color is #E6C7AA.


Background Color

.myBgColor { background-color: #E6C7AA; }

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

This div background color is #E6C7AA.


Border color

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

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

This div border color is #E6C7AA.


Opacity

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

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

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

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

This text has shadow with #E6C7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C7AA on black background.


Color preview on white background

This text has color #E6C7AA on white background.



Black color preview on #E6C7AA background

This text has black color on #E6C7AA background.


White color preview on #E6C7AA background

This text has white color on #E6C7AA background.