COLOR #ECBBEB

HEX: #ECBBEB
RGB: (236,187,235)

Color info

#ECBBEB contains red, green and blue colors in about the same proportion. Web safe color of #ECBBEB is #FFCCFF (or #FCF).

RGB color model

#ECBBEB color RGB value is (236,187,235).

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

RGB channels and saturation

R 236 of 255 = 93%
G 187 of 255 = 73%
B 235 of 255 = 92%

236
187
235

R + G + B ~ 86%. #ECBBEB is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 187 + 235 = 658 (100%)
R 236 of 658 ~ 35.87%
G 187 of 658 ~ 28.42%
B 235 of 658 ~ 35.71%

%35.87
%28.42
%35.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.76%
  • yellow value is 0.42%
  • key color value is 7.45%
CMYK:
(0,21,0,7)
C0M21Y0K7 
(0%,21%,0%,7%)
(0.00/0.21/0.00/0.07)	

CMYK percentages

%0
%20.76
%0.42
%7.45

Codes

Color #ECBBEB in popluar color models

ECBBEB
RGB236187235
HSL301°56.32%82.94%
HSB/HSV301°20.76%92.55%
CMYK0.00%20.76%0.42%
7.45%

Color #ECBBEB in popluar number systems.

HEXECBBEB
Decimal236187235
Binary111011001011101111101011
Octal354273353

Shades and tints

Shades of #ECBBEB

#ECBBEB
(236,187,235)
#D7AAD6
(215,170,214)
#C299C1
(194,153,193)
#AD88AC
(173,136,172)
#987797
(152,119,151)
#836682
(131,102,130)
#6E556D
(110,85,109)
#594458
(89,68,88)
#443343
(68,51,67)
#2F222E
(47,34,46)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #ECBBEB

#ECBBEB
(236,187,235)
#EDC1EC
(237,193,236)
#EEC7ED
(238,199,237)
#EFCDEE
(239,205,238)
#F0D3EF
(240,211,239)
#F1D9F0
(241,217,240)
#F2DFF1
(242,223,241)
#F3E5F2
(243,229,242)
#F4EBF3
(244,235,243)
#F5F1F4
(245,241,244)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECBBEB; }

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

This text font color is #ECBBEB.


Background Color

.myBgColor { background-color: #ECBBEB; }

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

This div background color is #ECBBEB.


Border color

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

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

This div border color is #ECBBEB.


Opacity

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

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

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

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

This text has shadow with #ECBBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECBBEB on black background.


Color preview on white background

This text has color #ECBBEB on white background.



Black color preview on #ECBBEB background

This text has black color on #ECBBEB background.


White color preview on #ECBBEB background

This text has white color on #ECBBEB background.