COLOR #CE55A6

HEX: #CE55A6
RGB: (206,85,166)

Color info

#CE55A6 contains mainly red and blue colors. Web safe color of #CE55A6 is #CC6699 (or #C69).

RGB color model

#CE55A6 color RGB value is (206,85,166).

  • red value is 206;
  • green value is 85;
  • blue value is 166.
RGB:
(206,85,166)
(81%,33%,65%)

RGB channels and saturation

R 206 of 255 = 81%
G 85 of 255 = 33%
B 166 of 255 = 65%

206
85
166

R + G + B ~ 60%. #CE55A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
206 + 85 + 166 = 457 (100%)
R 206 of 457 ~ 45.08%
G 85 of 457 ~ 18.6%
B 166 of 457 ~ 36.32%

%45.08
%18.6
%36.32

CMYK color model

#CE55A6 color CMYK value is (0,59,19,19).

  • cyan value is 0.00%
  • magenta value is 58.74%
  • yellow value is 19.42%
  • key color value is 19.22%
CMYK:
(0,59,19,19)
C0M59Y19K19 
(0%,59%,19%,19%)
(0.00/0.59/0.19/0.19)	

CMYK percentages

%0
%58.74
%19.42
%19.22

Codes

Color #CE55A6 in popluar color models

CE55A6
RGB20685166
HSL320°55.25%57.06%
HSB/HSV320°58.74%80.78%
CMYK0.00%58.74%19.42%
19.22%

Color #CE55A6 in popluar number systems.

HEXCE55A6
Decimal20685166
Binary11001110101010110100110
Octal316125246

Shades and tints

Shades of #CE55A6

#CE55A6
(206,85,166)
#BC4E97
(188,78,151)
#AA4788
(170,71,136)
#984079
(152,64,121)
#86396A
(134,57,106)
#74325B
(116,50,91)
#622B4C
(98,43,76)
#50243D
(80,36,61)
#3E1D2E
(62,29,46)
#2C161F
(44,22,31)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #CE55A6

#CE55A6
(206,85,166)
#D264AE
(210,100,174)
#D673B6
(214,115,182)
#DA82BE
(218,130,190)
#DE91C6
(222,145,198)
#E2A0CE
(226,160,206)
#E6AFD6
(230,175,214)
#EABEDE
(234,190,222)
#EECDE6
(238,205,230)
#F2DCEE
(242,220,238)
#F6EBF6
(246,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE55A6 color. Also use rgb(206,85,166) instead hex code.

Text Font Color

.myTextColor { color: #CE55A6; }

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

This text font color is #CE55A6.


Background Color

.myBgColor { background-color: #CE55A6; }

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

This div background color is #CE55A6.


Border color

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

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

This div border color is #CE55A6.


Opacity

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

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

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

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

This text has shadow with #CE55A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE55A6 on black background.


Color preview on white background

This text has color #CE55A6 on white background.



Black color preview on #CE55A6 background

This text has black color on #CE55A6 background.


White color preview on #CE55A6 background

This text has white color on #CE55A6 background.