COLOR #EBBF8A

HEX: #EBBF8A
RGB: (235,191,138)

Color info

#EBBF8A contains mainly red and green colors. Web safe color of #EBBF8A is #FFCC99 (or #FC9).

RGB color model

#EBBF8A color RGB value is (235,191,138).

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

RGB channels and saturation

R 235 of 255 = 92%
G 191 of 255 = 75%
B 138 of 255 = 54%

235
191
138

R + G + B ~ 74%. #EBBF8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 191 + 138 = 564 (100%)
R 235 of 564 ~ 41.67%
G 191 of 564 ~ 33.87%
B 138 of 564 ~ 24.47%

%41.67
%33.87
%24.47

CMYK color model

#EBBF8A color CMYK value is (0,19,41,8).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 41.28%
  • key color value is 7.84%
CMYK:
(0,19,41,8)
C0M19Y41K8 
(0%,19%,41%,8%)
(0.00/0.19/0.41/0.08)	

CMYK percentages

%0
%18.72
%41.28
%7.84

Codes

Color #EBBF8A in popluar color models

EBBF8A
RGB235191138
HSL33°70.80%73.14%
HSB/HSV33°41.28%92.16%
CMYK0.00%18.72%41.28%
7.84%

Color #EBBF8A in popluar number systems.

HEXEBBF8A
Decimal235191138
Binary111010111011111110001010
Octal353277212

Shades and tints

Shades of #EBBF8A

#EBBF8A
(235,191,138)
#D6AE7E
(214,174,126)
#C19D72
(193,157,114)
#AC8C66
(172,140,102)
#977B5A
(151,123,90)
#826A4E
(130,106,78)
#6D5942
(109,89,66)
#584836
(88,72,54)
#43372A
(67,55,42)
#2E261E
(46,38,30)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #EBBF8A

#EBBF8A
(235,191,138)
#ECC494
(236,196,148)
#EDC99E
(237,201,158)
#EECEA8
(238,206,168)
#EFD3B2
(239,211,178)
#F0D8BC
(240,216,188)
#F1DDC6
(241,221,198)
#F2E2D0
(242,226,208)
#F3E7DA
(243,231,218)
#F4ECE4
(244,236,228)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBF8A; }

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

This text font color is #EBBF8A.


Background Color

.myBgColor { background-color: #EBBF8A; }

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

This div background color is #EBBF8A.


Border color

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

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

This div border color is #EBBF8A.


Opacity

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

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

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

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

This text has shadow with #EBBF8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBF8A on black background.


Color preview on white background

This text has color #EBBF8A on white background.



Black color preview on #EBBF8A background

This text has black color on #EBBF8A background.


White color preview on #EBBF8A background

This text has white color on #EBBF8A background.