COLOR #EBBFAA

HEX: #EBBFAA
RGB: (235,191,170)

Color info

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

RGB color model

#EBBFAA color RGB value is (235,191,170).

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

RGB channels and saturation

R 235 of 255 = 92%
G 191 of 255 = 75%
B 170 of 255 = 67%

235
191
170

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

Portions of RGB colors in percentages

R + G + B =
235 + 191 + 170 = 596 (100%)
R 235 of 596 ~ 39.43%
G 191 of 596 ~ 32.05%
B 170 of 596 ~ 28.52%

%39.43
%32.05
%28.52

CMYK color model

#EBBFAA color CMYK value is (0,19,28,8).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 27.66%
  • key color value is 7.84%
CMYK:
(0,19,28,8)
C0M19Y28K8 
(0%,19%,28%,8%)
(0.00/0.19/0.28/0.08)	

CMYK percentages

%0
%18.72
%27.66
%7.84

Codes

Color #EBBFAA in popluar color models

EBBFAA
RGB235191170
HSL19°61.90%79.41%
HSB/HSV19°27.66%92.16%
CMYK0.00%18.72%27.66%
7.84%

Color #EBBFAA in popluar number systems.

HEXEBBFAA
Decimal235191170
Binary111010111011111110101010
Octal353277252

Shades and tints

Shades of #EBBFAA

#EBBFAA
(235,191,170)
#D6AE9B
(214,174,155)
#C19D8C
(193,157,140)
#AC8C7D
(172,140,125)
#977B6E
(151,123,110)
#826A5F
(130,106,95)
#6D5950
(109,89,80)
#584841
(88,72,65)
#433732
(67,55,50)
#2E2623
(46,38,35)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #EBBFAA

#EBBFAA
(235,191,170)
#ECC4B1
(236,196,177)
#EDC9B8
(237,201,184)
#EECEBF
(238,206,191)
#EFD3C6
(239,211,198)
#F0D8CD
(240,216,205)
#F1DDD4
(241,221,212)
#F2E2DB
(242,226,219)
#F3E7E2
(243,231,226)
#F4ECE9
(244,236,233)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBFAA; }

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

This text font color is #EBBFAA.


Background Color

.myBgColor { background-color: #EBBFAA; }

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

This div background color is #EBBFAA.


Border color

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

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

This div border color is #EBBFAA.


Opacity

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

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

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

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

This text has shadow with #EBBFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBFAA on black background.


Color preview on white background

This text has color #EBBFAA on white background.



Black color preview on #EBBFAA background

This text has black color on #EBBFAA background.


White color preview on #EBBFAA background

This text has white color on #EBBFAA background.