COLOR #E4CBEF

HEX: #E4CBEF RGB: (228,203,239)

Color info

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

RGB color model

#E4CBEF color RGB value is (228,203,239).

RGB: (228,203,239) (89%, 80%, 94%)

RGB channels and saturation

R 228 of 255 = 89%
G 203 of 255 = 80%
B 239 of 255 = 94%

228
203
239

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

Portions of RGB colors in percentages

R + G + B = 228 + 203 + 239 = 670 (100%)
R 228 of 670 ~ 34.03%
G 203 of 670 ~ 30.3%
B 239 of 670 ~ 35.67'%

%34.03
%30.3
%35.67

CMYK color model

#E4CBEF color CMYK value is (5,15,0,6).

  • cyan value is 4.60%
  • magenta value is 15.06%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (5,15,0,6)
C5M15Y0K6 (5%, 15%, 0%, 6%)
(0.05 / 0.15 / 0.00 / 0.06)

CMYK percentages

%4.6
%15.06
%0
%6.27

Codes

Color #E4CBEF in popluar color models

E4 CB EF
RGB 228 203 239
HSL 282° 52.94% 86.67%
HSB/HSV 282° 15.06% 93.73%
CMYK 4.60% 15.06% 0.00%
6.27%

Color #E4CBEF in popluar number systems.

HEX E4 CB EF
Decimal 228 203 239
Binary 11100100 11001011 11101111
Octal 344 313 357

Shades and tints

Shades of #E4CBEF

#E4CBEF
(228,203,239)
#D0B9DA
(208,185,218)
#BCA7C5
(188,167,197)
#A895B0
(168,149,176)
#94839B
(148,131,155)
#807186
(128,113,134)
#6C5F71
(108,95,113)
#584D5C
(88,77,92)
#443B47
(68,59,71)
#302932
(48,41,50)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #E4CBEF

#E4CBEF
(228,203,239)
#E6CFF0
(230,207,240)
#E8D3F1
(232,211,241)
#EAD7F2
(234,215,242)
#ECDBF3
(236,219,243)
#EEDFF4
(238,223,244)
#F0E3F5
(240,227,245)
#F2E7F6
(242,231,246)
#F4EBF7
(244,235,247)
#F6EFF8
(246,239,248)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CBEF color. Also use rgb(228,203,239) instead hex code.

Text Font Color

.myTextColor { color: #E4CBEF; }

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

This text font color is #E4CBEF.

Background Color

.myBgColor { background-color: #E4CBEF; }

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

This div background color is #E4CBEF.

Border color

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

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

This div border color is #E4CBEF.

Opacity

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

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

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

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

This text has shadow with #E4CBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CBEF.

Preview

Color preview on black background

This text has color #E4CBEF on black background.


Color preview on white background

This text has color #E4CBEF on white background.


Black color preview on #E4CBEF background

This text has black color on #E4CBEF background.


White color preview on #E4CBEF background

This text has white color on #E4CBEF background.


Related colors

Complementary color

Complementary color for #hex is #1B3410.


I love getcolorcode.com

Triadic colors

1 #EFE4CB and #CBEFE4 with #E4CBEF are triadic colors.

2 #EFCBE4 and #CBE4EF with #E4CBEF are triadic colors.