COLOR #EBE3D4

HEX: #EBE3D4
RGB: (235,227,212)

Color info

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

RGB color model

#EBE3D4 color RGB value is (235,227,212).

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

RGB channels and saturation

R 235 of 255 = 92%
G 227 of 255 = 89%
B 212 of 255 = 83%

235
227
212

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

Portions of RGB colors in percentages

R + G + B =
235 + 227 + 212 = 674 (100%)
R 235 of 674 ~ 34.87%
G 227 of 674 ~ 33.68%
B 212 of 674 ~ 31.45%

%34.87
%33.68
%31.45

CMYK color model

#EBE3D4 color CMYK value is (0,3,10,8).

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 9.79%
  • key color value is 7.84%
CMYK:
(0,3,10,8)
C0M3Y10K8 
(0%,3%,10%,8%)
(0.00/0.03/0.10/0.08)	

CMYK percentages

%0
%3.4
%9.79
%7.84

Codes

Color #EBE3D4 in popluar color models

EBE3D4
RGB235227212
HSL39°36.51%87.65%
HSB/HSV39°9.79%92.16%
CMYK0.00%3.40%9.79%
7.84%

Color #EBE3D4 in popluar number systems.

HEXEBE3D4
Decimal235227212
Binary111010111110001111010100
Octal353343324

Shades and tints

Shades of #EBE3D4

#EBE3D4
(235,227,212)
#D6CFC1
(214,207,193)
#C1BBAE
(193,187,174)
#ACA79B
(172,167,155)
#979388
(151,147,136)
#827F75
(130,127,117)
#6D6B62
(109,107,98)
#58574F
(88,87,79)
#43433C
(67,67,60)
#2E2F29
(46,47,41)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #EBE3D4

#EBE3D4
(235,227,212)
#ECE5D7
(236,229,215)
#EDE7DA
(237,231,218)
#EEE9DD
(238,233,221)
#EFEBE0
(239,235,224)
#F0EDE3
(240,237,227)
#F1EFE6
(241,239,230)
#F2F1E9
(242,241,233)
#F3F3EC
(243,243,236)
#F4F5EF
(244,245,239)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE3D4; }

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

This text font color is #EBE3D4.


Background Color

.myBgColor { background-color: #EBE3D4; }

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

This div background color is #EBE3D4.


Border color

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

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

This div border color is #EBE3D4.


Opacity

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

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

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

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

This text has shadow with #EBE3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE3D4 on black background.


Color preview on white background

This text has color #EBE3D4 on white background.



Black color preview on #EBE3D4 background

This text has black color on #EBE3D4 background.


White color preview on #EBE3D4 background

This text has white color on #EBE3D4 background.