COLOR #E3BCCD

HEX: #E3BCCD
RGB: (227,188,205)

Color info

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

RGB color model

#E3BCCD color RGB value is (227,188,205).

  • red value is 227;
  • green value is 188;
  • blue value is 205.
RGB:
(227,188,205)
(89%,74%,80%)

RGB channels and saturation

R 227 of 255 = 89%
G 188 of 255 = 74%
B 205 of 255 = 80%

227
188
205

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

Portions of RGB colors in percentages

R + G + B =
227 + 188 + 205 = 620 (100%)
R 227 of 620 ~ 36.61%
G 188 of 620 ~ 30.32%
B 205 of 620 ~ 33.06%

%36.61
%30.32
%33.06

CMYK color model

#E3BCCD color CMYK value is (0,17,10,11).

  • cyan value is 0.00%
  • magenta value is 17.18%
  • yellow value is 9.69%
  • key color value is 10.98%
CMYK:
(0,17,10,11)
C0M17Y10K11 
(0%,17%,10%,11%)
(0.00/0.17/0.10/0.11)	

CMYK percentages

%0
%17.18
%9.69
%10.98

Codes

Color #E3BCCD in popluar color models

E3BCCD
RGB227188205
HSL334°41.05%81.37%
HSB/HSV334°17.18%89.02%
CMYK0.00%17.18%9.69%
10.98%

Color #E3BCCD in popluar number systems.

HEXE3BCCD
Decimal227188205
Binary111000111011110011001101
Octal343274315

Shades and tints

Shades of #E3BCCD

#E3BCCD
(227,188,205)
#CFABBB
(207,171,187)
#BB9AA9
(187,154,169)
#A78997
(167,137,151)
#937885
(147,120,133)
#7F6773
(127,103,115)
#6B5661
(107,86,97)
#57454F
(87,69,79)
#43343D
(67,52,61)
#2F232B
(47,35,43)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #E3BCCD

#E3BCCD
(227,188,205)
#E5C2D1
(229,194,209)
#E7C8D5
(231,200,213)
#E9CED9
(233,206,217)
#EBD4DD
(235,212,221)
#EDDAE1
(237,218,225)
#EFE0E5
(239,224,229)
#F1E6E9
(241,230,233)
#F3ECED
(243,236,237)
#F5F2F1
(245,242,241)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BCCD; }

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

This text font color is #E3BCCD.


Background Color

.myBgColor { background-color: #E3BCCD; }

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

This div background color is #E3BCCD.


Border color

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

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

This div border color is #E3BCCD.


Opacity

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

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

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

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

This text has shadow with #E3BCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BCCD on black background.


Color preview on white background

This text has color #E3BCCD on white background.



Black color preview on #E3BCCD background

This text has black color on #E3BCCD background.


White color preview on #E3BCCD background

This text has white color on #E3BCCD background.