COLOR #EBECC3

HEX: #EBECC3
RGB: (235,236,195)

Color info

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

RGB color model

#EBECC3 color RGB value is (235,236,195).

  • red value is 235;
  • green value is 236;
  • blue value is 195.
RGB:
(235,236,195)
(92%,93%,76%)

RGB channels and saturation

R 235 of 255 = 92%
G 236 of 255 = 93%
B 195 of 255 = 76%

235
236
195

R + G + B ~ 87%. #EBECC3 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 236 + 195 = 666 (100%)
R 235 of 666 ~ 35.29%
G 236 of 666 ~ 35.44%
B 195 of 666 ~ 29.28%

%35.29
%35.44
%29.28

CMYK color model

#EBECC3 color CMYK value is (0,0,17,7).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 7.45%
CMYK:
(0,0,17,7)
C0M0Y17K7 
(0%,0%,17%,7%)
(0.00/0.00/0.17/0.07)	

CMYK percentages

%0.42
%0
%17.37
%7.45

Codes

Color #EBECC3 in popluar color models

EBECC3
RGB235236195
HSL61°51.90%84.51%
HSB/HSV61°17.37%92.55%
CMYK0.42%0.00%17.37%
7.45%

Color #EBECC3 in popluar number systems.

HEXEBECC3
Decimal235236195
Binary111010111110110011000011
Octal353354303

Shades and tints

Shades of #EBECC3

#EBECC3
(235,236,195)
#D6D7B2
(214,215,178)
#C1C2A1
(193,194,161)
#ACAD90
(172,173,144)
#97987F
(151,152,127)
#82836E
(130,131,110)
#6D6E5D
(109,110,93)
#58594C
(88,89,76)
#43443B
(67,68,59)
#2E2F2A
(46,47,42)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #EBECC3

#EBECC3
(235,236,195)
#ECEDC8
(236,237,200)
#EDEECD
(237,238,205)
#EEEFD2
(238,239,210)
#EFF0D7
(239,240,215)
#F0F1DC
(240,241,220)
#F1F2E1
(241,242,225)
#F2F3E6
(242,243,230)
#F3F4EB
(243,244,235)
#F4F5F0
(244,245,240)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBECC3; }

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

This text font color is #EBECC3.


Background Color

.myBgColor { background-color: #EBECC3; }

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

This div background color is #EBECC3.


Border color

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

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

This div border color is #EBECC3.


Opacity

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

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

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

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

This text has shadow with #EBECC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBECC3 on black background.


Color preview on white background

This text has color #EBECC3 on white background.



Black color preview on #EBECC3 background

This text has black color on #EBECC3 background.


White color preview on #EBECC3 background

This text has white color on #EBECC3 background.