COLOR #EBB0B9

HEX: #EBB0B9
RGB: (235,176,185)

Color info

#EBB0B9 contains red, green and blue colors in about the same proportion. Web safe color of #EBB0B9 is #FF99CC (or #F9C).

RGB color model

#EBB0B9 color RGB value is (235,176,185).

  • red value is 235;
  • green value is 176;
  • blue value is 185.
RGB:
(235,176,185)
(92%,69%,73%)

RGB channels and saturation

R 235 of 255 = 92%
G 176 of 255 = 69%
B 185 of 255 = 73%

235
176
185

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

Portions of RGB colors in percentages

R + G + B =
235 + 176 + 185 = 596 (100%)
R 235 of 596 ~ 39.43%
G 176 of 596 ~ 29.53%
B 185 of 596 ~ 31.04%

%39.43
%29.53
%31.04

CMYK color model

#EBB0B9 color CMYK value is (0,25,21,8).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 21.28%
  • key color value is 7.84%
CMYK:
(0,25,21,8)
C0M25Y21K8 
(0%,25%,21%,8%)
(0.00/0.25/0.21/0.08)	

CMYK percentages

%0
%25.11
%21.28
%7.84

Codes

Color #EBB0B9 in popluar color models

EBB0B9
RGB235176185
HSL351°59.60%80.59%
HSB/HSV351°25.11%92.16%
CMYK0.00%25.11%21.28%
7.84%

Color #EBB0B9 in popluar number systems.

HEXEBB0B9
Decimal235176185
Binary111010111011000010111001
Octal353260271

Shades and tints

Shades of #EBB0B9

#EBB0B9
(235,176,185)
#D6A0A9
(214,160,169)
#C19099
(193,144,153)
#AC8089
(172,128,137)
#977079
(151,112,121)
#826069
(130,96,105)
#6D5059
(109,80,89)
#584049
(88,64,73)
#433039
(67,48,57)
#2E2029
(46,32,41)
#191019
(25,16,25)
#000000
(0,0,0)

Tints of #EBB0B9

#EBB0B9
(235,176,185)
#ECB7BF
(236,183,191)
#EDBEC5
(237,190,197)
#EEC5CB
(238,197,203)
#EFCCD1
(239,204,209)
#F0D3D7
(240,211,215)
#F1DADD
(241,218,221)
#F2E1E3
(242,225,227)
#F3E8E9
(243,232,233)
#F4EFEF
(244,239,239)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB0B9 color. Also use rgb(235,176,185) instead hex code.

Text Font Color

.myTextColor { color: #EBB0B9; }

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

This text font color is #EBB0B9.


Background Color

.myBgColor { background-color: #EBB0B9; }

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

This div background color is #EBB0B9.


Border color

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

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

This div border color is #EBB0B9.


Opacity

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

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

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

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

This text has shadow with #EBB0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB0B9 on black background.


Color preview on white background

This text has color #EBB0B9 on white background.



Black color preview on #EBB0B9 background

This text has black color on #EBB0B9 background.


White color preview on #EBB0B9 background

This text has white color on #EBB0B9 background.