COLOR #EBEFC6

HEX: #EBEFC6
RGB: (235,239,198)

Color info

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

RGB color model

#EBEFC6 color RGB value is (235,239,198).

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

RGB channels and saturation

R 235 of 255 = 92%
G 239 of 255 = 94%
B 198 of 255 = 78%

235
239
198

R + G + B ~ 88%. #EBEFC6 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 239 + 198 = 672 (100%)
R 235 of 672 ~ 34.97%
G 239 of 672 ~ 35.57%
B 198 of 672 ~ 29.46%

%34.97
%35.57
%29.46

CMYK color model

#EBEFC6 color CMYK value is (2,0,17,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 17.15%
  • key color value is 6.27%
CMYK:
(2,0,17,6)
C2M0Y17K6 
(2%,0%,17%,6%)
(0.02/0.00/0.17/0.06)	

CMYK percentages

%1.67
%0
%17.15
%6.27

Codes

Color #EBEFC6 in popluar color models

EBEFC6
RGB235239198
HSL66°56.16%85.69%
HSB/HSV66°17.15%93.73%
CMYK1.67%0.00%17.15%
6.27%

Color #EBEFC6 in popluar number systems.

HEXEBEFC6
Decimal235239198
Binary111010111110111111000110
Octal353357306

Shades and tints

Shades of #EBEFC6

#EBEFC6
(235,239,198)
#D6DAB4
(214,218,180)
#C1C5A2
(193,197,162)
#ACB090
(172,176,144)
#979B7E
(151,155,126)
#82866C
(130,134,108)
#6D715A
(109,113,90)
#585C48
(88,92,72)
#434736
(67,71,54)
#2E3224
(46,50,36)
#191D12
(25,29,18)
#000000
(0,0,0)

Tints of #EBEFC6

#EBEFC6
(235,239,198)
#ECF0CB
(236,240,203)
#EDF1D0
(237,241,208)
#EEF2D5
(238,242,213)
#EFF3DA
(239,243,218)
#F0F4DF
(240,244,223)
#F1F5E4
(241,245,228)
#F2F6E9
(242,246,233)
#F3F7EE
(243,247,238)
#F4F8F3
(244,248,243)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEFC6; }

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

This text font color is #EBEFC6.


Background Color

.myBgColor { background-color: #EBEFC6; }

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

This div background color is #EBEFC6.


Border color

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

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

This div border color is #EBEFC6.


Opacity

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

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

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

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

This text has shadow with #EBEFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEFC6 on black background.


Color preview on white background

This text has color #EBEFC6 on white background.



Black color preview on #EBEFC6 background

This text has black color on #EBEFC6 background.


White color preview on #EBEFC6 background

This text has white color on #EBEFC6 background.