COLOR #E3CBF3

HEX: #E3CBF3
RGB: (227,203,243)

Color info

#E3CBF3 contains red, green and blue colors in about the same proportion. Web safe color of #E3CBF3 is #CCCCFF (or #CCF).

RGB color model

#E3CBF3 color RGB value is (227,203,243).

  • red value is 227;
  • green value is 203;
  • blue value is 243.
RGB:
(227,203,243)
(89%,80%,95%)

RGB channels and saturation

R 227 of 255 = 89%
G 203 of 255 = 80%
B 243 of 255 = 95%

227
203
243

R + G + B ~ 88%. #E3CBF3 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 203 + 243 = 673 (100%)
R 227 of 673 ~ 33.73%
G 203 of 673 ~ 30.16%
B 243 of 673 ~ 36.11%

%33.73
%30.16
%36.11

CMYK color model

#E3CBF3 color CMYK value is (7,16,0,5).

  • cyan value is 6.58%
  • magenta value is 16.46%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(7,16,0,5)
C7M16Y0K5 
(7%,16%,0%,5%)
(0.07/0.16/0.00/0.05)	

CMYK percentages

%6.58
%16.46
%0
%4.71

Codes

Color #E3CBF3 in popluar color models

E3CBF3
RGB227203243
HSL276°62.50%87.45%
HSB/HSV276°16.46%95.29%
CMYK6.58%16.46%0.00%
4.71%

Color #E3CBF3 in popluar number systems.

HEXE3CBF3
Decimal227203243
Binary111000111100101111110011
Octal343313363

Shades and tints

Shades of #E3CBF3

#E3CBF3
(227,203,243)
#CFB9DD
(207,185,221)
#BBA7C7
(187,167,199)
#A795B1
(167,149,177)
#93839B
(147,131,155)
#7F7185
(127,113,133)
#6B5F6F
(107,95,111)
#574D59
(87,77,89)
#433B43
(67,59,67)
#2F292D
(47,41,45)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #E3CBF3

#E3CBF3
(227,203,243)
#E5CFF4
(229,207,244)
#E7D3F5
(231,211,245)
#E9D7F6
(233,215,246)
#EBDBF7
(235,219,247)
#EDDFF8
(237,223,248)
#EFE3F9
(239,227,249)
#F1E7FA
(241,231,250)
#F3EBFB
(243,235,251)
#F5EFFC
(245,239,252)
#F7F3FD
(247,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CBF3 color. Also use rgb(227,203,243) instead hex code.

Text Font Color

.myTextColor { color: #E3CBF3; }

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

This text font color is #E3CBF3.


Background Color

.myBgColor { background-color: #E3CBF3; }

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

This div background color is #E3CBF3.


Border color

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

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

This div border color is #E3CBF3.


Opacity

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

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

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

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

This text has shadow with #E3CBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CBF3 on black background.


Color preview on white background

This text has color #E3CBF3 on white background.



Black color preview on #E3CBF3 background

This text has black color on #E3CBF3 background.


White color preview on #E3CBF3 background

This text has white color on #E3CBF3 background.