COLOR #EBB9BE

HEX: #EBB9BE
RGB: (235,185,190)

Color info

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

RGB color model

#EBB9BE color RGB value is (235,185,190).

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

RGB channels and saturation

R 235 of 255 = 92%
G 185 of 255 = 73%
B 190 of 255 = 75%

235
185
190

R + G + B ~ 80%. #EBB9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 185 + 190 = 610 (100%)
R 235 of 610 ~ 38.52%
G 185 of 610 ~ 30.33%
B 190 of 610 ~ 31.15%

%38.52
%30.33
%31.15

CMYK color model

#EBB9BE color CMYK value is (0,21,19,8).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 19.15%
  • key color value is 7.84%
CMYK:
(0,21,19,8)
C0M21Y19K8 
(0%,21%,19%,8%)
(0.00/0.21/0.19/0.08)	

CMYK percentages

%0
%21.28
%19.15
%7.84

Codes

Color #EBB9BE in popluar color models

EBB9BE
RGB235185190
HSL354°55.56%82.35%
HSB/HSV354°21.28%92.16%
CMYK0.00%21.28%19.15%
7.84%

Color #EBB9BE in popluar number systems.

HEXEBB9BE
Decimal235185190
Binary111010111011100110111110
Octal353271276

Shades and tints

Shades of #EBB9BE

#EBB9BE
(235,185,190)
#D6A9AD
(214,169,173)
#C1999C
(193,153,156)
#AC898B
(172,137,139)
#97797A
(151,121,122)
#826969
(130,105,105)
#6D5958
(109,89,88)
#584947
(88,73,71)
#433936
(67,57,54)
#2E2925
(46,41,37)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #EBB9BE

#EBB9BE
(235,185,190)
#ECBFC3
(236,191,195)
#EDC5C8
(237,197,200)
#EECBCD
(238,203,205)
#EFD1D2
(239,209,210)
#F0D7D7
(240,215,215)
#F1DDDC
(241,221,220)
#F2E3E1
(242,227,225)
#F3E9E6
(243,233,230)
#F4EFEB
(244,239,235)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB9BE; }

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

This text font color is #EBB9BE.


Background Color

.myBgColor { background-color: #EBB9BE; }

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

This div background color is #EBB9BE.


Border color

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

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

This div border color is #EBB9BE.


Opacity

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

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

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

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

This text has shadow with #EBB9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB9BE on black background.


Color preview on white background

This text has color #EBB9BE on white background.



Black color preview on #EBB9BE background

This text has black color on #EBB9BE background.


White color preview on #EBB9BE background

This text has white color on #EBB9BE background.