COLOR #E6C1AE

HEX: #E6C1AE
RGB: (230,193,174)

Renk bilgisi

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

RGB renk modeli

#E6C1AE color RGB value is (230,193,174).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 193 of 255 = 76%
B 174 of 255 = 68%

230
193
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 193 + 174 = 597 (100%)
R 230 of 597 ~ 38.53%
G 193 of 597 ~ 32.33%
B 174 of 597 ~ 29.15%

%38.53
%32.33
%29.15

CMYK RENK MODELİ

#E6C1AE rengi CMYK tonu (0,16,24,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.09%
  • sarı tonu 24.35%
  • ana renk tonu 9.80%
CMYK:
(0,16,24,10)
C0M16Y24K10 
(0%,16%,24%,10%)
(0.00/0.16/0.24/0.10)	

CMYK yüzdeleri

%0
%16.09
%24.35
%9.8

Codes

Color #E6C1AE in popluar color models

E6C1AE
RGB230193174
HSL20°52.83%79.22%
HSB/HSV20°24.35%90.20%
CMYK0.00%16.09%24.35%
9.80%

Color #E6C1AE in popluar number systems.

HEXE6C1AE
Decimal230193174
Binary111001101100000110101110
Octal346301256

Shades and tints

Shades of #E6C1AE

#E6C1AE
(230,193,174)
#D2B09F
(210,176,159)
#BE9F90
(190,159,144)
#AA8E81
(170,142,129)
#967D72
(150,125,114)
#826C63
(130,108,99)
#6E5B54
(110,91,84)
#5A4A45
(90,74,69)
#463936
(70,57,54)
#322827
(50,40,39)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #E6C1AE

#E6C1AE
(230,193,174)
#E8C6B5
(232,198,181)
#EACBBC
(234,203,188)
#ECD0C3
(236,208,195)
#EED5CA
(238,213,202)
#F0DAD1
(240,218,209)
#F2DFD8
(242,223,216)
#F4E4DF
(244,228,223)
#F6E9E6
(246,233,230)
#F8EEED
(248,238,237)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C1AE; }

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

This text font color is #E6C1AE.


Background Color

.myBgColor { background-color: #E6C1AE; }

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

This div background color is #E6C1AE.


Border color

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

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

This div border color is #E6C1AE.


Opacity

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

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

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

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

This text has shadow with #E6C1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C1AE on black background.


Color preview on white background

This text has color #E6C1AE on white background.



Black color preview on #E6C1AE background

This text has black color on #E6C1AE background.


White color preview on #E6C1AE background

This text has white color on #E6C1AE background.