COLOR #CE9ED4

HEX: #CE9ED4
RGB: (206,158,212)

Color info

#CE9ED4 contains red, green and blue colors in about the same proportion. Web safe color of #CE9ED4 is #CC99CC (or #C9C).

RGB color model

#CE9ED4 color RGB value is (206,158,212).

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

RGB channels and saturation

R 206 of 255 = 81%
G 158 of 255 = 62%
B 212 of 255 = 83%

206
158
212

R + G + B ~ 75%. #CE9ED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 158 + 212 = 576 (100%)
R 206 of 576 ~ 35.76%
G 158 of 576 ~ 27.43%
B 212 of 576 ~ 36.81%

%35.76
%27.43
%36.81

CMYK color model

#CE9ED4 color CMYK value is (3,25,0,17).

  • cyan value is 2.83%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(3,25,0,17)
C3M25Y0K17 
(3%,25%,0%,17%)
(0.03/0.25/0.00/0.17)	

CMYK percentages

%2.83
%25.47
%0
%16.86

Codes

Color #CE9ED4 in popluar color models

CE9ED4
RGB206158212
HSL293°38.57%72.55%
HSB/HSV293°25.47%83.14%
CMYK2.83%25.47%0.00%
16.86%

Color #CE9ED4 in popluar number systems.

HEXCE9ED4
Decimal206158212
Binary110011101001111011010100
Octal316236324

Shades and tints

Shades of #CE9ED4

#CE9ED4
(206,158,212)
#BC90C1
(188,144,193)
#AA82AE
(170,130,174)
#98749B
(152,116,155)
#866688
(134,102,136)
#745875
(116,88,117)
#624A62
(98,74,98)
#503C4F
(80,60,79)
#3E2E3C
(62,46,60)
#2C2029
(44,32,41)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #CE9ED4

#CE9ED4
(206,158,212)
#D2A6D7
(210,166,215)
#D6AEDA
(214,174,218)
#DAB6DD
(218,182,221)
#DEBEE0
(222,190,224)
#E2C6E3
(226,198,227)
#E6CEE6
(230,206,230)
#EAD6E9
(234,214,233)
#EEDEEC
(238,222,236)
#F2E6EF
(242,230,239)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9ED4; }

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

This text font color is #CE9ED4.


Background Color

.myBgColor { background-color: #CE9ED4; }

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

This div background color is #CE9ED4.


Border color

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

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

This div border color is #CE9ED4.


Opacity

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

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

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

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

This text has shadow with #CE9ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9ED4 on black background.


Color preview on white background

This text has color #CE9ED4 on white background.



Black color preview on #CE9ED4 background

This text has black color on #CE9ED4 background.


White color preview on #CE9ED4 background

This text has white color on #CE9ED4 background.