COLOR #EBB2B1

HEX: #EBB2B1
RGB: (235,178,177)

Color info

#EBB2B1 contains red, green and blue colors in about the same proportion. Web safe color of #EBB2B1 is #FF9999 (or #F99).

RGB color model

#EBB2B1 color RGB value is (235,178,177).

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

RGB channels and saturation

R 235 of 255 = 92%
G 178 of 255 = 70%
B 177 of 255 = 69%

235
178
177

R + G + B ~ 77%. #EBB2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 178 + 177 = 590 (100%)
R 235 of 590 ~ 39.83%
G 178 of 590 ~ 30.17%
B 177 of 590 ~ 30%

%39.83
%30.17
%30

CMYK color model

#EBB2B1 color CMYK value is (0,24,25,8).

  • cyan value is 0.00%
  • magenta value is 24.26%
  • yellow value is 24.68%
  • key color value is 7.84%
CMYK:
(0,24,25,8)
C0M24Y25K8 
(0%,24%,25%,8%)
(0.00/0.24/0.25/0.08)	

CMYK percentages

%0
%24.26
%24.68
%7.84

Codes

Color #EBB2B1 in popluar color models

EBB2B1
RGB235178177
HSL59.18%80.78%
HSB/HSV24.68%92.16%
CMYK0.00%24.26%24.68%
7.84%

Color #EBB2B1 in popluar number systems.

HEXEBB2B1
Decimal235178177
Binary111010111011001010110001
Octal353262261

Shades and tints

Shades of #EBB2B1

#EBB2B1
(235,178,177)
#D6A2A1
(214,162,161)
#C19291
(193,146,145)
#AC8281
(172,130,129)
#977271
(151,114,113)
#826261
(130,98,97)
#6D5251
(109,82,81)
#584241
(88,66,65)
#433231
(67,50,49)
#2E2221
(46,34,33)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #EBB2B1

#EBB2B1
(235,178,177)
#ECB9B8
(236,185,184)
#EDC0BF
(237,192,191)
#EEC7C6
(238,199,198)
#EFCECD
(239,206,205)
#F0D5D4
(240,213,212)
#F1DCDB
(241,220,219)
#F2E3E2
(242,227,226)
#F3EAE9
(243,234,233)
#F4F1F0
(244,241,240)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB2B1; }

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

This text font color is #EBB2B1.


Background Color

.myBgColor { background-color: #EBB2B1; }

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

This div background color is #EBB2B1.


Border color

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

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

This div border color is #EBB2B1.


Opacity

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

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

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

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

This text has shadow with #EBB2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB2B1 on black background.


Color preview on white background

This text has color #EBB2B1 on white background.



Black color preview on #EBB2B1 background

This text has black color on #EBB2B1 background.


White color preview on #EBB2B1 background

This text has white color on #EBB2B1 background.