COLOR #ECB7F1

HEX: #ECB7F1
RGB: (236,183,241)

Color info

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

RGB color model

#ECB7F1 color RGB value is (236,183,241).

  • red value is 236;
  • green value is 183;
  • blue value is 241.
RGB:
(236,183,241)
(93%,72%,95%)

RGB channels and saturation

R 236 of 255 = 93%
G 183 of 255 = 72%
B 241 of 255 = 95%

236
183
241

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

Portions of RGB colors in percentages

R + G + B =
236 + 183 + 241 = 660 (100%)
R 236 of 660 ~ 35.76%
G 183 of 660 ~ 27.73%
B 241 of 660 ~ 36.52%

%35.76
%27.73
%36.52

CMYK color model

#ECB7F1 color CMYK value is (2,24,0,5).

  • cyan value is 2.07%
  • magenta value is 24.07%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(2,24,0,5)
C2M24Y0K5 
(2%,24%,0%,5%)
(0.02/0.24/0.00/0.05)	

CMYK percentages

%2.07
%24.07
%0
%5.49

Codes

Color #ECB7F1 in popluar color models

ECB7F1
RGB236183241
HSL295°67.44%83.14%
HSB/HSV295°24.07%94.51%
CMYK2.07%24.07%0.00%
5.49%

Color #ECB7F1 in popluar number systems.

HEXECB7F1
Decimal236183241
Binary111011001011011111110001
Octal354267361

Shades and tints

Shades of #ECB7F1

#ECB7F1
(236,183,241)
#D7A7DC
(215,167,220)
#C297C7
(194,151,199)
#AD87B2
(173,135,178)
#98779D
(152,119,157)
#836788
(131,103,136)
#6E5773
(110,87,115)
#59475E
(89,71,94)
#443749
(68,55,73)
#2F2734
(47,39,52)
#1A171F
(26,23,31)
#000000
(0,0,0)

Tints of #ECB7F1

#ECB7F1
(236,183,241)
#EDBDF2
(237,189,242)
#EEC3F3
(238,195,243)
#EFC9F4
(239,201,244)
#F0CFF5
(240,207,245)
#F1D5F6
(241,213,246)
#F2DBF7
(242,219,247)
#F3E1F8
(243,225,248)
#F4E7F9
(244,231,249)
#F5EDFA
(245,237,250)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB7F1 color. Also use rgb(236,183,241) instead hex code.

Text Font Color

.myTextColor { color: #ECB7F1; }

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

This text font color is #ECB7F1.


Background Color

.myBgColor { background-color: #ECB7F1; }

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

This div background color is #ECB7F1.


Border color

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

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

This div border color is #ECB7F1.


Opacity

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

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

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

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

This text has shadow with #ECB7F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB7F1 on black background.


Color preview on white background

This text has color #ECB7F1 on white background.



Black color preview on #ECB7F1 background

This text has black color on #ECB7F1 background.


White color preview on #ECB7F1 background

This text has white color on #ECB7F1 background.