COLOR #EBEFD2

HEX: #EBEFD2
RGB: (235,239,210)

Color info

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

RGB color model

#EBEFD2 color RGB value is (235,239,210).

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

RGB channels and saturation

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

235
239
210

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

Portions of RGB colors in percentages

R + G + B =
235 + 239 + 210 = 684 (100%)
R 235 of 684 ~ 34.36%
G 239 of 684 ~ 34.94%
B 210 of 684 ~ 30.7%

%34.36
%34.94
%30.7

CMYK color model

#EBEFD2 color CMYK value is (2,0,12,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 12.13%
  • key color value is 6.27%
CMYK:
(2,0,12,6)
C2M0Y12K6 
(2%,0%,12%,6%)
(0.02/0.00/0.12/0.06)	

CMYK percentages

%1.67
%0
%12.13
%6.27

Codes

Color #EBEFD2 in popluar color models

EBEFD2
RGB235239210
HSL68°47.54%88.04%
HSB/HSV68°12.13%93.73%
CMYK1.67%0.00%12.13%
6.27%

Color #EBEFD2 in popluar number systems.

HEXEBEFD2
Decimal235239210
Binary111010111110111111010010
Octal353357322

Shades and tints

Shades of #EBEFD2

#EBEFD2
(235,239,210)
#D6DABF
(214,218,191)
#C1C5AC
(193,197,172)
#ACB099
(172,176,153)
#979B86
(151,155,134)
#828673
(130,134,115)
#6D7160
(109,113,96)
#585C4D
(88,92,77)
#43473A
(67,71,58)
#2E3227
(46,50,39)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #EBEFD2

#EBEFD2
(235,239,210)
#ECF0D6
(236,240,214)
#EDF1DA
(237,241,218)
#EEF2DE
(238,242,222)
#EFF3E2
(239,243,226)
#F0F4E6
(240,244,230)
#F1F5EA
(241,245,234)
#F2F6EE
(242,246,238)
#F3F7F2
(243,247,242)
#F4F8F6
(244,248,246)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEFD2; }

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

This text font color is #EBEFD2.


Background Color

.myBgColor { background-color: #EBEFD2; }

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

This div background color is #EBEFD2.


Border color

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

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

This div border color is #EBEFD2.


Opacity

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

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

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

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

This text has shadow with #EBEFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEFD2 on black background.


Color preview on white background

This text has color #EBEFD2 on white background.



Black color preview on #EBEFD2 background

This text has black color on #EBEFD2 background.


White color preview on #EBEFD2 background

This text has white color on #EBEFD2 background.