COLOR #ECC6AE

HEX: #ECC6AE
RGB: (236,198,174)

Renk bilgisi

#ECC6AE contains mainly red and green colors. #ECC6AE ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#ECC6AE color RGB value is (236,198,174).

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

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 198 of 255 = 78%
B 174 of 255 = 68%

236
198
174

R + G + B ~ 80%. #ECC6AE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 198 + 174 = 608 (100%)
R 236 of 608 ~ 38.82%
G 198 of 608 ~ 32.57%
B 174 of 608 ~ 28.62%

%38.82
%32.57
%28.62

CMYK RENK MODELİ

#ECC6AE rengi CMYK tonu (0,16,26,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.10%
  • sarı tonu 26.27%
  • ana renk tonu 7.45%
CMYK:
(0,16,26,7)
C0M16Y26K7 
(0%,16%,26%,7%)
(0.00/0.16/0.26/0.07)	

CMYK yüzdeleri

%0
%16.1
%26.27
%7.45

Codes

Color #ECC6AE in popluar color models

ECC6AE
RGB236198174
HSL23°62.00%80.39%
HSB/HSV23°26.27%92.55%
CMYK0.00%16.10%26.27%
7.45%

Color #ECC6AE in popluar number systems.

HEXECC6AE
Decimal236198174
Binary111011001100011010101110
Octal354306256

Shades and tints

Shades of #ECC6AE

#ECC6AE
(236,198,174)
#D7B49F
(215,180,159)
#C2A290
(194,162,144)
#AD9081
(173,144,129)
#987E72
(152,126,114)
#836C63
(131,108,99)
#6E5A54
(110,90,84)
#594845
(89,72,69)
#443636
(68,54,54)
#2F2427
(47,36,39)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #ECC6AE

#ECC6AE
(236,198,174)
#EDCBB5
(237,203,181)
#EED0BC
(238,208,188)
#EFD5C3
(239,213,195)
#F0DACA
(240,218,202)
#F1DFD1
(241,223,209)
#F2E4D8
(242,228,216)
#F3E9DF
(243,233,223)
#F4EEE6
(244,238,230)
#F5F3ED
(245,243,237)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC6AE; }

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

This text font color is #ECC6AE.


Background Color

.myBgColor { background-color: #ECC6AE; }

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

This div background color is #ECC6AE.


Border color

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

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

This div border color is #ECC6AE.


Opacity

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

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

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

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

This text has shadow with #ECC6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC6AE on black background.


Color preview on white background

This text has color #ECC6AE on white background.



Black color preview on #ECC6AE background

This text has black color on #ECC6AE background.


White color preview on #ECC6AE background

This text has white color on #ECC6AE background.