COLOR #E9CEFB

HEX: #E9CEFB RGB: (233,206,251)

Color info

#E9CEFB contains red, green and blue colors in about the same proportion. Web safe color of #E9CEFB is #FFCCFF (or #FCF).

RGB color model

#E9CEFB color RGB value is (233,206,251).

RGB: (233,206,251) (91%, 81%, 98%)

RGB channels and saturation

R 233 of 255 = 91%
G 206 of 255 = 81%
B 251 of 255 = 98%

233
206
251

R + G + B ~ 90%. #E9CEFB is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 206 + 251 = 690 (100%)
R 233 of 690 ~ 33.77%
G 206 of 690 ~ 29.86%
B 251 of 690 ~ 36.38'%

%33.77
%29.86
%36.38

CMYK color model

#E9CEFB color CMYK value is (7,18,0,2).

  • cyan value is 7.17%
  • magenta value is 17.93%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (7,18,0,2)
C7M18Y0K2 (7%, 18%, 0%, 2%)
(0.07 / 0.18 / 0.00 / 0.02)

CMYK percentages

%7.17
%17.93
%0
%1.57

Codes

Color #E9CEFB in popluar color models

E9 CE FB
RGB 233 206 251
HSL 276° 84.91% 89.61%
HSB/HSV 276° 17.93% 98.43%
CMYK 7.17% 17.93% 0.00%
1.57%

Color #E9CEFB in popluar number systems.

HEX E9 CE FB
Decimal 233 206 251
Binary 11101001 11001110 11111011
Octal 351 316 373

Shades and tints

Shades of #E9CEFB

#E9CEFB
(233,206,251)
#D4BCE5
(212,188,229)
#BFAACF
(191,170,207)
#AA98B9
(170,152,185)
#9586A3
(149,134,163)
#80748D
(128,116,141)
#6B6277
(107,98,119)
#565061
(86,80,97)
#413E4B
(65,62,75)
#2C2C35
(44,44,53)
#171A1F
(23,26,31)
#000000
(0,0,0)

Tints of #E9CEFB

#E9CEFB
(233,206,251)
#EBD2FB
(235,210,251)
#EDD6FB
(237,214,251)
#EFDAFB
(239,218,251)
#F1DEFB
(241,222,251)
#F3E2FB
(243,226,251)
#F5E6FB
(245,230,251)
#F7EAFB
(247,234,251)
#F9EEFB
(249,238,251)
#FBF2FB
(251,242,251)
#FDF6FB
(253,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CEFB color. Also use rgb(233,206,251) instead hex code.

Text Font Color

.myTextColor { color: #E9CEFB; }

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

This text font color is #E9CEFB.

Background Color

.myBgColor { background-color: #E9CEFB; }

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

This div background color is #E9CEFB.

Border color

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

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

This div border color is #E9CEFB.

Opacity

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

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

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

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

This text has shadow with #E9CEFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CEFB.

Preview

Color preview on black background

This text has color #E9CEFB on black background.


Color preview on white background

This text has color #E9CEFB on white background.


Black color preview on #E9CEFB background

This text has black color on #E9CEFB background.


White color preview on #E9CEFB background

This text has white color on #E9CEFB background.


Related colors

Complementary color

Complementary color for #hex is #163104.


I love getcolorcode.com

Triadic colors

1 #FBE9CE and #CEFBE9 with #E9CEFB are triadic colors.

2 #FBCEE9 and #CEE9FB with #E9CEFB are triadic colors.