COLOR #EBE4D8

HEX: #EBE4D8
RGB: (235,228,216)

Color info

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

RGB color model

#EBE4D8 color RGB value is (235,228,216).

  • red value is 235;
  • green value is 228;
  • blue value is 216.
RGB: (235,228,216) (92%,89%,85%)

RGB channels and saturation

R 235 of 255 = 92%
G 228 of 255 = 89%
B 216 of 255 = 85%

235
228
216

R + G + B ~ 89%. #EBE4D8 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 228 + 216 = 679 (100%)
R 235 of 679 ~ 34.61%
G 228 of 679 ~ 33.58%
B 216 of 679 ~ 31.81%

%34.61
%33.58
%31.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.98%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK: (0,3,8,8) C0M3Y8K8 (0%,3%,8%,8%) (0.00/0.03/0.08/0.08)

CMYK percentages

%0
%2.98
%8.09
%7.84

Codes

Color #EBE4D8 in popluar color models

EBE4D8
RGB235228216
HSL38°32.20%88.43%
HSB/HSV38°8.09%92.16%
CMYK0.00%2.98%8.09%
7.84%

Color #EBE4D8 in popluar number systems.

HEXEBE4D8
Decimal235228216
Binary111010111110010011011000
Octal353344330

Shades and tints

Shades of #EBE4D8

#EBE4D8
(235,228,216)
#D6D0C5
(214,208,197)
#C1BCB2
(193,188,178)
#ACA89F
(172,168,159)
#97948C
(151,148,140)
#828079
(130,128,121)
#6D6C66
(109,108,102)
#585853
(88,88,83)
#434440
(67,68,64)
#2E302D
(46,48,45)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #EBE4D8

#EBE4D8
(235,228,216)
#ECE6DB
(236,230,219)
#EDE8DE
(237,232,222)
#EEEAE1
(238,234,225)
#EFECE4
(239,236,228)
#F0EEE7
(240,238,231)
#F1F0EA
(241,240,234)
#F2F2ED
(242,242,237)
#F3F4F0
(243,244,240)
#F4F6F3
(244,246,243)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE4D8 color. Also use rgb(235,228,216) instead hex code.

Text Font Color

.myTextColor { color: #EBE4D8; }

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

This text font color is #EBE4D8.


Background Color

.myBgColor { background-color: #EBE4D8; }

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

This div background color is #EBE4D8.


Border color

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

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

This div border color is #EBE4D8.


Opacity

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

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

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

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

This text has shadow with #EBE4D8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EBE4D8 on black background.


Color preview on white background

This text has color #EBE4D8 on white background.



Black color preview on #EBE4D8 background

This text has black color on #EBE4D8 background.


White color preview on #EBE4D8 background

This text has white color on #EBE4D8 background.