COLOR #EBEFD4

HEX: #EBEFD4
RGB: (235,239,212)

Color info

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

RGB color model

#EBEFD4 color RGB value is (235,239,212).

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

RGB channels and saturation

R 235 of 255 = 92%
G 239 of 255 = 94%
B 212 of 255 = 83%

235
239
212

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

Portions of RGB colors in percentages

R + G + B =
235 + 239 + 212 = 686 (100%)
R 235 of 686 ~ 34.26%
G 239 of 686 ~ 34.84%
B 212 of 686 ~ 30.9%

%34.26
%34.84
%30.9

CMYK color model

#EBEFD4 color CMYK value is (2,0,11,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 6.27%
CMYK:
(2,0,11,6)
C2M0Y11K6 
(2%,0%,11%,6%)
(0.02/0.00/0.11/0.06)	

CMYK percentages

%1.67
%0
%11.3
%6.27

Codes

Color #EBEFD4 in popluar color models

EBEFD4
RGB235239212
HSL69°45.76%88.43%
HSB/HSV69°11.30%93.73%
CMYK1.67%0.00%11.30%
6.27%

Color #EBEFD4 in popluar number systems.

HEXEBEFD4
Decimal235239212
Binary111010111110111111010100
Octal353357324

Shades and tints

Shades of #EBEFD4

#EBEFD4
(235,239,212)
#D6DAC1
(214,218,193)
#C1C5AE
(193,197,174)
#ACB09B
(172,176,155)
#979B88
(151,155,136)
#828675
(130,134,117)
#6D7162
(109,113,98)
#585C4F
(88,92,79)
#43473C
(67,71,60)
#2E3229
(46,50,41)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #EBEFD4

#EBEFD4
(235,239,212)
#ECF0D7
(236,240,215)
#EDF1DA
(237,241,218)
#EEF2DD
(238,242,221)
#EFF3E0
(239,243,224)
#F0F4E3
(240,244,227)
#F1F5E6
(241,245,230)
#F2F6E9
(242,246,233)
#F3F7EC
(243,247,236)
#F4F8EF
(244,248,239)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEFD4; }

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

This text font color is #EBEFD4.


Background Color

.myBgColor { background-color: #EBEFD4; }

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

This div background color is #EBEFD4.


Border color

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

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

This div border color is #EBEFD4.


Opacity

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

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

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

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

This text has shadow with #EBEFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEFD4 on black background.


Color preview on white background

This text has color #EBEFD4 on white background.



Black color preview on #EBEFD4 background

This text has black color on #EBEFD4 background.


White color preview on #EBEFD4 background

This text has white color on #EBEFD4 background.