COLOR #EBE1BD

HEX: #EBE1BD
RGB: (235,225,189)

Color info

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

RGB color model

#EBE1BD color RGB value is (235,225,189).

  • red value is 235;
  • green value is 225;
  • blue value is 189.
RGB:
(235,225,189)
(92%,88%,74%)

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 189 of 255 = 74%

235
225
189

R + G + B ~ 85%. #EBE1BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 189 = 649 (100%)
R 235 of 649 ~ 36.21%
G 225 of 649 ~ 34.67%
B 189 of 649 ~ 29.12%

%36.21
%34.67
%29.12

CMYK color model

#EBE1BD color CMYK value is (0,4,20,8).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 19.57%
  • key color value is 7.84%
CMYK:
(0,4,20,8)
C0M4Y20K8 
(0%,4%,20%,8%)
(0.00/0.04/0.20/0.08)	

CMYK percentages

%0
%4.26
%19.57
%7.84

Codes

Color #EBE1BD in popluar color models

EBE1BD
RGB235225189
HSL47°53.49%83.14%
HSB/HSV47°19.57%92.16%
CMYK0.00%4.26%19.57%
7.84%

Color #EBE1BD in popluar number systems.

HEXEBE1BD
Decimal235225189
Binary111010111110000110111101
Octal353341275

Shades and tints

Shades of #EBE1BD

#EBE1BD
(235,225,189)
#D6CDAC
(214,205,172)
#C1B99B
(193,185,155)
#ACA58A
(172,165,138)
#979179
(151,145,121)
#827D68
(130,125,104)
#6D6957
(109,105,87)
#585546
(88,85,70)
#434135
(67,65,53)
#2E2D24
(46,45,36)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #EBE1BD

#EBE1BD
(235,225,189)
#ECE3C3
(236,227,195)
#EDE5C9
(237,229,201)
#EEE7CF
(238,231,207)
#EFE9D5
(239,233,213)
#F0EBDB
(240,235,219)
#F1EDE1
(241,237,225)
#F2EFE7
(242,239,231)
#F3F1ED
(243,241,237)
#F4F3F3
(244,243,243)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE1BD color. Also use rgb(235,225,189) instead hex code.

Text Font Color

.myTextColor { color: #EBE1BD; }

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

This text font color is #EBE1BD.


Background Color

.myBgColor { background-color: #EBE1BD; }

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

This div background color is #EBE1BD.


Border color

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

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

This div border color is #EBE1BD.


Opacity

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

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

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

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

This text has shadow with #EBE1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE1BD on black background.


Color preview on white background

This text has color #EBE1BD on white background.



Black color preview on #EBE1BD background

This text has black color on #EBE1BD background.


White color preview on #EBE1BD background

This text has white color on #EBE1BD background.