COLOR #CE8AF6

HEX: #CE8AF6
RGB: (206,138,246)

Color info

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

RGB color model

#CE8AF6 color RGB value is (206,138,246).

  • red value is 206;
  • green value is 138;
  • blue value is 246.
RGB:
(206,138,246)
(81%,54%,96%)

RGB channels and saturation

R 206 of 255 = 81%
G 138 of 255 = 54%
B 246 of 255 = 96%

206
138
246

R + G + B ~ 77%. #CE8AF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 138 + 246 = 590 (100%)
R 206 of 590 ~ 34.92%
G 138 of 590 ~ 23.39%
B 246 of 590 ~ 41.69%

%34.92
%23.39
%41.69

CMYK color model

#CE8AF6 color CMYK value is (16,44,0,4).

  • cyan value is 16.26%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(16,44,0,4)
C16M44Y0K4 
(16%,44%,0%,4%)
(0.16/0.44/0.00/0.04)	

CMYK percentages

%16.26
%43.9
%0
%3.53

Codes

Color #CE8AF6 in popluar color models

CE8AF6
RGB206138246
HSL278°85.71%75.29%
HSB/HSV278°43.90%96.47%
CMYK16.26%43.90%0.00%
3.53%

Color #CE8AF6 in popluar number systems.

HEXCE8AF6
Decimal206138246
Binary110011101000101011110110
Octal316212366

Shades and tints

Shades of #CE8AF6

#CE8AF6
(206,138,246)
#BC7EE0
(188,126,224)
#AA72CA
(170,114,202)
#9866B4
(152,102,180)
#865A9E
(134,90,158)
#744E88
(116,78,136)
#624272
(98,66,114)
#50365C
(80,54,92)
#3E2A46
(62,42,70)
#2C1E30
(44,30,48)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #CE8AF6

#CE8AF6
(206,138,246)
#D294F6
(210,148,246)
#D69EF6
(214,158,246)
#DAA8F6
(218,168,246)
#DEB2F6
(222,178,246)
#E2BCF6
(226,188,246)
#E6C6F6
(230,198,246)
#EAD0F6
(234,208,246)
#EEDAF6
(238,218,246)
#F2E4F6
(242,228,246)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE8AF6 color. Also use rgb(206,138,246) instead hex code.

Text Font Color

.myTextColor { color: #CE8AF6; }

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

This text font color is #CE8AF6.


Background Color

.myBgColor { background-color: #CE8AF6; }

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

This div background color is #CE8AF6.


Border color

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

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

This div border color is #CE8AF6.


Opacity

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

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

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

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

This text has shadow with #CE8AF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE8AF6 on black background.


Color preview on white background

This text has color #CE8AF6 on white background.



Black color preview on #CE8AF6 background

This text has black color on #CE8AF6 background.


White color preview on #CE8AF6 background

This text has white color on #CE8AF6 background.