COLOR #E3CBFA

HEX: #E3CBFA RGB: (227,203,250)

Color info

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

RGB color model

#E3CBFA color RGB value is (227,203,250).

RGB: (227,203,250) (89%, 80%, 98%)

RGB channels and saturation

R 227 of 255 = 89%
G 203 of 255 = 80%
B 250 of 255 = 98%

227
203
250

R + G + B ~ 89%. #E3CBFA is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 203 + 250 = 680 (100%)
R 227 of 680 ~ 33.38%
G 203 of 680 ~ 29.85%
B 250 of 680 ~ 36.76'%

%33.38
%29.85
%36.76

CMYK color model

#E3CBFA color CMYK value is (9,19,0,2).

  • cyan value is 9.20%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (9,19,0,2)
C9M19Y0K2 (9%, 19%, 0%, 2%)
(0.09 / 0.19 / 0.00 / 0.02)

CMYK percentages

%9.2
%18.8
%0
%1.96

Codes

Color #E3CBFA in popluar color models

E3 CB FA
RGB 227 203 250
HSL 271° 82.46% 88.82%
HSB/HSV 271° 18.80% 98.04%
CMYK 9.20% 18.80% 0.00%
1.96%

Color #E3CBFA in popluar number systems.

HEX E3 CB FA
Decimal 227 203 250
Binary 11100011 11001011 11111010
Octal 343 313 372

Shades and tints

Shades of #E3CBFA

#E3CBFA
(227,203,250)
#CFB9E4
(207,185,228)
#BBA7CE
(187,167,206)
#A795B8
(167,149,184)
#9383A2
(147,131,162)
#7F718C
(127,113,140)
#6B5F76
(107,95,118)
#574D60
(87,77,96)
#433B4A
(67,59,74)
#2F2934
(47,41,52)
#1B171E
(27,23,30)
#000000
(0,0,0)

Tints of #E3CBFA

#E3CBFA
(227,203,250)
#E5CFFA
(229,207,250)
#E7D3FA
(231,211,250)
#E9D7FA
(233,215,250)
#EBDBFA
(235,219,250)
#EDDFFA
(237,223,250)
#EFE3FA
(239,227,250)
#F1E7FA
(241,231,250)
#F3EBFA
(243,235,250)
#F5EFFA
(245,239,250)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CBFA; }

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

This text font color is #E3CBFA.

Background Color

.myBgColor { background-color: #E3CBFA; }

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

This div background color is #E3CBFA.

Border color

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

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

This div border color is #E3CBFA.

Opacity

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

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

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

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

This text has shadow with #E3CBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CBFA.

Preview

Color preview on black background

This text has color #E3CBFA on black background.


Color preview on white background

This text has color #E3CBFA on white background.


Black color preview on #E3CBFA background

This text has black color on #E3CBFA background.


White color preview on #E3CBFA background

This text has white color on #E3CBFA background.


Related colors

Complementary color

Complementary color for #hex is #1C3405.


I love getcolorcode.com

Triadic colors

1 #FAE3CB and #CBFAE3 with #E3CBFA are triadic colors.

2 #FACBE3 and #CBE3FA with #E3CBFA are triadic colors.