COLOR #ECD5B6

HEX: #ECD5B6
RGB: (236,213,182)

Renk bilgisi

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

RGB renk modeli

#ECD5B6 color RGB value is (236,213,182).

  • kırmız ton 236;
  • yeşil ton 213;
  • mavi ton 182.
RGB:
(236,213,182)
(93%,84%,71%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 213 of 255 = 84%
B 182 of 255 = 71%

236
213
182

R + G + B ~ 83%. #ECD5B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 213 + 182 = 631 (100%)
R 236 of 631 ~ 37.4%
G 213 of 631 ~ 33.76%
B 182 of 631 ~ 28.84%

%37.4
%33.76
%28.84

CMYK RENK MODELİ

#ECD5B6 rengi CMYK tonu (0,10,23,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.75%
  • sarı tonu 22.88%
  • ana renk tonu 7.45%
CMYK:
(0,10,23,7)
C0M10Y23K7 
(0%,10%,23%,7%)
(0.00/0.10/0.23/0.07)	

CMYK yüzdeleri

%0
%9.75
%22.88
%7.45

Codes

Color #ECD5B6 in popluar color models

ECD5B6
RGB236213182
HSL34°58.70%81.96%
HSB/HSV34°22.88%92.55%
CMYK0.00%9.75%22.88%
7.45%

Color #ECD5B6 in popluar number systems.

HEXECD5B6
Decimal236213182
Binary111011001101010110110110
Octal354325266

Shades and tints

Shades of #ECD5B6

#ECD5B6
(236,213,182)
#D7C2A6
(215,194,166)
#C2AF96
(194,175,150)
#AD9C86
(173,156,134)
#988976
(152,137,118)
#837666
(131,118,102)
#6E6356
(110,99,86)
#595046
(89,80,70)
#443D36
(68,61,54)
#2F2A26
(47,42,38)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #ECD5B6

#ECD5B6
(236,213,182)
#EDD8BC
(237,216,188)
#EEDBC2
(238,219,194)
#EFDEC8
(239,222,200)
#F0E1CE
(240,225,206)
#F1E4D4
(241,228,212)
#F2E7DA
(242,231,218)
#F3EAE0
(243,234,224)
#F4EDE6
(244,237,230)
#F5F0EC
(245,240,236)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD5B6 color. Also use rgb(236,213,182) instead hex code.

Text Font Color

.myTextColor { color: #ECD5B6; }

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

This text font color is #ECD5B6.


Background Color

.myBgColor { background-color: #ECD5B6; }

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

This div background color is #ECD5B6.


Border color

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

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

This div border color is #ECD5B6.


Opacity

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

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

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

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

This text has shadow with #ECD5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD5B6 on black background.


Color preview on white background

This text has color #ECD5B6 on white background.



Black color preview on #ECD5B6 background

This text has black color on #ECD5B6 background.


White color preview on #ECD5B6 background

This text has white color on #ECD5B6 background.