COLOR #E3CBEB

HEX: #E3CBEB
RGB: (227,203,235)

Color info

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

RGB color model

#E3CBEB color RGB value is (227,203,235).

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

RGB channels and saturation

R 227 of 255 = 89%
G 203 of 255 = 80%
B 235 of 255 = 92%

227
203
235

R + G + B ~ 87%. #E3CBEB is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 203 + 235 = 665 (100%)
R 227 of 665 ~ 34.14%
G 203 of 665 ~ 30.53%
B 235 of 665 ~ 35.34%

%34.14
%30.53
%35.34

CMYK color model

#E3CBEB color CMYK value is (3,14,0,8).

  • cyan value is 3.40%
  • magenta value is 13.62%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,14,0,8)
C3M14Y0K8 
(3%,14%,0%,8%)
(0.03/0.14/0.00/0.08)	

CMYK percentages

%3.4
%13.62
%0
%7.84

Codes

Color #E3CBEB in popluar color models

E3CBEB
RGB227203235
HSL285°44.44%85.88%
HSB/HSV285°13.62%92.16%
CMYK3.40%13.62%0.00%
7.84%

Color #E3CBEB in popluar number systems.

HEXE3CBEB
Decimal227203235
Binary111000111100101111101011
Octal343313353

Shades and tints

Shades of #E3CBEB

#E3CBEB
(227,203,235)
#CFB9D6
(207,185,214)
#BBA7C1
(187,167,193)
#A795AC
(167,149,172)
#938397
(147,131,151)
#7F7182
(127,113,130)
#6B5F6D
(107,95,109)
#574D58
(87,77,88)
#433B43
(67,59,67)
#2F292E
(47,41,46)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #E3CBEB

#E3CBEB
(227,203,235)
#E5CFEC
(229,207,236)
#E7D3ED
(231,211,237)
#E9D7EE
(233,215,238)
#EBDBEF
(235,219,239)
#EDDFF0
(237,223,240)
#EFE3F1
(239,227,241)
#F1E7F2
(241,231,242)
#F3EBF3
(243,235,243)
#F5EFF4
(245,239,244)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CBEB; }

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

This text font color is #E3CBEB.


Background Color

.myBgColor { background-color: #E3CBEB; }

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

This div background color is #E3CBEB.


Border color

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

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

This div border color is #E3CBEB.


Opacity

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

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

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

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

This text has shadow with #E3CBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CBEB on black background.


Color preview on white background

This text has color #E3CBEB on white background.



Black color preview on #E3CBEB background

This text has black color on #E3CBEB background.


White color preview on #E3CBEB background

This text has white color on #E3CBEB background.