COLOR #ECB7E9

HEX: #ECB7E9
RGB: (236,183,233)

Color info

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

RGB color model

#ECB7E9 color RGB value is (236,183,233).

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

RGB channels and saturation

R 236 of 255 = 93%
G 183 of 255 = 72%
B 233 of 255 = 91%

236
183
233

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

Portions of RGB colors in percentages

R + G + B =
236 + 183 + 233 = 652 (100%)
R 236 of 652 ~ 36.2%
G 183 of 652 ~ 28.07%
B 233 of 652 ~ 35.74%

%36.2
%28.07
%35.74

CMYK color model

#ECB7E9 color CMYK value is (0,22,1,7).

  • cyan value is 0.00%
  • magenta value is 22.46%
  • yellow value is 1.27%
  • key color value is 7.45%
CMYK:
(0,22,1,7)
C0M22Y1K7 
(0%,22%,1%,7%)
(0.00/0.22/0.01/0.07)	

CMYK percentages

%0
%22.46
%1.27
%7.45

Codes

Color #ECB7E9 in popluar color models

ECB7E9
RGB236183233
HSL303°58.24%82.16%
HSB/HSV303°22.46%92.55%
CMYK0.00%22.46%1.27%
7.45%

Color #ECB7E9 in popluar number systems.

HEXECB7E9
Decimal236183233
Binary111011001011011111101001
Octal354267351

Shades and tints

Shades of #ECB7E9

#ECB7E9
(236,183,233)
#D7A7D4
(215,167,212)
#C297BF
(194,151,191)
#AD87AA
(173,135,170)
#987795
(152,119,149)
#836780
(131,103,128)
#6E576B
(110,87,107)
#594756
(89,71,86)
#443741
(68,55,65)
#2F272C
(47,39,44)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #ECB7E9

#ECB7E9
(236,183,233)
#EDBDEB
(237,189,235)
#EEC3ED
(238,195,237)
#EFC9EF
(239,201,239)
#F0CFF1
(240,207,241)
#F1D5F3
(241,213,243)
#F2DBF5
(242,219,245)
#F3E1F7
(243,225,247)
#F4E7F9
(244,231,249)
#F5EDFB
(245,237,251)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB7E9; }

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

This text font color is #ECB7E9.


Background Color

.myBgColor { background-color: #ECB7E9; }

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

This div background color is #ECB7E9.


Border color

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

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

This div border color is #ECB7E9.


Opacity

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

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

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

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

This text has shadow with #ECB7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB7E9 on black background.


Color preview on white background

This text has color #ECB7E9 on white background.



Black color preview on #ECB7E9 background

This text has black color on #ECB7E9 background.


White color preview on #ECB7E9 background

This text has white color on #ECB7E9 background.