COLOR #E9C6AE

HEX: #E9C6AE
RGB: (233,198,174)

Renk bilgisi

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

RGB renk modeli

#E9C6AE color RGB value is (233,198,174).

  • kırmız ton 233;
  • yeşil ton 198;
  • mavi ton 174.
RGB:
(233,198,174)
(91%,78%,68%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 198 of 255 = 78%
B 174 of 255 = 68%

233
198
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 198 + 174 = 605 (100%)
R 233 of 605 ~ 38.51%
G 198 of 605 ~ 32.73%
B 174 of 605 ~ 28.76%

%38.51
%32.73
%28.76

CMYK RENK MODELİ

#E9C6AE rengi CMYK tonu (0,15,25,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.02%
  • sarı tonu 25.32%
  • ana renk tonu 8.63%
CMYK:
(0,15,25,9)
C0M15Y25K9 
(0%,15%,25%,9%)
(0.00/0.15/0.25/0.09)	

CMYK yüzdeleri

%0
%15.02
%25.32
%8.63

Codes

Color #E9C6AE in popluar color models

E9C6AE
RGB233198174
HSL24°57.28%79.80%
HSB/HSV24°25.32%91.37%
CMYK0.00%15.02%25.32%
8.63%

Color #E9C6AE in popluar number systems.

HEXE9C6AE
Decimal233198174
Binary111010011100011010101110
Octal351306256

Shades and tints

Shades of #E9C6AE

#E9C6AE
(233,198,174)
#D4B49F
(212,180,159)
#BFA290
(191,162,144)
#AA9081
(170,144,129)
#957E72
(149,126,114)
#806C63
(128,108,99)
#6B5A54
(107,90,84)
#564845
(86,72,69)
#413636
(65,54,54)
#2C2427
(44,36,39)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #E9C6AE

#E9C6AE
(233,198,174)
#EBCBB5
(235,203,181)
#EDD0BC
(237,208,188)
#EFD5C3
(239,213,195)
#F1DACA
(241,218,202)
#F3DFD1
(243,223,209)
#F5E4D8
(245,228,216)
#F7E9DF
(247,233,223)
#F9EEE6
(249,238,230)
#FBF3ED
(251,243,237)
#FDF8F4
(253,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C6AE color. Also use rgb(233,198,174) instead hex code.

Text Font Color

.myTextColor { color: #E9C6AE; }

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

This text font color is #E9C6AE.


Background Color

.myBgColor { background-color: #E9C6AE; }

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

This div background color is #E9C6AE.


Border color

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

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

This div border color is #E9C6AE.


Opacity

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

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

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

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

This text has shadow with #E9C6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C6AE on black background.


Color preview on white background

This text has color #E9C6AE on white background.



Black color preview on #E9C6AE background

This text has black color on #E9C6AE background.


White color preview on #E9C6AE background

This text has white color on #E9C6AE background.