COLOR #EBEFC0

HEX: #EBEFC0
RGB: (235,239,192)

Color info

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

RGB color model

#EBEFC0 color RGB value is (235,239,192).

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

RGB channels and saturation

R 235 of 255 = 92%
G 239 of 255 = 94%
B 192 of 255 = 75%

235
239
192

R + G + B ~ 87%. #EBEFC0 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 239 + 192 = 666 (100%)
R 235 of 666 ~ 35.29%
G 239 of 666 ~ 35.89%
B 192 of 666 ~ 28.83%

%35.29
%35.89
%28.83

CMYK color model

#EBEFC0 color CMYK value is (2,0,20,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 6.27%
CMYK:
(2,0,20,6)
C2M0Y20K6 
(2%,0%,20%,6%)
(0.02/0.00/0.20/0.06)	

CMYK percentages

%1.67
%0
%19.67
%6.27

Codes

Color #EBEFC0 in popluar color models

EBEFC0
RGB235239192
HSL65°59.49%84.51%
HSB/HSV65°19.67%93.73%
CMYK1.67%0.00%19.67%
6.27%

Color #EBEFC0 in popluar number systems.

HEXEBEFC0
Decimal235239192
Binary111010111110111111000000
Octal353357300

Shades and tints

Shades of #EBEFC0

#EBEFC0
(235,239,192)
#D6DAAF
(214,218,175)
#C1C59E
(193,197,158)
#ACB08D
(172,176,141)
#979B7C
(151,155,124)
#82866B
(130,134,107)
#6D715A
(109,113,90)
#585C49
(88,92,73)
#434738
(67,71,56)
#2E3227
(46,50,39)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #EBEFC0

#EBEFC0
(235,239,192)
#ECF0C5
(236,240,197)
#EDF1CA
(237,241,202)
#EEF2CF
(238,242,207)
#EFF3D4
(239,243,212)
#F0F4D9
(240,244,217)
#F1F5DE
(241,245,222)
#F2F6E3
(242,246,227)
#F3F7E8
(243,247,232)
#F4F8ED
(244,248,237)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEFC0; }

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

This text font color is #EBEFC0.


Background Color

.myBgColor { background-color: #EBEFC0; }

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

This div background color is #EBEFC0.


Border color

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

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

This div border color is #EBEFC0.


Opacity

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

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

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

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

This text has shadow with #EBEFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEFC0 on black background.


Color preview on white background

This text has color #EBEFC0 on white background.



Black color preview on #EBEFC0 background

This text has black color on #EBEFC0 background.


White color preview on #EBEFC0 background

This text has white color on #EBEFC0 background.