COLOR #EBECC4

HEX: #EBECC4 RGB: (235,236,196)

Color info

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

RGB color model

#EBECC4 color RGB value is (235,236,196).

RGB: (235,236,196) (92%, 93%, 77%)

RGB channels and saturation

R 235 of 255 = 92%
G 236 of 255 = 93%
B 196 of 255 = 77%

235
236
196

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

Portions of RGB colors in percentages

R + G + B = 235 + 236 + 196 = 667 (100%)
R 235 of 667 ~ 35.23%
G 236 of 667 ~ 35.38%
B 196 of 667 ~ 29.39'%

%35.23
%35.38
%29.39

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • 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
%16.95
%7.45

Codes

Color #EBECC4 in popluar color models

EB EC C4
RGB 235 236 196
HSL 62° 51.28% 84.71%
HSB/HSV 62° 16.95% 92.55%
CMYK 0.42% 0.00% 16.95%
7.45%

Color #EBECC4 in popluar number systems.

HEX EB EC C4
Decimal 235 236 196
Binary 11101011 11101100 11000100
Octal 353 354 304

Shades and tints

Shades of #EBECC4

#EBECC4
(235,236,196)
#D6D7B3
(214,215,179)
#C1C2A2
(193,194,162)
#ACAD91
(172,173,145)
#979880
(151,152,128)
#82836F
(130,131,111)
#6D6E5E
(109,110,94)
#58594D
(88,89,77)
#43443C
(67,68,60)
#2E2F2B
(46,47,43)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #EBECC4

#EBECC4
(235,236,196)
#ECEDC9
(236,237,201)
#EDEECE
(237,238,206)
#EEEFD3
(238,239,211)
#EFF0D8
(239,240,216)
#F0F1DD
(240,241,221)
#F1F2E2
(241,242,226)
#F2F3E7
(242,243,231)
#F3F4EC
(243,244,236)
#F4F5F1
(244,245,241)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBECC4; }

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

This text font color is #EBECC4.

Background Color

.myBgColor { background-color: #EBECC4; }

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

This div background color is #EBECC4.

Border color

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

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

This div border color is #EBECC4.

Opacity

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

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

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

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

This text has shadow with #EBECC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBECC4.

Preview

Color preview on black background

This text has color #EBECC4 on black background.


Color preview on white background

This text has color #EBECC4 on white background.


Black color preview on #EBECC4 background

This text has black color on #EBECC4 background.


White color preview on #EBECC4 background

This text has white color on #EBECC4 background.


Related colors

Complementary color

Complementary color for #hex is #14133B.


I love getcolorcode.com

Triadic colors

1 #C4EBEC and #ECC4EB with #EBECC4 are triadic colors.

2 #C4ECEB and #ECEBC4 with #EBECC4 are triadic colors.