COLOR #E6C7AE

HEX: #E6C7AE
RGB: (230,199,174)

Renk bilgisi

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

RGB renk modeli

#E6C7AE color RGB value is (230,199,174).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 199 of 255 = 78%
B 174 of 255 = 68%

230
199
174

R + G + B ~ 79%. #E6C7AE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 199 + 174 = 603 (100%)
R 230 of 603 ~ 38.14%
G 199 of 603 ~ 33%
B 174 of 603 ~ 28.86%

%38.14
%33
%28.86

CMYK RENK MODELİ

#E6C7AE rengi CMYK tonu (0,13,24,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.48%
  • sarı tonu 24.35%
  • ana renk tonu 9.80%
CMYK:
(0,13,24,10)
C0M13Y24K10 
(0%,13%,24%,10%)
(0.00/0.13/0.24/0.10)	

CMYK yüzdeleri

%0
%13.48
%24.35
%9.8

Codes

Color #E6C7AE in popluar color models

E6C7AE
RGB230199174
HSL27°52.83%79.22%
HSB/HSV27°24.35%90.20%
CMYK0.00%13.48%24.35%
9.80%

Color #E6C7AE in popluar number systems.

HEXE6C7AE
Decimal230199174
Binary111001101100011110101110
Octal346307256

Shades and tints

Shades of #E6C7AE

#E6C7AE
(230,199,174)
#D2B59F
(210,181,159)
#BEA390
(190,163,144)
#AA9181
(170,145,129)
#967F72
(150,127,114)
#826D63
(130,109,99)
#6E5B54
(110,91,84)
#5A4945
(90,73,69)
#463736
(70,55,54)
#322527
(50,37,39)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #E6C7AE

#E6C7AE
(230,199,174)
#E8CCB5
(232,204,181)
#EAD1BC
(234,209,188)
#ECD6C3
(236,214,195)
#EEDBCA
(238,219,202)
#F0E0D1
(240,224,209)
#F2E5D8
(242,229,216)
#F4EADF
(244,234,223)
#F6EFE6
(246,239,230)
#F8F4ED
(248,244,237)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C7AE; }

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

This text font color is #E6C7AE.


Background Color

.myBgColor { background-color: #E6C7AE; }

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

This div background color is #E6C7AE.


Border color

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

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

This div border color is #E6C7AE.


Opacity

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

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

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

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

This text has shadow with #E6C7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C7AE on black background.


Color preview on white background

This text has color #E6C7AE on white background.



Black color preview on #E6C7AE background

This text has black color on #E6C7AE background.


White color preview on #E6C7AE background

This text has white color on #E6C7AE background.