COLOR #ECBBE1

HEX: #ECBBE1
RGB: (236,187,225)

Color info

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

RGB color model

#ECBBE1 color RGB value is (236,187,225).

  • red value is 236;
  • green value is 187;
  • blue value is 225.
RGB:
(236,187,225)
(93%,73%,88%)

RGB channels and saturation

R 236 of 255 = 93%
G 187 of 255 = 73%
B 225 of 255 = 88%

236
187
225

R + G + B ~ 85%. #ECBBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 187 + 225 = 648 (100%)
R 236 of 648 ~ 36.42%
G 187 of 648 ~ 28.86%
B 225 of 648 ~ 34.72%

%36.42
%28.86
%34.72

CMYK color model

#ECBBE1 color CMYK value is (0,21,5,7).

  • cyan value is 0.00%
  • magenta value is 20.76%
  • yellow value is 4.66%
  • key color value is 7.45%
CMYK:
(0,21,5,7)
C0M21Y5K7 
(0%,21%,5%,7%)
(0.00/0.21/0.05/0.07)	

CMYK percentages

%0
%20.76
%4.66
%7.45

Codes

Color #ECBBE1 in popluar color models

ECBBE1
RGB236187225
HSL313°56.32%82.94%
HSB/HSV313°20.76%92.55%
CMYK0.00%20.76%4.66%
7.45%

Color #ECBBE1 in popluar number systems.

HEXECBBE1
Decimal236187225
Binary111011001011101111100001
Octal354273341

Shades and tints

Shades of #ECBBE1

#ECBBE1
(236,187,225)
#D7AACD
(215,170,205)
#C299B9
(194,153,185)
#AD88A5
(173,136,165)
#987791
(152,119,145)
#83667D
(131,102,125)
#6E5569
(110,85,105)
#594455
(89,68,85)
#443341
(68,51,65)
#2F222D
(47,34,45)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #ECBBE1

#ECBBE1
(236,187,225)
#EDC1E3
(237,193,227)
#EEC7E5
(238,199,229)
#EFCDE7
(239,205,231)
#F0D3E9
(240,211,233)
#F1D9EB
(241,217,235)
#F2DFED
(242,223,237)
#F3E5EF
(243,229,239)
#F4EBF1
(244,235,241)
#F5F1F3
(245,241,243)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECBBE1 color. Also use rgb(236,187,225) instead hex code.

Text Font Color

.myTextColor { color: #ECBBE1; }

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

This text font color is #ECBBE1.


Background Color

.myBgColor { background-color: #ECBBE1; }

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

This div background color is #ECBBE1.


Border color

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

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

This div border color is #ECBBE1.


Opacity

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

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

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

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

This text has shadow with #ECBBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECBBE1 on black background.


Color preview on white background

This text has color #ECBBE1 on white background.



Black color preview on #ECBBE1 background

This text has black color on #ECBBE1 background.


White color preview on #ECBBE1 background

This text has white color on #ECBBE1 background.