COLOR #EBEFD6

HEX: #EBEFD6
RGB: (235,239,214)

Color info

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

RGB color model

#EBEFD6 color RGB value is (235,239,214).

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

RGB channels and saturation

R 235 of 255 = 92%
G 239 of 255 = 94%
B 214 of 255 = 84%

235
239
214

R + G + B ~ 90%. #EBEFD6 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 239 + 214 = 688 (100%)
R 235 of 688 ~ 34.16%
G 239 of 688 ~ 34.74%
B 214 of 688 ~ 31.1%

%34.16
%34.74
%31.1

CMYK color model

#EBEFD6 color CMYK value is (2,0,10,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 6.27%
CMYK:
(2,0,10,6)
C2M0Y10K6 
(2%,0%,10%,6%)
(0.02/0.00/0.10/0.06)	

CMYK percentages

%1.67
%0
%10.46
%6.27

Codes

Color #EBEFD6 in popluar color models

EBEFD6
RGB235239214
HSL70°43.86%88.82%
HSB/HSV70°10.46%93.73%
CMYK1.67%0.00%10.46%
6.27%

Color #EBEFD6 in popluar number systems.

HEXEBEFD6
Decimal235239214
Binary111010111110111111010110
Octal353357326

Shades and tints

Shades of #EBEFD6

#EBEFD6
(235,239,214)
#D6DAC3
(214,218,195)
#C1C5B0
(193,197,176)
#ACB09D
(172,176,157)
#979B8A
(151,155,138)
#828677
(130,134,119)
#6D7164
(109,113,100)
#585C51
(88,92,81)
#43473E
(67,71,62)
#2E322B
(46,50,43)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #EBEFD6

#EBEFD6
(235,239,214)
#ECF0D9
(236,240,217)
#EDF1DC
(237,241,220)
#EEF2DF
(238,242,223)
#EFF3E2
(239,243,226)
#F0F4E5
(240,244,229)
#F1F5E8
(241,245,232)
#F2F6EB
(242,246,235)
#F3F7EE
(243,247,238)
#F4F8F1
(244,248,241)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEFD6; }

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

This text font color is #EBEFD6.


Background Color

.myBgColor { background-color: #EBEFD6; }

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

This div background color is #EBEFD6.


Border color

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

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

This div border color is #EBEFD6.


Opacity

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

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

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

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

This text has shadow with #EBEFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEFD6 on black background.


Color preview on white background

This text has color #EBEFD6 on white background.



Black color preview on #EBEFD6 background

This text has black color on #EBEFD6 background.


White color preview on #EBEFD6 background

This text has white color on #EBEFD6 background.