COLOR #E6CFEB

HEX: #E6CFEB
RGB: (230,207,235)

Color info

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

RGB color model

#E6CFEB color RGB value is (230,207,235).

  • red value is 230;
  • green value is 207;
  • blue value is 235.
RGB:
(230,207,235)
(90%,81%,92%)

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 235 of 255 = 92%

230
207
235

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

Portions of RGB colors in percentages

R + G + B =
230 + 207 + 235 = 672 (100%)
R 230 of 672 ~ 34.23%
G 207 of 672 ~ 30.8%
B 235 of 672 ~ 34.97%

%34.23
%30.8
%34.97

CMYK color model

#E6CFEB color CMYK value is (2,12,0,8).

  • cyan value is 2.13%
  • magenta value is 11.91%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,12,0,8)
C2M12Y0K8 
(2%,12%,0%,8%)
(0.02/0.12/0.00/0.08)	

CMYK percentages

%2.13
%11.91
%0
%7.84

Codes

Color #E6CFEB in popluar color models

E6CFEB
RGB230207235
HSL289°41.18%86.67%
HSB/HSV289°11.91%92.16%
CMYK2.13%11.91%0.00%
7.84%

Color #E6CFEB in popluar number systems.

HEXE6CFEB
Decimal230207235
Binary111001101100111111101011
Octal346317353

Shades and tints

Shades of #E6CFEB

#E6CFEB
(230,207,235)
#D2BDD6
(210,189,214)
#BEABC1
(190,171,193)
#AA99AC
(170,153,172)
#968797
(150,135,151)
#827582
(130,117,130)
#6E636D
(110,99,109)
#5A5158
(90,81,88)
#463F43
(70,63,67)
#322D2E
(50,45,46)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #E6CFEB

#E6CFEB
(230,207,235)
#E8D3EC
(232,211,236)
#EAD7ED
(234,215,237)
#ECDBEE
(236,219,238)
#EEDFEF
(238,223,239)
#F0E3F0
(240,227,240)
#F2E7F1
(242,231,241)
#F4EBF2
(244,235,242)
#F6EFF3
(246,239,243)
#F8F3F4
(248,243,244)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CFEB color. Also use rgb(230,207,235) instead hex code.

Text Font Color

.myTextColor { color: #E6CFEB; }

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

This text font color is #E6CFEB.


Background Color

.myBgColor { background-color: #E6CFEB; }

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

This div background color is #E6CFEB.


Border color

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

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

This div border color is #E6CFEB.


Opacity

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

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

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

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

This text has shadow with #E6CFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CFEB on black background.


Color preview on white background

This text has color #E6CFEB on white background.



Black color preview on #E6CFEB background

This text has black color on #E6CFEB background.


White color preview on #E6CFEB background

This text has white color on #E6CFEB background.