COLOR #EBBEB9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

235
190
185

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

Portions of RGB colors in percentages

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

%38.52
%31.15
%30.33

CMYK color model

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

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

CMYK percentages

%0
%19.15
%21.28
%7.84

Codes

Color #EBBEB9 in popluar color models

EBBEB9
RGB235190185
HSL55.56%82.35%
HSB/HSV21.28%92.16%
CMYK0.00%19.15%21.28%
7.84%

Color #EBBEB9 in popluar number systems.

HEXEBBEB9
Decimal235190185
Binary111010111011111010111001
Octal353276271

Shades and tints

Shades of #EBBEB9

#EBBEB9
(235,190,185)
#D6ADA9
(214,173,169)
#C19C99
(193,156,153)
#AC8B89
(172,139,137)
#977A79
(151,122,121)
#826969
(130,105,105)
#6D5859
(109,88,89)
#584749
(88,71,73)
#433639
(67,54,57)
#2E2529
(46,37,41)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #EBBEB9

#EBBEB9
(235,190,185)
#ECC3BF
(236,195,191)
#EDC8C5
(237,200,197)
#EECDCB
(238,205,203)
#EFD2D1
(239,210,209)
#F0D7D7
(240,215,215)
#F1DCDD
(241,220,221)
#F2E1E3
(242,225,227)
#F3E6E9
(243,230,233)
#F4EBEF
(244,235,239)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBEB9; }

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

This text font color is #EBBEB9.


Background Color

.myBgColor { background-color: #EBBEB9; }

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

This div background color is #EBBEB9.


Border color

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

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

This div border color is #EBBEB9.


Opacity

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

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

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

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

This text has shadow with #EBBEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBEB9 on black background.


Color preview on white background

This text has color #EBBEB9 on white background.



Black color preview on #EBBEB9 background

This text has black color on #EBBEB9 background.


White color preview on #EBBEB9 background

This text has white color on #EBBEB9 background.