COLOR #E3BCCF

HEX: #E3BCCF RGB: (227,188,207)

Color info

#E3BCCF contains red, green and blue colors in about the same proportion. Web safe color of #E3BCCF is #CCCCCC (or #CCC).

RGB color model

#E3BCCF color RGB value is (227,188,207).

RGB: (227,188,207) (89%, 74%, 81%)

RGB channels and saturation

R 227 of 255 = 89%
G 188 of 255 = 74%
B 207 of 255 = 81%

227
188
207

R + G + B ~ 81%. #E3BCCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 188 + 207 = 622 (100%)
R 227 of 622 ~ 36.5%
G 188 of 622 ~ 30.23%
B 207 of 622 ~ 33.28'%

%36.5
%30.23
%33.28

CMYK color model

#E3BCCF color CMYK value is (0,17,9,11).

  • cyan value is 0.00%
  • magenta value is 17.18%
  • yellow value is 8.81%
  • key color value is 10.98%
CMYK: (0,17,9,11) C0M17Y9K11 (0%,17%,9%,11%) (0.00/0.17/0.09/0.11) 

CMYK percentages

%0
%17.18
%8.81
%10.98

Codes

Color #E3BCCF in popluar color models

E3 BC CF
RGB 227 188 207
HSL 331° 41.05% 81.37%
HSB/HSV 331° 17.18% 89.02%
CMYK 0.00% 17.18% 8.81%
10.98%

Color #E3BCCF in popluar number systems.

HEX E3 BC CF
Decimal 227 188 207
Binary 11100011 10111100 11001111
Octal 343 274 317

Shades and tints

Shades of #E3BCCF

#E3BCCF
(227,188,207)
#CFABBD
(207,171,189)
#BB9AAB
(187,154,171)
#A78999
(167,137,153)
#937887
(147,120,135)
#7F6775
(127,103,117)
#6B5663
(107,86,99)
#574551
(87,69,81)
#43343F
(67,52,63)
#2F232D
(47,35,45)
#1B121B
(27,18,27)
#000000
(0,0,0)

Tints of #E3BCCF

#E3BCCF
(227,188,207)
#E5C2D3
(229,194,211)
#E7C8D7
(231,200,215)
#E9CEDB
(233,206,219)
#EBD4DF
(235,212,223)
#EDDAE3
(237,218,227)
#EFE0E7
(239,224,231)
#F1E6EB
(241,230,235)
#F3ECEF
(243,236,239)
#F5F2F3
(245,242,243)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BCCF color. Also use rgb(227,188,207) instead hex code.

Text Font Color

.myTextColor { color: #E3BCCF; }

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

This text font color is #E3BCCF.

Background Color

.myBgColor { background-color: #E3BCCF; }

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

This div background color is #E3BCCF.

Border color

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

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

This div border color is #E3BCCF.

Opacity

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

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

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

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

This text has shadow with #E3BCCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BCCF.

Preview

Color preview on black background

This text has color #E3BCCF on black background.


Color preview on white background

This text has color #E3BCCF on white background.


Black color preview on #E3BCCF background

This text has black color on #E3BCCF background.


White color preview on #E3BCCF background

This text has white color on #E3BCCF background.


Related colors

Complementary color

Complementary color for #hex is #1C4330.


I love getcolorcode.com

Triadic colors

1 #CFE3BC and #BCCFE3 with #E3BCCF are triadic colors.

2 #CFBCE3 and #BCE3CF with #E3BCCF are triadic colors.