COLOR #EBCAB6

HEX: #EBCAB6
RGB: (235,202,182)

Color info

#EBCAB6 contains red, green and blue colors in about the same proportion. Web safe color of #EBCAB6 is #FFCCCC (or #FCC).

RGB color model

#EBCAB6 color RGB value is (235,202,182).

  • red value is 235;
  • green value is 202;
  • blue value is 182.
RGB:
(235,202,182)
(92%,79%,71%)

RGB channels and saturation

R 235 of 255 = 92%
G 202 of 255 = 79%
B 182 of 255 = 71%

235
202
182

R + G + B ~ 81%. #EBCAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 202 + 182 = 619 (100%)
R 235 of 619 ~ 37.96%
G 202 of 619 ~ 32.63%
B 182 of 619 ~ 29.4%

%37.96
%32.63
%29.4

CMYK color model

#EBCAB6 color CMYK value is (0,14,23,8).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 22.55%
  • key color value is 7.84%
CMYK:
(0,14,23,8)
C0M14Y23K8 
(0%,14%,23%,8%)
(0.00/0.14/0.23/0.08)	

CMYK percentages

%0
%14.04
%22.55
%7.84

Codes

Color #EBCAB6 in popluar color models

EBCAB6
RGB235202182
HSL23°56.99%81.76%
HSB/HSV23°22.55%92.16%
CMYK0.00%14.04%22.55%
7.84%

Color #EBCAB6 in popluar number systems.

HEXEBCAB6
Decimal235202182
Binary111010111100101010110110
Octal353312266

Shades and tints

Shades of #EBCAB6

#EBCAB6
(235,202,182)
#D6B8A6
(214,184,166)
#C1A696
(193,166,150)
#AC9486
(172,148,134)
#978276
(151,130,118)
#827066
(130,112,102)
#6D5E56
(109,94,86)
#584C46
(88,76,70)
#433A36
(67,58,54)
#2E2826
(46,40,38)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #EBCAB6

#EBCAB6
(235,202,182)
#ECCEBC
(236,206,188)
#EDD2C2
(237,210,194)
#EED6C8
(238,214,200)
#EFDACE
(239,218,206)
#F0DED4
(240,222,212)
#F1E2DA
(241,226,218)
#F2E6E0
(242,230,224)
#F3EAE6
(243,234,230)
#F4EEEC
(244,238,236)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCAB6 color. Also use rgb(235,202,182) instead hex code.

Text Font Color

.myTextColor { color: #EBCAB6; }

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

This text font color is #EBCAB6.


Background Color

.myBgColor { background-color: #EBCAB6; }

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

This div background color is #EBCAB6.


Border color

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

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

This div border color is #EBCAB6.


Opacity

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

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

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

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

This text has shadow with #EBCAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCAB6 on black background.


Color preview on white background

This text has color #EBCAB6 on white background.



Black color preview on #EBCAB6 background

This text has black color on #EBCAB6 background.


White color preview on #EBCAB6 background

This text has white color on #EBCAB6 background.