COLOR #EBE1D6

HEX: #EBE1D6
RGB: (235,225,214)

Color info

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

RGB color model

#EBE1D6 color RGB value is (235,225,214).

  • red value is 235;
  • green value is 225;
  • blue value is 214.
RGB:
(235,225,214)
(92%,88%,84%)

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 214 of 255 = 84%

235
225
214

R + G + B ~ 88%. #EBE1D6 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 214 = 674 (100%)
R 235 of 674 ~ 34.87%
G 225 of 674 ~ 33.38%
B 214 of 674 ~ 31.75%

%34.87
%33.38
%31.75

CMYK color model

#EBE1D6 color CMYK value is (0,4,9,8).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(0,4,9,8)
C0M4Y9K8 
(0%,4%,9%,8%)
(0.00/0.04/0.09/0.08)	

CMYK percentages

%0
%4.26
%8.94
%7.84

Codes

Color #EBE1D6 in popluar color models

EBE1D6
RGB235225214
HSL31°34.43%88.04%
HSB/HSV31°8.94%92.16%
CMYK0.00%4.26%8.94%
7.84%

Color #EBE1D6 in popluar number systems.

HEXEBE1D6
Decimal235225214
Binary111010111110000111010110
Octal353341326

Shades and tints

Shades of #EBE1D6

#EBE1D6
(235,225,214)
#D6CDC3
(214,205,195)
#C1B9B0
(193,185,176)
#ACA59D
(172,165,157)
#97918A
(151,145,138)
#827D77
(130,125,119)
#6D6964
(109,105,100)
#585551
(88,85,81)
#43413E
(67,65,62)
#2E2D2B
(46,45,43)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #EBE1D6

#EBE1D6
(235,225,214)
#ECE3D9
(236,227,217)
#EDE5DC
(237,229,220)
#EEE7DF
(238,231,223)
#EFE9E2
(239,233,226)
#F0EBE5
(240,235,229)
#F1EDE8
(241,237,232)
#F2EFEB
(242,239,235)
#F3F1EE
(243,241,238)
#F4F3F1
(244,243,241)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE1D6 color. Also use rgb(235,225,214) instead hex code.

Text Font Color

.myTextColor { color: #EBE1D6; }

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

This text font color is #EBE1D6.


Background Color

.myBgColor { background-color: #EBE1D6; }

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

This div background color is #EBE1D6.


Border color

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

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

This div border color is #EBE1D6.


Opacity

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

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

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

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

This text has shadow with #EBE1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE1D6 on black background.


Color preview on white background

This text has color #EBE1D6 on white background.



Black color preview on #EBE1D6 background

This text has black color on #EBE1D6 background.


White color preview on #EBE1D6 background

This text has white color on #EBE1D6 background.