COLOR #EBAEC3

HEX: #EBAEC3
RGB: (235,174,195)

Color info

#EBAEC3 contains mainly red and blue colors. Web safe color of #EBAEC3 is #FF99CC (or #F9C).

RGB color model

#EBAEC3 color RGB value is (235,174,195).

  • red value is 235;
  • green value is 174;
  • blue value is 195.
RGB:
(235,174,195)
(92%,68%,76%)

RGB channels and saturation

R 235 of 255 = 92%
G 174 of 255 = 68%
B 195 of 255 = 76%

235
174
195

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

Portions of RGB colors in percentages

R + G + B =
235 + 174 + 195 = 604 (100%)
R 235 of 604 ~ 38.91%
G 174 of 604 ~ 28.81%
B 195 of 604 ~ 32.28%

%38.91
%28.81
%32.28

CMYK color model

#EBAEC3 color CMYK value is (0,26,17,8).

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 17.02%
  • key color value is 7.84%
CMYK:
(0,26,17,8)
C0M26Y17K8 
(0%,26%,17%,8%)
(0.00/0.26/0.17/0.08)	

CMYK percentages

%0
%25.96
%17.02
%7.84

Codes

Color #EBAEC3 in popluar color models

EBAEC3
RGB235174195
HSL339°60.40%80.20%
HSB/HSV339°25.96%92.16%
CMYK0.00%25.96%17.02%
7.84%

Color #EBAEC3 in popluar number systems.

HEXEBAEC3
Decimal235174195
Binary111010111010111011000011
Octal353256303

Shades and tints

Shades of #EBAEC3

#EBAEC3
(235,174,195)
#D69FB2
(214,159,178)
#C190A1
(193,144,161)
#AC8190
(172,129,144)
#97727F
(151,114,127)
#82636E
(130,99,110)
#6D545D
(109,84,93)
#58454C
(88,69,76)
#43363B
(67,54,59)
#2E272A
(46,39,42)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #EBAEC3

#EBAEC3
(235,174,195)
#ECB5C8
(236,181,200)
#EDBCCD
(237,188,205)
#EEC3D2
(238,195,210)
#EFCAD7
(239,202,215)
#F0D1DC
(240,209,220)
#F1D8E1
(241,216,225)
#F2DFE6
(242,223,230)
#F3E6EB
(243,230,235)
#F4EDF0
(244,237,240)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBAEC3 color. Also use rgb(235,174,195) instead hex code.

Text Font Color

.myTextColor { color: #EBAEC3; }

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

This text font color is #EBAEC3.


Background Color

.myBgColor { background-color: #EBAEC3; }

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

This div background color is #EBAEC3.


Border color

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

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

This div border color is #EBAEC3.


Opacity

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

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

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

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

This text has shadow with #EBAEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAEC3 on black background.


Color preview on white background

This text has color #EBAEC3 on white background.



Black color preview on #EBAEC3 background

This text has black color on #EBAEC3 background.


White color preview on #EBAEC3 background

This text has white color on #EBAEC3 background.