COLOR #CE9EE5

HEX: #CE9EE5
RGB: (206,158,229)

Color info

#CE9EE5 contains mainly red and blue colors. Web safe color of #CE9EE5 is #CC99CC (or #C9C).

RGB color model

#CE9EE5 color RGB value is (206,158,229).

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

RGB channels and saturation

R 206 of 255 = 81%
G 158 of 255 = 62%
B 229 of 255 = 90%

206
158
229

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

Portions of RGB colors in percentages

R + G + B =
206 + 158 + 229 = 593 (100%)
R 206 of 593 ~ 34.74%
G 158 of 593 ~ 26.64%
B 229 of 593 ~ 38.62%

%34.74
%26.64
%38.62

CMYK color model

#CE9EE5 color CMYK value is (10,31,0,10).

  • cyan value is 10.04%
  • magenta value is 31.00%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(10,31,0,10)
C10M31Y0K10 
(10%,31%,0%,10%)
(0.10/0.31/0.00/0.10)	

CMYK percentages

%10.04
%31
%0
%10.2

Codes

Color #CE9EE5 in popluar color models

CE9EE5
RGB206158229
HSL281°57.72%75.88%
HSB/HSV281°31.00%89.80%
CMYK10.04%31.00%0.00%
10.20%

Color #CE9EE5 in popluar number systems.

HEXCE9EE5
Decimal206158229
Binary110011101001111011100101
Octal316236345

Shades and tints

Shades of #CE9EE5

#CE9EE5
(206,158,229)
#BC90D1
(188,144,209)
#AA82BD
(170,130,189)
#9874A9
(152,116,169)
#866695
(134,102,149)
#745881
(116,88,129)
#624A6D
(98,74,109)
#503C59
(80,60,89)
#3E2E45
(62,46,69)
#2C2031
(44,32,49)
#1A121D
(26,18,29)
#000000
(0,0,0)

Tints of #CE9EE5

#CE9EE5
(206,158,229)
#D2A6E7
(210,166,231)
#D6AEE9
(214,174,233)
#DAB6EB
(218,182,235)
#DEBEED
(222,190,237)
#E2C6EF
(226,198,239)
#E6CEF1
(230,206,241)
#EAD6F3
(234,214,243)
#EEDEF5
(238,222,245)
#F2E6F7
(242,230,247)
#F6EEF9
(246,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9EE5; }

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

This text font color is #CE9EE5.


Background Color

.myBgColor { background-color: #CE9EE5; }

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

This div background color is #CE9EE5.


Border color

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

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

This div border color is #CE9EE5.


Opacity

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

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

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

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

This text has shadow with #CE9EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9EE5 on black background.


Color preview on white background

This text has color #CE9EE5 on white background.



Black color preview on #CE9EE5 background

This text has black color on #CE9EE5 background.


White color preview on #CE9EE5 background

This text has white color on #CE9EE5 background.