COLOR #ECEBC6

HEX: #ECEBC6 RGB: (236,235,198)

Color info

#ECEBC6 contains red, green and blue colors in about the same proportion. Web safe color of #ECEBC6 is #FFFFCC (or #FFC).

RGB color model

#ECEBC6 color RGB value is (236,235,198).

RGB: (236,235,198) (93%, 92%, 78%)

RGB channels and saturation

R 236 of 255 = 93%
G 235 of 255 = 92%
B 198 of 255 = 78%

236
235
198

R + G + B ~ 88%. #ECEBC6 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 235 + 198 = 669 (100%)
R 236 of 669 ~ 35.28%
G 235 of 669 ~ 35.13%
B 198 of 669 ~ 29.6'%

%35.28
%35.13
%29.6

CMYK color model

#ECEBC6 color CMYK value is (0,0,16,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 16.10%
  • key color value is 7.45%

CMYK: (0,0,16,7)
C0M0Y16K7 (0%, 0%, 16%, 7%)
(0.00 / 0.00 / 0.16 / 0.07)

CMYK percentages

%0
%0.42
%16.1
%7.45

Codes

Color #ECEBC6 in popluar color models

EC EB C6
RGB 236 235 198
HSL 58° 50.00% 85.10%
HSB/HSV 58° 16.10% 92.55%
CMYK 0.00% 0.42% 16.10%
7.45%

Color #ECEBC6 in popluar number systems.

HEX EC EB C6
Decimal 236 235 198
Binary 11101100 11101011 11000110
Octal 354 353 306

Shades and tints

Shades of #ECEBC6

#ECEBC6
(236,235,198)
#D7D6B4
(215,214,180)
#C2C1A2
(194,193,162)
#ADAC90
(173,172,144)
#98977E
(152,151,126)
#83826C
(131,130,108)
#6E6D5A
(110,109,90)
#595848
(89,88,72)
#444336
(68,67,54)
#2F2E24
(47,46,36)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #ECEBC6

#ECEBC6
(236,235,198)
#EDECCB
(237,236,203)
#EEEDD0
(238,237,208)
#EFEED5
(239,238,213)
#F0EFDA
(240,239,218)
#F1F0DF
(241,240,223)
#F2F1E4
(242,241,228)
#F3F2E9
(243,242,233)
#F4F3EE
(244,243,238)
#F5F4F3
(245,244,243)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEBC6; }

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

This text font color is #ECEBC6.

Background Color

.myBgColor { background-color: #ECEBC6; }

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

This div background color is #ECEBC6.

Border color

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

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

This div border color is #ECEBC6.

Opacity

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

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

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

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

This text has shadow with #ECEBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECEBC6.

Preview

Color preview on black background

This text has color #ECEBC6 on black background.


Color preview on white background

This text has color #ECEBC6 on white background.


Black color preview on #ECEBC6 background

This text has black color on #ECEBC6 background.


White color preview on #ECEBC6 background

This text has white color on #ECEBC6 background.


Related colors

Complementary color

Complementary color for #hex is #131439.


I love getcolorcode.com

Triadic colors

1 #C6ECEB and #EBC6EC with #ECEBC6 are triadic colors.

2 #C6EBEC and #EBECC6 with #ECEBC6 are triadic colors.