COLOR #CE88D4

HEX: #CE88D4
RGB: (206,136,212)

Color info

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

RGB color model

#CE88D4 color RGB value is (206,136,212).

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

RGB channels and saturation

R 206 of 255 = 81%
G 136 of 255 = 53%
B 212 of 255 = 83%

206
136
212

R + G + B ~ 72%. #CE88D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 136 + 212 = 554 (100%)
R 206 of 554 ~ 37.18%
G 136 of 554 ~ 24.55%
B 212 of 554 ~ 38.27%

%37.18
%24.55
%38.27

CMYK color model

#CE88D4 color CMYK value is (3,36,0,17).

  • cyan value is 2.83%
  • magenta value is 35.85%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(3,36,0,17)
C3M36Y0K17 
(3%,36%,0%,17%)
(0.03/0.36/0.00/0.17)	

CMYK percentages

%2.83
%35.85
%0
%16.86

Codes

Color #CE88D4 in popluar color models

CE88D4
RGB206136212
HSL295°46.91%68.24%
HSB/HSV295°35.85%83.14%
CMYK2.83%35.85%0.00%
16.86%

Color #CE88D4 in popluar number systems.

HEXCE88D4
Decimal206136212
Binary110011101000100011010100
Octal316210324

Shades and tints

Shades of #CE88D4

#CE88D4
(206,136,212)
#BC7CC1
(188,124,193)
#AA70AE
(170,112,174)
#98649B
(152,100,155)
#865888
(134,88,136)
#744C75
(116,76,117)
#624062
(98,64,98)
#50344F
(80,52,79)
#3E283C
(62,40,60)
#2C1C29
(44,28,41)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #CE88D4

#CE88D4
(206,136,212)
#D292D7
(210,146,215)
#D69CDA
(214,156,218)
#DAA6DD
(218,166,221)
#DEB0E0
(222,176,224)
#E2BAE3
(226,186,227)
#E6C4E6
(230,196,230)
#EACEE9
(234,206,233)
#EED8EC
(238,216,236)
#F2E2EF
(242,226,239)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE88D4; }

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

This text font color is #CE88D4.


Background Color

.myBgColor { background-color: #CE88D4; }

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

This div background color is #CE88D4.


Border color

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

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

This div border color is #CE88D4.


Opacity

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

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

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

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

This text has shadow with #CE88D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE88D4 on black background.


Color preview on white background

This text has color #CE88D4 on white background.



Black color preview on #CE88D4 background

This text has black color on #CE88D4 background.


White color preview on #CE88D4 background

This text has white color on #CE88D4 background.