COLOR #EBEDC6

HEX: #EBEDC6
RGB: (235,237,198)

Color info

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

RGB color model

#EBEDC6 color RGB value is (235,237,198).

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

RGB channels and saturation

R 235 of 255 = 92%
G 237 of 255 = 93%
B 198 of 255 = 78%

235
237
198

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

Portions of RGB colors in percentages

R + G + B =
235 + 237 + 198 = 670 (100%)
R 235 of 670 ~ 35.07%
G 237 of 670 ~ 35.37%
B 198 of 670 ~ 29.55%

%35.07
%35.37
%29.55

CMYK color model

#EBEDC6 color CMYK value is (1,0,16,7).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 7.06%
CMYK:
(1,0,16,7)
C1M0Y16K7 
(1%,0%,16%,7%)
(0.01/0.00/0.16/0.07)	

CMYK percentages

%0.84
%0
%16.46
%7.06

Codes

Color #EBEDC6 in popluar color models

EBEDC6
RGB235237198
HSL63°52.00%85.29%
HSB/HSV63°16.46%92.94%
CMYK0.84%0.00%16.46%
7.06%

Color #EBEDC6 in popluar number systems.

HEXEBEDC6
Decimal235237198
Binary111010111110110111000110
Octal353355306

Shades and tints

Shades of #EBEDC6

#EBEDC6
(235,237,198)
#D6D8B4
(214,216,180)
#C1C3A2
(193,195,162)
#ACAE90
(172,174,144)
#97997E
(151,153,126)
#82846C
(130,132,108)
#6D6F5A
(109,111,90)
#585A48
(88,90,72)
#434536
(67,69,54)
#2E3024
(46,48,36)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #EBEDC6

#EBEDC6
(235,237,198)
#ECEECB
(236,238,203)
#EDEFD0
(237,239,208)
#EEF0D5
(238,240,213)
#EFF1DA
(239,241,218)
#F0F2DF
(240,242,223)
#F1F3E4
(241,243,228)
#F2F4E9
(242,244,233)
#F3F5EE
(243,245,238)
#F4F6F3
(244,246,243)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDC6; }

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

This text font color is #EBEDC6.


Background Color

.myBgColor { background-color: #EBEDC6; }

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

This div background color is #EBEDC6.


Border color

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

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

This div border color is #EBEDC6.


Opacity

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

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

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

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

This text has shadow with #EBEDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEDC6 on black background.


Color preview on white background

This text has color #EBEDC6 on white background.



Black color preview on #EBEDC6 background

This text has black color on #EBEDC6 background.


White color preview on #EBEDC6 background

This text has white color on #EBEDC6 background.