COLOR #ECBEFB

HEX: #ECBEFB
RGB: (236,190,251)

Color info

#ECBEFB contains mainly red and blue colors. Web safe color of #ECBEFB is #FFCCFF (or #FCF).

RGB color model

#ECBEFB color RGB value is (236,190,251).

  • red value is 236;
  • green value is 190;
  • blue value is 251.
RGB:
(236,190,251)
(93%,75%,98%)

RGB channels and saturation

R 236 of 255 = 93%
G 190 of 255 = 75%
B 251 of 255 = 98%

236
190
251

R + G + B ~ 89%. #ECBEFB is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 190 + 251 = 677 (100%)
R 236 of 677 ~ 34.86%
G 190 of 677 ~ 28.06%
B 251 of 677 ~ 37.08%

%34.86
%28.06
%37.08

CMYK color model

#ECBEFB color CMYK value is (6,24,0,2).

  • cyan value is 5.98%
  • magenta value is 24.30%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(6,24,0,2)
C6M24Y0K2 
(6%,24%,0%,2%)
(0.06/0.24/0.00/0.02)	

CMYK percentages

%5.98
%24.3
%0
%1.57

Codes

Color #ECBEFB in popluar color models

ECBEFB
RGB236190251
HSL285°88.41%86.47%
HSB/HSV285°24.30%98.43%
CMYK5.98%24.30%0.00%
1.57%

Color #ECBEFB in popluar number systems.

HEXECBEFB
Decimal236190251
Binary111011001011111011111011
Octal354276373

Shades and tints

Shades of #ECBEFB

#ECBEFB
(236,190,251)
#D7ADE5
(215,173,229)
#C29CCF
(194,156,207)
#AD8BB9
(173,139,185)
#987AA3
(152,122,163)
#83698D
(131,105,141)
#6E5877
(110,88,119)
#594761
(89,71,97)
#44364B
(68,54,75)
#2F2535
(47,37,53)
#1A141F
(26,20,31)
#000000
(0,0,0)

Tints of #ECBEFB

#ECBEFB
(236,190,251)
#EDC3FB
(237,195,251)
#EEC8FB
(238,200,251)
#EFCDFB
(239,205,251)
#F0D2FB
(240,210,251)
#F1D7FB
(241,215,251)
#F2DCFB
(242,220,251)
#F3E1FB
(243,225,251)
#F4E6FB
(244,230,251)
#F5EBFB
(245,235,251)
#F6F0FB
(246,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECBEFB color. Also use rgb(236,190,251) instead hex code.

Text Font Color

.myTextColor { color: #ECBEFB; }

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

This text font color is #ECBEFB.


Background Color

.myBgColor { background-color: #ECBEFB; }

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

This div background color is #ECBEFB.


Border color

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

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

This div border color is #ECBEFB.


Opacity

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

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

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

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

This text has shadow with #ECBEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECBEFB on black background.


Color preview on white background

This text has color #ECBEFB on white background.



Black color preview on #ECBEFB background

This text has black color on #ECBEFB background.


White color preview on #ECBEFB background

This text has white color on #ECBEFB background.