COLOR #ECD6A6

HEX: #ECD6A6
RGB: (236,214,166)

Renk bilgisi

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

RGB renk modeli

#ECD6A6 color RGB value is (236,214,166).

  • kırmız ton 236;
  • yeşil ton 214;
  • mavi ton 166.
RGB:
(236,214,166)
(93%,84%,65%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 214 of 255 = 84%
B 166 of 255 = 65%

236
214
166

R + G + B ~ 81%. #ECD6A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 214 + 166 = 616 (100%)
R 236 of 616 ~ 38.31%
G 214 of 616 ~ 34.74%
B 166 of 616 ~ 26.95%

%38.31
%34.74
%26.95

CMYK RENK MODELİ

#ECD6A6 rengi CMYK tonu (0,9,30,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.32%
  • sarı tonu 29.66%
  • ana renk tonu 7.45%
CMYK:
(0,9,30,7)
C0M9Y30K7 
(0%,9%,30%,7%)
(0.00/0.09/0.30/0.07)	

CMYK yüzdeleri

%0
%9.32
%29.66
%7.45

Codes

Color #ECD6A6 in popluar color models

ECD6A6
RGB236214166
HSL41°64.81%78.82%
HSB/HSV41°29.66%92.55%
CMYK0.00%9.32%29.66%
7.45%

Color #ECD6A6 in popluar number systems.

HEXECD6A6
Decimal236214166
Binary111011001101011010100110
Octal354326246

Shades and tints

Shades of #ECD6A6

#ECD6A6
(236,214,166)
#D7C397
(215,195,151)
#C2B088
(194,176,136)
#AD9D79
(173,157,121)
#988A6A
(152,138,106)
#83775B
(131,119,91)
#6E644C
(110,100,76)
#59513D
(89,81,61)
#443E2E
(68,62,46)
#2F2B1F
(47,43,31)
#1A1810
(26,24,16)
#000000
(0,0,0)

Tints of #ECD6A6

#ECD6A6
(236,214,166)
#EDD9AE
(237,217,174)
#EEDCB6
(238,220,182)
#EFDFBE
(239,223,190)
#F0E2C6
(240,226,198)
#F1E5CE
(241,229,206)
#F2E8D6
(242,232,214)
#F3EBDE
(243,235,222)
#F4EEE6
(244,238,230)
#F5F1EE
(245,241,238)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD6A6 color. Also use rgb(236,214,166) instead hex code.

Text Font Color

.myTextColor { color: #ECD6A6; }

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

This text font color is #ECD6A6.


Background Color

.myBgColor { background-color: #ECD6A6; }

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

This div background color is #ECD6A6.


Border color

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

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

This div border color is #ECD6A6.


Opacity

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

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

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

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

This text has shadow with #ECD6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD6A6 on black background.


Color preview on white background

This text has color #ECD6A6 on white background.



Black color preview on #ECD6A6 background

This text has black color on #ECD6A6 background.


White color preview on #ECD6A6 background

This text has white color on #ECD6A6 background.