COLOR #CE9EE8

HEX: #CE9EE8
RGB: (206,158,232)

Color info

#CE9EE8 contains mainly red and blue colors. Web safe color of #CE9EE8 is #CC99FF (or #C9F).

RGB color model

#CE9EE8 color RGB value is (206,158,232).

  • red value is 206;
  • green value is 158;
  • blue value is 232.
RGB:
(206,158,232)
(81%,62%,91%)

RGB channels and saturation

R 206 of 255 = 81%
G 158 of 255 = 62%
B 232 of 255 = 91%

206
158
232

R + G + B ~ 78%. #CE9EE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 158 + 232 = 596 (100%)
R 206 of 596 ~ 34.56%
G 158 of 596 ~ 26.51%
B 232 of 596 ~ 38.93%

%34.56
%26.51
%38.93

CMYK color model

#CE9EE8 color CMYK value is (11,32,0,9).

  • cyan value is 11.21%
  • magenta value is 31.90%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(11,32,0,9)
C11M32Y0K9 
(11%,32%,0%,9%)
(0.11/0.32/0.00/0.09)	

CMYK percentages

%11.21
%31.9
%0
%9.02

Codes

Color #CE9EE8 in popluar color models

CE9EE8
RGB206158232
HSL279°61.67%76.47%
HSB/HSV279°31.90%90.98%
CMYK11.21%31.90%0.00%
9.02%

Color #CE9EE8 in popluar number systems.

HEXCE9EE8
Decimal206158232
Binary110011101001111011101000
Octal316236350

Shades and tints

Shades of #CE9EE8

#CE9EE8
(206,158,232)
#BC90D3
(188,144,211)
#AA82BE
(170,130,190)
#9874A9
(152,116,169)
#866694
(134,102,148)
#74587F
(116,88,127)
#624A6A
(98,74,106)
#503C55
(80,60,85)
#3E2E40
(62,46,64)
#2C202B
(44,32,43)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #CE9EE8

#CE9EE8
(206,158,232)
#D2A6EA
(210,166,234)
#D6AEEC
(214,174,236)
#DAB6EE
(218,182,238)
#DEBEF0
(222,190,240)
#E2C6F2
(226,198,242)
#E6CEF4
(230,206,244)
#EAD6F6
(234,214,246)
#EEDEF8
(238,222,248)
#F2E6FA
(242,230,250)
#F6EEFC
(246,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE9EE8 color. Also use rgb(206,158,232) instead hex code.

Text Font Color

.myTextColor { color: #CE9EE8; }

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

This text font color is #CE9EE8.


Background Color

.myBgColor { background-color: #CE9EE8; }

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

This div background color is #CE9EE8.


Border color

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

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

This div border color is #CE9EE8.


Opacity

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

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

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

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

This text has shadow with #CE9EE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9EE8 on black background.


Color preview on white background

This text has color #CE9EE8 on white background.



Black color preview on #CE9EE8 background

This text has black color on #CE9EE8 background.


White color preview on #CE9EE8 background

This text has white color on #CE9EE8 background.