COLOR #EBBFB1

HEX: #EBBFB1
RGB: (235,191,177)

Color info

#EBBFB1 contains red, green and blue colors in about the same proportion. Web safe color of #EBBFB1 is #FFCC99 (or #FC9).

RGB color model

#EBBFB1 color RGB value is (235,191,177).

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

RGB channels and saturation

R 235 of 255 = 92%
G 191 of 255 = 75%
B 177 of 255 = 69%

235
191
177

R + G + B ~ 79%. #EBBFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 191 + 177 = 603 (100%)
R 235 of 603 ~ 38.97%
G 191 of 603 ~ 31.67%
B 177 of 603 ~ 29.35%

%38.97
%31.67
%29.35

CMYK color model

#EBBFB1 color CMYK value is (0,19,25,8).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 24.68%
  • key color value is 7.84%
CMYK:
(0,19,25,8)
C0M19Y25K8 
(0%,19%,25%,8%)
(0.00/0.19/0.25/0.08)	

CMYK percentages

%0
%18.72
%24.68
%7.84

Codes

Color #EBBFB1 in popluar color models

EBBFB1
RGB235191177
HSL14°59.18%80.78%
HSB/HSV14°24.68%92.16%
CMYK0.00%18.72%24.68%
7.84%

Color #EBBFB1 in popluar number systems.

HEXEBBFB1
Decimal235191177
Binary111010111011111110110001
Octal353277261

Shades and tints

Shades of #EBBFB1

#EBBFB1
(235,191,177)
#D6AEA1
(214,174,161)
#C19D91
(193,157,145)
#AC8C81
(172,140,129)
#977B71
(151,123,113)
#826A61
(130,106,97)
#6D5951
(109,89,81)
#584841
(88,72,65)
#433731
(67,55,49)
#2E2621
(46,38,33)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #EBBFB1

#EBBFB1
(235,191,177)
#ECC4B8
(236,196,184)
#EDC9BF
(237,201,191)
#EECEC6
(238,206,198)
#EFD3CD
(239,211,205)
#F0D8D4
(240,216,212)
#F1DDDB
(241,221,219)
#F2E2E2
(242,226,226)
#F3E7E9
(243,231,233)
#F4ECF0
(244,236,240)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBFB1; }

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

This text font color is #EBBFB1.


Background Color

.myBgColor { background-color: #EBBFB1; }

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

This div background color is #EBBFB1.


Border color

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

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

This div border color is #EBBFB1.


Opacity

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

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

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

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

This text has shadow with #EBBFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBFB1 on black background.


Color preview on white background

This text has color #EBBFB1 on white background.



Black color preview on #EBBFB1 background

This text has black color on #EBBFB1 background.


White color preview on #EBBFB1 background

This text has white color on #EBBFB1 background.