COLOR #ECB7EE

HEX: #ECB7EE RGB: (236,183,238)

Color info

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

RGB color model

#ECB7EE color RGB value is (236,183,238).

RGB: (236,183,238) (93%, 72%, 93%)

RGB channels and saturation

R 236 of 255 = 93%
G 183 of 255 = 72%
B 238 of 255 = 93%

236
183
238

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

Portions of RGB colors in percentages

R + G + B = 236 + 183 + 238 = 657 (100%)
R 236 of 657 ~ 35.92%
G 183 of 657 ~ 27.85%
B 238 of 657 ~ 36.23'%

%35.92
%27.85
%36.23

CMYK color model

#ECB7EE color CMYK value is (1,23,0,7).

  • cyan value is 0.84%
  • magenta value is 23.11%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (1,23,0,7)
C1M23Y0K7 (1%, 23%, 0%, 7%)
(0.01 / 0.23 / 0.00 / 0.07)

CMYK percentages

%0.84
%23.11
%0
%6.67

Codes

Color #ECB7EE in popluar color models

EC B7 EE
RGB 236 183 238
HSL 298° 61.80% 82.55%
HSB/HSV 298° 23.11% 93.33%
CMYK 0.84% 23.11% 0.00%
6.67%

Color #ECB7EE in popluar number systems.

HEX EC B7 EE
Decimal 236 183 238
Binary 11101100 10110111 11101110
Octal 354 267 356

Shades and tints

Shades of #ECB7EE

#ECB7EE
(236,183,238)
#D7A7D9
(215,167,217)
#C297C4
(194,151,196)
#AD87AF
(173,135,175)
#98779A
(152,119,154)
#836785
(131,103,133)
#6E5770
(110,87,112)
#59475B
(89,71,91)
#443746
(68,55,70)
#2F2731
(47,39,49)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #ECB7EE

#ECB7EE
(236,183,238)
#EDBDEF
(237,189,239)
#EEC3F0
(238,195,240)
#EFC9F1
(239,201,241)
#F0CFF2
(240,207,242)
#F1D5F3
(241,213,243)
#F2DBF4
(242,219,244)
#F3E1F5
(243,225,245)
#F4E7F6
(244,231,246)
#F5EDF7
(245,237,247)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB7EE; }

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

This text font color is #ECB7EE.

Background Color

.myBgColor { background-color: #ECB7EE; }

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

This div background color is #ECB7EE.

Border color

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

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

This div border color is #ECB7EE.

Opacity

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

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

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

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

This text has shadow with #ECB7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB7EE.

Preview

Color preview on black background

This text has color #ECB7EE on black background.


Color preview on white background

This text has color #ECB7EE on white background.


Black color preview on #ECB7EE background

This text has black color on #ECB7EE background.


White color preview on #ECB7EE background

This text has white color on #ECB7EE background.


Related colors

Complementary color

Complementary color for #hex is #134811.


I love getcolorcode.com

Triadic colors

1 #EEECB7 and #B7EEEC with #ECB7EE are triadic colors.

2 #EEB7EC and #B7ECEE with #ECB7EE are triadic colors.