COLOR #EBDCBE

HEX: #EBDCBE
RGB: (235,220,190)

Color info

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

RGB color model

#EBDCBE color RGB value is (235,220,190).

  • red value is 235;
  • green value is 220;
  • blue value is 190.
RGB:
(235,220,190)
(92%,86%,75%)

RGB channels and saturation

R 235 of 255 = 92%
G 220 of 255 = 86%
B 190 of 255 = 75%

235
220
190

R + G + B ~ 84%. #EBDCBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 220 + 190 = 645 (100%)
R 235 of 645 ~ 36.43%
G 220 of 645 ~ 34.11%
B 190 of 645 ~ 29.46%

%36.43
%34.11
%29.46

CMYK color model

#EBDCBE color CMYK value is (0,6,19,8).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 19.15%
  • key color value is 7.84%
CMYK:
(0,6,19,8)
C0M6Y19K8 
(0%,6%,19%,8%)
(0.00/0.06/0.19/0.08)	

CMYK percentages

%0
%6.38
%19.15
%7.84

Codes

Color #EBDCBE in popluar color models

EBDCBE
RGB235220190
HSL40°52.94%83.33%
HSB/HSV40°19.15%92.16%
CMYK0.00%6.38%19.15%
7.84%

Color #EBDCBE in popluar number systems.

HEXEBDCBE
Decimal235220190
Binary111010111101110010111110
Octal353334276

Shades and tints

Shades of #EBDCBE

#EBDCBE
(235,220,190)
#D6C8AD
(214,200,173)
#C1B49C
(193,180,156)
#ACA08B
(172,160,139)
#978C7A
(151,140,122)
#827869
(130,120,105)
#6D6458
(109,100,88)
#585047
(88,80,71)
#433C36
(67,60,54)
#2E2825
(46,40,37)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #EBDCBE

#EBDCBE
(235,220,190)
#ECDFC3
(236,223,195)
#EDE2C8
(237,226,200)
#EEE5CD
(238,229,205)
#EFE8D2
(239,232,210)
#F0EBD7
(240,235,215)
#F1EEDC
(241,238,220)
#F2F1E1
(242,241,225)
#F3F4E6
(243,244,230)
#F4F7EB
(244,247,235)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDCBE color. Also use rgb(235,220,190) instead hex code.

Text Font Color

.myTextColor { color: #EBDCBE; }

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

This text font color is #EBDCBE.


Background Color

.myBgColor { background-color: #EBDCBE; }

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

This div background color is #EBDCBE.


Border color

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

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

This div border color is #EBDCBE.


Opacity

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

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

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

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

This text has shadow with #EBDCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDCBE on black background.


Color preview on white background

This text has color #EBDCBE on white background.



Black color preview on #EBDCBE background

This text has black color on #EBDCBE background.


White color preview on #EBDCBE background

This text has white color on #EBDCBE background.