COLOR #EBB8B9

HEX: #EBB8B9
RGB: (235,184,185)

Color info

#EBB8B9 contains red, green and blue colors in about the same proportion. Web safe color of #EBB8B9 is #FFCCCC (or #FCC).

RGB color model

#EBB8B9 color RGB value is (235,184,185).

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

RGB channels and saturation

R 235 of 255 = 92%
G 184 of 255 = 72%
B 185 of 255 = 73%

235
184
185

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

Portions of RGB colors in percentages

R + G + B =
235 + 184 + 185 = 604 (100%)
R 235 of 604 ~ 38.91%
G 184 of 604 ~ 30.46%
B 185 of 604 ~ 30.63%

%38.91
%30.46
%30.63

CMYK color model

#EBB8B9 color CMYK value is (0,22,21,8).

  • cyan value is 0.00%
  • magenta value is 21.70%
  • yellow value is 21.28%
  • key color value is 7.84%
CMYK:
(0,22,21,8)
C0M22Y21K8 
(0%,22%,21%,8%)
(0.00/0.22/0.21/0.08)	

CMYK percentages

%0
%21.7
%21.28
%7.84

Codes

Color #EBB8B9 in popluar color models

EBB8B9
RGB235184185
HSL359°56.04%82.16%
HSB/HSV359°21.70%92.16%
CMYK0.00%21.70%21.28%
7.84%

Color #EBB8B9 in popluar number systems.

HEXEBB8B9
Decimal235184185
Binary111010111011100010111001
Octal353270271

Shades and tints

Shades of #EBB8B9

#EBB8B9
(235,184,185)
#D6A8A9
(214,168,169)
#C19899
(193,152,153)
#AC8889
(172,136,137)
#977879
(151,120,121)
#826869
(130,104,105)
#6D5859
(109,88,89)
#584849
(88,72,73)
#433839
(67,56,57)
#2E2829
(46,40,41)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #EBB8B9

#EBB8B9
(235,184,185)
#ECBEBF
(236,190,191)
#EDC4C5
(237,196,197)
#EECACB
(238,202,203)
#EFD0D1
(239,208,209)
#F0D6D7
(240,214,215)
#F1DCDD
(241,220,221)
#F2E2E3
(242,226,227)
#F3E8E9
(243,232,233)
#F4EEEF
(244,238,239)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB8B9; }

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

This text font color is #EBB8B9.


Background Color

.myBgColor { background-color: #EBB8B9; }

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

This div background color is #EBB8B9.


Border color

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

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

This div border color is #EBB8B9.


Opacity

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

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

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

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

This text has shadow with #EBB8B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB8B9 on black background.


Color preview on white background

This text has color #EBB8B9 on white background.



Black color preview on #EBB8B9 background

This text has black color on #EBB8B9 background.


White color preview on #EBB8B9 background

This text has white color on #EBB8B9 background.