COLOR #EBBCAA

HEX: #EBBCAA
RGB: (235,188,170)

Color info

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

RGB color model

#EBBCAA color RGB value is (235,188,170).

  • red value is 235;
  • green value is 188;
  • blue value is 170.
RGB:
(235,188,170)
(92%,74%,67%)

RGB channels and saturation

R 235 of 255 = 92%
G 188 of 255 = 74%
B 170 of 255 = 67%

235
188
170

R + G + B ~ 78%. #EBBCAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 188 + 170 = 593 (100%)
R 235 of 593 ~ 39.63%
G 188 of 593 ~ 31.7%
B 170 of 593 ~ 28.67%

%39.63
%31.7
%28.67

CMYK color model

#EBBCAA color CMYK value is (0,20,28,8).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 27.66%
  • key color value is 7.84%
CMYK:
(0,20,28,8)
C0M20Y28K8 
(0%,20%,28%,8%)
(0.00/0.20/0.28/0.08)	

CMYK percentages

%0
%20
%27.66
%7.84

Codes

Color #EBBCAA in popluar color models

EBBCAA
RGB235188170
HSL17°61.90%79.41%
HSB/HSV17°27.66%92.16%
CMYK0.00%20.00%27.66%
7.84%

Color #EBBCAA in popluar number systems.

HEXEBBCAA
Decimal235188170
Binary111010111011110010101010
Octal353274252

Shades and tints

Shades of #EBBCAA

#EBBCAA
(235,188,170)
#D6AB9B
(214,171,155)
#C19A8C
(193,154,140)
#AC897D
(172,137,125)
#97786E
(151,120,110)
#82675F
(130,103,95)
#6D5650
(109,86,80)
#584541
(88,69,65)
#433432
(67,52,50)
#2E2323
(46,35,35)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #EBBCAA

#EBBCAA
(235,188,170)
#ECC2B1
(236,194,177)
#EDC8B8
(237,200,184)
#EECEBF
(238,206,191)
#EFD4C6
(239,212,198)
#F0DACD
(240,218,205)
#F1E0D4
(241,224,212)
#F2E6DB
(242,230,219)
#F3ECE2
(243,236,226)
#F4F2E9
(244,242,233)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBCAA color. Also use rgb(235,188,170) instead hex code.

Text Font Color

.myTextColor { color: #EBBCAA; }

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

This text font color is #EBBCAA.


Background Color

.myBgColor { background-color: #EBBCAA; }

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

This div background color is #EBBCAA.


Border color

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

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

This div border color is #EBBCAA.


Opacity

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

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

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

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

This text has shadow with #EBBCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBCAA on black background.


Color preview on white background

This text has color #EBBCAA on white background.



Black color preview on #EBBCAA background

This text has black color on #EBBCAA background.


White color preview on #EBBCAA background

This text has white color on #EBBCAA background.