COLOR #ECAEB2

HEX: #ECAEB2
RGB: (236,174,178)

Color info

#ECAEB2 contains mainly red and blue colors. Web safe color of #ECAEB2 is #FF9999 (or #F99).

RGB color model

#ECAEB2 color RGB value is (236,174,178).

  • red value is 236;
  • green value is 174;
  • blue value is 178.
RGB:
(236,174,178)
(93%,68%,70%)

RGB channels and saturation

R 236 of 255 = 93%
G 174 of 255 = 68%
B 178 of 255 = 70%

236
174
178

R + G + B ~ 77%. #ECAEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 174 + 178 = 588 (100%)
R 236 of 588 ~ 40.14%
G 174 of 588 ~ 29.59%
B 178 of 588 ~ 30.27%

%40.14
%29.59
%30.27

CMYK color model

#ECAEB2 color CMYK value is (0,26,25,7).

  • cyan value is 0.00%
  • magenta value is 26.27%
  • yellow value is 24.58%
  • key color value is 7.45%
CMYK:
(0,26,25,7)
C0M26Y25K7 
(0%,26%,25%,7%)
(0.00/0.26/0.25/0.07)	

CMYK percentages

%0
%26.27
%24.58
%7.45

Codes

Color #ECAEB2 in popluar color models

ECAEB2
RGB236174178
HSL356°62.00%80.39%
HSB/HSV356°26.27%92.55%
CMYK0.00%26.27%24.58%
7.45%

Color #ECAEB2 in popluar number systems.

HEXECAEB2
Decimal236174178
Binary111011001010111010110010
Octal354256262

Shades and tints

Shades of #ECAEB2

#ECAEB2
(236,174,178)
#D79FA2
(215,159,162)
#C29092
(194,144,146)
#AD8182
(173,129,130)
#987272
(152,114,114)
#836362
(131,99,98)
#6E5452
(110,84,82)
#594542
(89,69,66)
#443632
(68,54,50)
#2F2722
(47,39,34)
#1A1812
(26,24,18)
#000000
(0,0,0)

Tints of #ECAEB2

#ECAEB2
(236,174,178)
#EDB5B9
(237,181,185)
#EEBCC0
(238,188,192)
#EFC3C7
(239,195,199)
#F0CACE
(240,202,206)
#F1D1D5
(241,209,213)
#F2D8DC
(242,216,220)
#F3DFE3
(243,223,227)
#F4E6EA
(244,230,234)
#F5EDF1
(245,237,241)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECAEB2 color. Also use rgb(236,174,178) instead hex code.

Text Font Color

.myTextColor { color: #ECAEB2; }

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

This text font color is #ECAEB2.


Background Color

.myBgColor { background-color: #ECAEB2; }

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

This div background color is #ECAEB2.


Border color

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

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

This div border color is #ECAEB2.


Opacity

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

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

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

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

This text has shadow with #ECAEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECAEB2 on black background.


Color preview on white background

This text has color #ECAEB2 on white background.



Black color preview on #ECAEB2 background

This text has black color on #ECAEB2 background.


White color preview on #ECAEB2 background

This text has white color on #ECAEB2 background.