COLOR #EBECC6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

235
236
198

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

Portions of RGB colors in percentages

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

%35.13
%35.28
%29.6

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 0.00%
  • 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.42
%0
%16.1
%7.45

Codes

Color #EBECC6 in popluar color models

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

Color #EBECC6 in popluar number systems.

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

Shades and tints

Shades of #EBECC6

#EBECC6
(235,236,198)
#D6D7B4
(214,215,180)
#C1C2A2
(193,194,162)
#ACAD90
(172,173,144)
#97987E
(151,152,126)
#82836C
(130,131,108)
#6D6E5A
(109,110,90)
#585948
(88,89,72)
#434436
(67,68,54)
#2E2F24
(46,47,36)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #EBECC6

#EBECC6
(235,236,198)
#ECEDCB
(236,237,203)
#EDEED0
(237,238,208)
#EEEFD5
(238,239,213)
#EFF0DA
(239,240,218)
#F0F1DF
(240,241,223)
#F1F2E4
(241,242,228)
#F2F3E9
(242,243,233)
#F3F4EE
(243,244,238)
#F4F5F3
(244,245,243)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBECC6; }

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

This text font color is #EBECC6.

Background Color

.myBgColor { background-color: #EBECC6; }

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

This div background color is #EBECC6.

Border color

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

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

This div border color is #EBECC6.

Opacity

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

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

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

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

This text has shadow with #EBECC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBECC6.

Preview

Color preview on black background

This text has color #EBECC6 on black background.


Color preview on white background

This text has color #EBECC6 on white background.


Black color preview on #EBECC6 background

This text has black color on #EBECC6 background.


White color preview on #EBECC6 background

This text has white color on #EBECC6 background.


Related colors

Complementary color

Complementary color for #hex is #141339.


I love getcolorcode.com

Triadic colors

1 #C6EBEC and #ECC6EB with #EBECC6 are triadic colors.

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