COLOR #EBCBB6

HEX: #EBCBB6
RGB: (235,203,182)

Color info

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

RGB color model

#EBCBB6 color RGB value is (235,203,182).

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

RGB channels and saturation

R 235 of 255 = 92%
G 203 of 255 = 80%
B 182 of 255 = 71%

235
203
182

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

Portions of RGB colors in percentages

R + G + B =
235 + 203 + 182 = 620 (100%)
R 235 of 620 ~ 37.9%
G 203 of 620 ~ 32.74%
B 182 of 620 ~ 29.35%

%37.9
%32.74
%29.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.62%
  • 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
%13.62
%22.55
%7.84

Codes

Color #EBCBB6 in popluar color models

EBCBB6
RGB235203182
HSL24°56.99%81.76%
HSB/HSV24°22.55%92.16%
CMYK0.00%13.62%22.55%
7.84%

Color #EBCBB6 in popluar number systems.

HEXEBCBB6
Decimal235203182
Binary111010111100101110110110
Octal353313266

Shades and tints

Shades of #EBCBB6

#EBCBB6
(235,203,182)
#D6B9A6
(214,185,166)
#C1A796
(193,167,150)
#AC9586
(172,149,134)
#978376
(151,131,118)
#827166
(130,113,102)
#6D5F56
(109,95,86)
#584D46
(88,77,70)
#433B36
(67,59,54)
#2E2926
(46,41,38)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #EBCBB6

#EBCBB6
(235,203,182)
#ECCFBC
(236,207,188)
#EDD3C2
(237,211,194)
#EED7C8
(238,215,200)
#EFDBCE
(239,219,206)
#F0DFD4
(240,223,212)
#F1E3DA
(241,227,218)
#F2E7E0
(242,231,224)
#F3EBE6
(243,235,230)
#F4EFEC
(244,239,236)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCBB6; }

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

This text font color is #EBCBB6.


Background Color

.myBgColor { background-color: #EBCBB6; }

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

This div background color is #EBCBB6.


Border color

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

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

This div border color is #EBCBB6.


Opacity

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

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

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

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

This text has shadow with #EBCBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCBB6 on black background.


Color preview on white background

This text has color #EBCBB6 on white background.



Black color preview on #EBCBB6 background

This text has black color on #EBCBB6 background.


White color preview on #EBCBB6 background

This text has white color on #EBCBB6 background.