COLOR #EBAEC2

HEX: #EBAEC2
RGB: (235,174,194)

Color info

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

RGB color model

#EBAEC2 color RGB value is (235,174,194).

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

RGB channels and saturation

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

235
174
194

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

Portions of RGB colors in percentages

R + G + B =
235 + 174 + 194 = 603 (100%)
R 235 of 603 ~ 38.97%
G 174 of 603 ~ 28.86%
B 194 of 603 ~ 32.17%

%38.97
%28.86
%32.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 17.45%
  • 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.45
%7.84

Codes

Color #EBAEC2 in popluar color models

EBAEC2
RGB235174194
HSL340°60.40%80.20%
HSB/HSV340°25.96%92.16%
CMYK0.00%25.96%17.45%
7.84%

Color #EBAEC2 in popluar number systems.

HEXEBAEC2
Decimal235174194
Binary111010111010111011000010
Octal353256302

Shades and tints

Shades of #EBAEC2

#EBAEC2
(235,174,194)
#D69FB1
(214,159,177)
#C190A0
(193,144,160)
#AC818F
(172,129,143)
#97727E
(151,114,126)
#82636D
(130,99,109)
#6D545C
(109,84,92)
#58454B
(88,69,75)
#43363A
(67,54,58)
#2E2729
(46,39,41)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #EBAEC2

#EBAEC2
(235,174,194)
#ECB5C7
(236,181,199)
#EDBCCC
(237,188,204)
#EEC3D1
(238,195,209)
#EFCAD6
(239,202,214)
#F0D1DB
(240,209,219)
#F1D8E0
(241,216,224)
#F2DFE5
(242,223,229)
#F3E6EA
(243,230,234)
#F4EDEF
(244,237,239)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBAEC2; }

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

This text font color is #EBAEC2.


Background Color

.myBgColor { background-color: #EBAEC2; }

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

This div background color is #EBAEC2.


Border color

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

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

This div border color is #EBAEC2.


Opacity

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

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

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

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

This text has shadow with #EBAEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBAEC2 on black background.


Color preview on white background

This text has color #EBAEC2 on white background.



Black color preview on #EBAEC2 background

This text has black color on #EBAEC2 background.


White color preview on #EBAEC2 background

This text has white color on #EBAEC2 background.