COLOR #CE95DC

HEX: #CE95DC
RGB: (206,149,220)

Color info

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

RGB color model

#CE95DC color RGB value is (206,149,220).

  • red value is 206;
  • green value is 149;
  • blue value is 220.
RGB:
(206,149,220)
(81%,58%,86%)

RGB channels and saturation

R 206 of 255 = 81%
G 149 of 255 = 58%
B 220 of 255 = 86%

206
149
220

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

Portions of RGB colors in percentages

R + G + B =
206 + 149 + 220 = 575 (100%)
R 206 of 575 ~ 35.83%
G 149 of 575 ~ 25.91%
B 220 of 575 ~ 38.26%

%35.83
%25.91
%38.26

CMYK color model

#CE95DC color CMYK value is (6,32,0,14).

  • cyan value is 6.36%
  • magenta value is 32.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(6,32,0,14)
C6M32Y0K14 
(6%,32%,0%,14%)
(0.06/0.32/0.00/0.14)	

CMYK percentages

%6.36
%32.27
%0
%13.73

Codes

Color #CE95DC in popluar color models

CE95DC
RGB206149220
HSL288°50.35%72.35%
HSB/HSV288°32.27%86.27%
CMYK6.36%32.27%0.00%
13.73%

Color #CE95DC in popluar number systems.

HEXCE95DC
Decimal206149220
Binary110011101001010111011100
Octal316225334

Shades and tints

Shades of #CE95DC

#CE95DC
(206,149,220)
#BC88C8
(188,136,200)
#AA7BB4
(170,123,180)
#986EA0
(152,110,160)
#86618C
(134,97,140)
#745478
(116,84,120)
#624764
(98,71,100)
#503A50
(80,58,80)
#3E2D3C
(62,45,60)
#2C2028
(44,32,40)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #CE95DC

#CE95DC
(206,149,220)
#D29EDF
(210,158,223)
#D6A7E2
(214,167,226)
#DAB0E5
(218,176,229)
#DEB9E8
(222,185,232)
#E2C2EB
(226,194,235)
#E6CBEE
(230,203,238)
#EAD4F1
(234,212,241)
#EEDDF4
(238,221,244)
#F2E6F7
(242,230,247)
#F6EFFA
(246,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE95DC color. Also use rgb(206,149,220) instead hex code.

Text Font Color

.myTextColor { color: #CE95DC; }

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

This text font color is #CE95DC.


Background Color

.myBgColor { background-color: #CE95DC; }

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

This div background color is #CE95DC.


Border color

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

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

This div border color is #CE95DC.


Opacity

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

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

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

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

This text has shadow with #CE95DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE95DC on black background.


Color preview on white background

This text has color #CE95DC on white background.



Black color preview on #CE95DC background

This text has black color on #CE95DC background.


White color preview on #CE95DC background

This text has white color on #CE95DC background.