COLOR #EBEFD0

HEX: #EBEFD0
RGB: (235,239,208)

Color info

#EBEFD0 contains red, green and blue colors in about the same proportion. Web safe color of #EBEFD0 is #FFFFCC (or #FFC).

RGB color model

#EBEFD0 color RGB value is (235,239,208).

  • red value is 235;
  • green value is 239;
  • blue value is 208.
RGB:
(235,239,208)
(92%,94%,82%)

RGB channels and saturation

R 235 of 255 = 92%
G 239 of 255 = 94%
B 208 of 255 = 82%

235
239
208

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

Portions of RGB colors in percentages

R + G + B =
235 + 239 + 208 = 682 (100%)
R 235 of 682 ~ 34.46%
G 239 of 682 ~ 35.04%
B 208 of 682 ~ 30.5%

%34.46
%35.04
%30.5

CMYK color model

#EBEFD0 color CMYK value is (2,0,13,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 12.97%
  • key color value is 6.27%
CMYK:
(2,0,13,6)
C2M0Y13K6 
(2%,0%,13%,6%)
(0.02/0.00/0.13/0.06)	

CMYK percentages

%1.67
%0
%12.97
%6.27

Codes

Color #EBEFD0 in popluar color models

EBEFD0
RGB235239208
HSL68°49.21%87.65%
HSB/HSV68°12.97%93.73%
CMYK1.67%0.00%12.97%
6.27%

Color #EBEFD0 in popluar number systems.

HEXEBEFD0
Decimal235239208
Binary111010111110111111010000
Octal353357320

Shades and tints

Shades of #EBEFD0

#EBEFD0
(235,239,208)
#D6DABE
(214,218,190)
#C1C5AC
(193,197,172)
#ACB09A
(172,176,154)
#979B88
(151,155,136)
#828676
(130,134,118)
#6D7164
(109,113,100)
#585C52
(88,92,82)
#434740
(67,71,64)
#2E322E
(46,50,46)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #EBEFD0

#EBEFD0
(235,239,208)
#ECF0D4
(236,240,212)
#EDF1D8
(237,241,216)
#EEF2DC
(238,242,220)
#EFF3E0
(239,243,224)
#F0F4E4
(240,244,228)
#F1F5E8
(241,245,232)
#F2F6EC
(242,246,236)
#F3F7F0
(243,247,240)
#F4F8F4
(244,248,244)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBEFD0 color. Also use rgb(235,239,208) instead hex code.

Text Font Color

.myTextColor { color: #EBEFD0; }

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

This text font color is #EBEFD0.


Background Color

.myBgColor { background-color: #EBEFD0; }

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

This div background color is #EBEFD0.


Border color

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

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

This div border color is #EBEFD0.


Opacity

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

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

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

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

This text has shadow with #EBEFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEFD0 on black background.


Color preview on white background

This text has color #EBEFD0 on white background.



Black color preview on #EBEFD0 background

This text has black color on #EBEFD0 background.


White color preview on #EBEFD0 background

This text has white color on #EBEFD0 background.