COLOR #EBEFDE

HEX: #EBEFDE
RGB: (235,239,222)

Color info

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

RGB color model

#EBEFDE color RGB value is (235,239,222).

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

RGB channels and saturation

R 235 of 255 = 92%
G 239 of 255 = 94%
B 222 of 255 = 87%

235
239
222

R + G + B ~ 91%. #EBEFDE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 239 + 222 = 696 (100%)
R 235 of 696 ~ 33.76%
G 239 of 696 ~ 34.34%
B 222 of 696 ~ 31.9%

%33.76
%34.34
%31.9

CMYK color model

#EBEFDE color CMYK value is (2,0,7,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 6.27%
CMYK:
(2,0,7,6)
C2M0Y7K6 
(2%,0%,7%,6%)
(0.02/0.00/0.07/0.06)	

CMYK percentages

%1.67
%0
%7.11
%6.27

Codes

Color #EBEFDE in popluar color models

EBEFDE
RGB235239222
HSL74°34.69%90.39%
HSB/HSV74°7.11%93.73%
CMYK1.67%0.00%7.11%
6.27%

Color #EBEFDE in popluar number systems.

HEXEBEFDE
Decimal235239222
Binary111010111110111111011110
Octal353357336

Shades and tints

Shades of #EBEFDE

#EBEFDE
(235,239,222)
#D6DACA
(214,218,202)
#C1C5B6
(193,197,182)
#ACB0A2
(172,176,162)
#979B8E
(151,155,142)
#82867A
(130,134,122)
#6D7166
(109,113,102)
#585C52
(88,92,82)
#43473E
(67,71,62)
#2E322A
(46,50,42)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #EBEFDE

#EBEFDE
(235,239,222)
#ECF0E1
(236,240,225)
#EDF1E4
(237,241,228)
#EEF2E7
(238,242,231)
#EFF3EA
(239,243,234)
#F0F4ED
(240,244,237)
#F1F5F0
(241,245,240)
#F2F6F3
(242,246,243)
#F3F7F6
(243,247,246)
#F4F8F9
(244,248,249)
#F5F9FC
(245,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEFDE; }

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

This text font color is #EBEFDE.


Background Color

.myBgColor { background-color: #EBEFDE; }

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

This div background color is #EBEFDE.


Border color

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

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

This div border color is #EBEFDE.


Opacity

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

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

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

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

This text has shadow with #EBEFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEFDE on black background.


Color preview on white background

This text has color #EBEFDE on white background.



Black color preview on #EBEFDE background

This text has black color on #EBEFDE background.


White color preview on #EBEFDE background

This text has white color on #EBEFDE background.