COLOR #ECB1FB

HEX: #ECB1FB
RGB: (236,177,251)

Color info

#ECB1FB contains mainly red and blue colors. Web safe color of #ECB1FB is #FF99FF (or #F9F).

RGB color model

#ECB1FB color RGB value is (236,177,251).

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

RGB channels and saturation

R 236 of 255 = 93%
G 177 of 255 = 69%
B 251 of 255 = 98%

236
177
251

R + G + B ~ 87%. #ECB1FB is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 177 + 251 = 664 (100%)
R 236 of 664 ~ 35.54%
G 177 of 664 ~ 26.66%
B 251 of 664 ~ 37.8%

%35.54
%26.66
%37.8

CMYK color model

#ECB1FB color CMYK value is (6,29,0,2).

  • cyan value is 5.98%
  • magenta value is 29.48%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(6,29,0,2)
C6M29Y0K2 
(6%,29%,0%,2%)
(0.06/0.29/0.00/0.02)	

CMYK percentages

%5.98
%29.48
%0
%1.57

Codes

Color #ECB1FB in popluar color models

ECB1FB
RGB236177251
HSL288°90.24%83.92%
HSB/HSV288°29.48%98.43%
CMYK5.98%29.48%0.00%
1.57%

Color #ECB1FB in popluar number systems.

HEXECB1FB
Decimal236177251
Binary111011001011000111111011
Octal354261373

Shades and tints

Shades of #ECB1FB

#ECB1FB
(236,177,251)
#D7A1E5
(215,161,229)
#C291CF
(194,145,207)
#AD81B9
(173,129,185)
#9871A3
(152,113,163)
#83618D
(131,97,141)
#6E5177
(110,81,119)
#594161
(89,65,97)
#44314B
(68,49,75)
#2F2135
(47,33,53)
#1A111F
(26,17,31)
#000000
(0,0,0)

Tints of #ECB1FB

#ECB1FB
(236,177,251)
#EDB8FB
(237,184,251)
#EEBFFB
(238,191,251)
#EFC6FB
(239,198,251)
#F0CDFB
(240,205,251)
#F1D4FB
(241,212,251)
#F2DBFB
(242,219,251)
#F3E2FB
(243,226,251)
#F4E9FB
(244,233,251)
#F5F0FB
(245,240,251)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB1FB; }

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

This text font color is #ECB1FB.


Background Color

.myBgColor { background-color: #ECB1FB; }

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

This div background color is #ECB1FB.


Border color

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

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

This div border color is #ECB1FB.


Opacity

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

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

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

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

This text has shadow with #ECB1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB1FB on black background.


Color preview on white background

This text has color #ECB1FB on white background.



Black color preview on #ECB1FB background

This text has black color on #ECB1FB background.


White color preview on #ECB1FB background

This text has white color on #ECB1FB background.