COLOR #EBE3D1

HEX: #EBE3D1
RGB: (235,227,209)

Color info

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

RGB color model

#EBE3D1 color RGB value is (235,227,209).

  • red value is 235;
  • green value is 227;
  • blue value is 209.
RGB:
(235,227,209)
(92%,89%,82%)

RGB channels and saturation

R 235 of 255 = 92%
G 227 of 255 = 89%
B 209 of 255 = 82%

235
227
209

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

Portions of RGB colors in percentages

R + G + B =
235 + 227 + 209 = 671 (100%)
R 235 of 671 ~ 35.02%
G 227 of 671 ~ 33.83%
B 209 of 671 ~ 31.15%

%35.02
%33.83
%31.15

CMYK color model

#EBE3D1 color CMYK value is (0,3,11,8).

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 11.06%
  • key color value is 7.84%
CMYK:
(0,3,11,8)
C0M3Y11K8 
(0%,3%,11%,8%)
(0.00/0.03/0.11/0.08)	

CMYK percentages

%0
%3.4
%11.06
%7.84

Codes

Color #EBE3D1 in popluar color models

EBE3D1
RGB235227209
HSL42°39.39%87.06%
HSB/HSV42°11.06%92.16%
CMYK0.00%3.40%11.06%
7.84%

Color #EBE3D1 in popluar number systems.

HEXEBE3D1
Decimal235227209
Binary111010111110001111010001
Octal353343321

Shades and tints

Shades of #EBE3D1

#EBE3D1
(235,227,209)
#D6CFBE
(214,207,190)
#C1BBAB
(193,187,171)
#ACA798
(172,167,152)
#979385
(151,147,133)
#827F72
(130,127,114)
#6D6B5F
(109,107,95)
#58574C
(88,87,76)
#434339
(67,67,57)
#2E2F26
(46,47,38)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #EBE3D1

#EBE3D1
(235,227,209)
#ECE5D5
(236,229,213)
#EDE7D9
(237,231,217)
#EEE9DD
(238,233,221)
#EFEBE1
(239,235,225)
#F0EDE5
(240,237,229)
#F1EFE9
(241,239,233)
#F2F1ED
(242,241,237)
#F3F3F1
(243,243,241)
#F4F5F5
(244,245,245)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE3D1 color. Also use rgb(235,227,209) instead hex code.

Text Font Color

.myTextColor { color: #EBE3D1; }

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

This text font color is #EBE3D1.


Background Color

.myBgColor { background-color: #EBE3D1; }

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

This div background color is #EBE3D1.


Border color

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

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

This div border color is #EBE3D1.


Opacity

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

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

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

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

This text has shadow with #EBE3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE3D1 on black background.


Color preview on white background

This text has color #EBE3D1 on white background.



Black color preview on #EBE3D1 background

This text has black color on #EBE3D1 background.


White color preview on #EBE3D1 background

This text has white color on #EBE3D1 background.