COLOR #EBBEC1

HEX: #EBBEC1
RGB: (235,190,193)

Color info

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

RGB color model

#EBBEC1 color RGB value is (235,190,193).

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

RGB channels and saturation

R 235 of 255 = 92%
G 190 of 255 = 75%
B 193 of 255 = 76%

235
190
193

R + G + B ~ 81%. #EBBEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 190 + 193 = 618 (100%)
R 235 of 618 ~ 38.03%
G 190 of 618 ~ 30.74%
B 193 of 618 ~ 31.23%

%38.03
%30.74
%31.23

CMYK color model

#EBBEC1 color CMYK value is (0,19,18,8).

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 17.87%
  • key color value is 7.84%
CMYK:
(0,19,18,8)
C0M19Y18K8 
(0%,19%,18%,8%)
(0.00/0.19/0.18/0.08)	

CMYK percentages

%0
%19.15
%17.87
%7.84

Codes

Color #EBBEC1 in popluar color models

EBBEC1
RGB235190193
HSL356°52.94%83.33%
HSB/HSV356°19.15%92.16%
CMYK0.00%19.15%17.87%
7.84%

Color #EBBEC1 in popluar number systems.

HEXEBBEC1
Decimal235190193
Binary111010111011111011000001
Octal353276301

Shades and tints

Shades of #EBBEC1

#EBBEC1
(235,190,193)
#D6ADB0
(214,173,176)
#C19C9F
(193,156,159)
#AC8B8E
(172,139,142)
#977A7D
(151,122,125)
#82696C
(130,105,108)
#6D585B
(109,88,91)
#58474A
(88,71,74)
#433639
(67,54,57)
#2E2528
(46,37,40)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #EBBEC1

#EBBEC1
(235,190,193)
#ECC3C6
(236,195,198)
#EDC8CB
(237,200,203)
#EECDD0
(238,205,208)
#EFD2D5
(239,210,213)
#F0D7DA
(240,215,218)
#F1DCDF
(241,220,223)
#F2E1E4
(242,225,228)
#F3E6E9
(243,230,233)
#F4EBEE
(244,235,238)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBEC1; }

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

This text font color is #EBBEC1.


Background Color

.myBgColor { background-color: #EBBEC1; }

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

This div background color is #EBBEC1.


Border color

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

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

This div border color is #EBBEC1.


Opacity

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

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

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

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

This text has shadow with #EBBEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBEC1 on black background.


Color preview on white background

This text has color #EBBEC1 on white background.



Black color preview on #EBBEC1 background

This text has black color on #EBBEC1 background.


White color preview on #EBBEC1 background

This text has white color on #EBBEC1 background.