COLOR #EBE6BF

HEX: #EBE6BF
RGB: (235,230,191)

Color info

#EBE6BF contains red, green and blue colors in about the same proportion. Web safe color of #EBE6BF is #FFCCCC (or #FCC).

RGB color model

#EBE6BF color RGB value is (235,230,191).

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

RGB channels and saturation

R 235 of 255 = 92%
G 230 of 255 = 90%
B 191 of 255 = 75%

235
230
191

R + G + B ~ 86%. #EBE6BF is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 230 + 191 = 656 (100%)
R 235 of 656 ~ 35.82%
G 230 of 656 ~ 35.06%
B 191 of 656 ~ 29.12%

%35.82
%35.06
%29.12

CMYK color model

#EBE6BF color CMYK value is (0,2,19,8).

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 18.72%
  • key color value is 7.84%
CMYK:
(0,2,19,8)
C0M2Y19K8 
(0%,2%,19%,8%)
(0.00/0.02/0.19/0.08)	

CMYK percentages

%0
%2.13
%18.72
%7.84

Codes

Color #EBE6BF in popluar color models

EBE6BF
RGB235230191
HSL53°52.38%83.53%
HSB/HSV53°18.72%92.16%
CMYK0.00%2.13%18.72%
7.84%

Color #EBE6BF in popluar number systems.

HEXEBE6BF
Decimal235230191
Binary111010111110011010111111
Octal353346277

Shades and tints

Shades of #EBE6BF

#EBE6BF
(235,230,191)
#D6D2AE
(214,210,174)
#C1BE9D
(193,190,157)
#ACAA8C
(172,170,140)
#97967B
(151,150,123)
#82826A
(130,130,106)
#6D6E59
(109,110,89)
#585A48
(88,90,72)
#434637
(67,70,55)
#2E3226
(46,50,38)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #EBE6BF

#EBE6BF
(235,230,191)
#ECE8C4
(236,232,196)
#EDEAC9
(237,234,201)
#EEECCE
(238,236,206)
#EFEED3
(239,238,211)
#F0F0D8
(240,240,216)
#F1F2DD
(241,242,221)
#F2F4E2
(242,244,226)
#F3F6E7
(243,246,231)
#F4F8EC
(244,248,236)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE6BF; }

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

This text font color is #EBE6BF.


Background Color

.myBgColor { background-color: #EBE6BF; }

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

This div background color is #EBE6BF.


Border color

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

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

This div border color is #EBE6BF.


Opacity

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

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

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

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

This text has shadow with #EBE6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE6BF on black background.


Color preview on white background

This text has color #EBE6BF on white background.



Black color preview on #EBE6BF background

This text has black color on #EBE6BF background.


White color preview on #EBE6BF background

This text has white color on #EBE6BF background.