COLOR #EBEDBF

HEX: #EBEDBF
RGB: (235,237,191)

Color info

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

RGB color model

#EBEDBF color RGB value is (235,237,191).

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

RGB channels and saturation

R 235 of 255 = 92%
G 237 of 255 = 93%
B 191 of 255 = 75%

235
237
191

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

Portions of RGB colors in percentages

R + G + B =
235 + 237 + 191 = 663 (100%)
R 235 of 663 ~ 35.44%
G 237 of 663 ~ 35.75%
B 191 of 663 ~ 28.81%

%35.44
%35.75
%28.81

CMYK color model

#EBEDBF color CMYK value is (1,0,19,7).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 19.41%
  • key color value is 7.06%
CMYK:
(1,0,19,7)
C1M0Y19K7 
(1%,0%,19%,7%)
(0.01/0.00/0.19/0.07)	

CMYK percentages

%0.84
%0
%19.41
%7.06

Codes

Color #EBEDBF in popluar color models

EBEDBF
RGB235237191
HSL63°56.10%83.92%
HSB/HSV63°19.41%92.94%
CMYK0.84%0.00%19.41%
7.06%

Color #EBEDBF in popluar number systems.

HEXEBEDBF
Decimal235237191
Binary111010111110110110111111
Octal353355277

Shades and tints

Shades of #EBEDBF

#EBEDBF
(235,237,191)
#D6D8AE
(214,216,174)
#C1C39D
(193,195,157)
#ACAE8C
(172,174,140)
#97997B
(151,153,123)
#82846A
(130,132,106)
#6D6F59
(109,111,89)
#585A48
(88,90,72)
#434537
(67,69,55)
#2E3026
(46,48,38)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #EBEDBF

#EBEDBF
(235,237,191)
#ECEEC4
(236,238,196)
#EDEFC9
(237,239,201)
#EEF0CE
(238,240,206)
#EFF1D3
(239,241,211)
#F0F2D8
(240,242,216)
#F1F3DD
(241,243,221)
#F2F4E2
(242,244,226)
#F3F5E7
(243,245,231)
#F4F6EC
(244,246,236)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDBF; }

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

This text font color is #EBEDBF.


Background Color

.myBgColor { background-color: #EBEDBF; }

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

This div background color is #EBEDBF.


Border color

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

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

This div border color is #EBEDBF.


Opacity

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

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

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

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

This text has shadow with #EBEDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEDBF on black background.


Color preview on white background

This text has color #EBEDBF on white background.



Black color preview on #EBEDBF background

This text has black color on #EBEDBF background.


White color preview on #EBEDBF background

This text has white color on #EBEDBF background.