COLOR #EBAEC8

HEX: #EBAEC8 RGB: (235,174,200)

Color info

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

RGB color model

#EBAEC8 color RGB value is (235,174,200).

RGB: (235,174,200) (92%, 68%, 78%)

RGB channels and saturation

R 235 of 255 = 92%
G 174 of 255 = 68%
B 200 of 255 = 78%

235
174
200

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

Portions of RGB colors in percentages

R + G + B = 235 + 174 + 200 = 609 (100%)
R 235 of 609 ~ 38.59%
G 174 of 609 ~ 28.57%
B 200 of 609 ~ 32.84'%

%38.59
%28.57
%32.84

CMYK color model

#EBAEC8 color CMYK value is (0,26,15,8).

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 14.89%
  • key color value is 7.84%

CMYK: (0,26,15,8)
C0M26Y15K8 (0%, 26%, 15%, 8%)
(0.00 / 0.26 / 0.15 / 0.08)

CMYK percentages

%0
%25.96
%14.89
%7.84

Codes

Color #EBAEC8 in popluar color models

EB AE C8
RGB 235 174 200
HSL 334° 60.40% 80.20%
HSB/HSV 334° 25.96% 92.16%
CMYK 0.00% 25.96% 14.89%
7.84%

Color #EBAEC8 in popluar number systems.

HEX EB AE C8
Decimal 235 174 200
Binary 11101011 10101110 11001000
Octal 353 256 310

Shades and tints

Shades of #EBAEC8

#EBAEC8
(235,174,200)
#D69FB6
(214,159,182)
#C190A4
(193,144,164)
#AC8192
(172,129,146)
#977280
(151,114,128)
#82636E
(130,99,110)
#6D545C
(109,84,92)
#58454A
(88,69,74)
#433638
(67,54,56)
#2E2726
(46,39,38)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #EBAEC8

#EBAEC8
(235,174,200)
#ECB5CD
(236,181,205)
#EDBCD2
(237,188,210)
#EEC3D7
(238,195,215)
#EFCADC
(239,202,220)
#F0D1E1
(240,209,225)
#F1D8E6
(241,216,230)
#F2DFEB
(242,223,235)
#F3E6F0
(243,230,240)
#F4EDF5
(244,237,245)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBAEC8; }

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

This text font color is #EBAEC8.

Background Color

.myBgColor { background-color: #EBAEC8; }

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

This div background color is #EBAEC8.

Border color

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

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

This div border color is #EBAEC8.

Opacity

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

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

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

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

This text has shadow with #EBAEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBAEC8.

Preview

Color preview on black background

This text has color #EBAEC8 on black background.


Color preview on white background

This text has color #EBAEC8 on white background.


Black color preview on #EBAEC8 background

This text has black color on #EBAEC8 background.


White color preview on #EBAEC8 background

This text has white color on #EBAEC8 background.


Related colors

Complementary color

Complementary color for #hex is #145137.


I love getcolorcode.com

Triadic colors

1 #C8EBAE and #AEC8EB with #EBAEC8 are triadic colors.

2 #C8AEEB and #AEEBC8 with #EBAEC8 are triadic colors.