COLOR #ECBBE7

HEX: #ECBBE7 RGB: (236,187,231)

Color info

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

RGB color model

#ECBBE7 color RGB value is (236,187,231).

RGB: (236,187,231) (93%, 73%, 91%)

RGB channels and saturation

R 236 of 255 = 93%
G 187 of 255 = 73%
B 231 of 255 = 91%

236
187
231

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

Portions of RGB colors in percentages

R + G + B = 236 + 187 + 231 = 654 (100%)
R 236 of 654 ~ 36.09%
G 187 of 654 ~ 28.59%
B 231 of 654 ~ 35.32'%

%36.09
%28.59
%35.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.76%
  • yellow value is 2.12%
  • key color value is 7.45%
CMYK: (0,21,2,7) C0M21Y2K7 (0%,21%,2%,7%) (0.00/0.21/0.02/0.07) 

CMYK percentages

%0
%20.76
%2.12
%7.45

Codes

Color #ECBBE7 in popluar color models

EC BB E7
RGB 236 187 231
HSL 306° 56.32% 82.94%
HSB/HSV 306° 20.76% 92.55%
CMYK 0.00% 20.76% 2.12%
7.45%

Color #ECBBE7 in popluar number systems.

HEX EC BB E7
Decimal 236 187 231
Binary 11101100 10111011 11100111
Octal 354 273 347

Shades and tints

Shades of #ECBBE7

#ECBBE7
(236,187,231)
#D7AAD2
(215,170,210)
#C299BD
(194,153,189)
#AD88A8
(173,136,168)
#987793
(152,119,147)
#83667E
(131,102,126)
#6E5569
(110,85,105)
#594454
(89,68,84)
#44333F
(68,51,63)
#2F222A
(47,34,42)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #ECBBE7

#ECBBE7
(236,187,231)
#EDC1E9
(237,193,233)
#EEC7EB
(238,199,235)
#EFCDED
(239,205,237)
#F0D3EF
(240,211,239)
#F1D9F1
(241,217,241)
#F2DFF3
(242,223,243)
#F3E5F5
(243,229,245)
#F4EBF7
(244,235,247)
#F5F1F9
(245,241,249)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECBBE7; }

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

This text font color is #ECBBE7.

Background Color

.myBgColor { background-color: #ECBBE7; }

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

This div background color is #ECBBE7.

Border color

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

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

This div border color is #ECBBE7.

Opacity

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

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

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

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

This text has shadow with #ECBBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECBBE7.

Preview

Color preview on black background

This text has color #ECBBE7 on black background.


Color preview on white background

This text has color #ECBBE7 on white background.


Black color preview on #ECBBE7 background

This text has black color on #ECBBE7 background.


White color preview on #ECBBE7 background

This text has white color on #ECBBE7 background.


Related colors

Complementary color

Complementary color for #hex is #134418.


I love getcolorcode.com

Triadic colors

1 #E7ECBB and #BBE7EC with #ECBBE7 are triadic colors.

2 #E7BBEC and #BBECE7 with #ECBBE7 are triadic colors.