COLOR #CE95D0

HEX: #CE95D0
RGB: (206,149,208)

Color info

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

RGB color model

#CE95D0 color RGB value is (206,149,208).

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

RGB channels and saturation

R 206 of 255 = 81%
G 149 of 255 = 58%
B 208 of 255 = 82%

206
149
208

R + G + B ~ 74%. #CE95D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 149 + 208 = 563 (100%)
R 206 of 563 ~ 36.59%
G 149 of 563 ~ 26.47%
B 208 of 563 ~ 36.94%

%36.59
%26.47
%36.94

CMYK color model

#CE95D0 color CMYK value is (1,28,0,18).

  • cyan value is 0.96%
  • magenta value is 28.37%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(1,28,0,18)
C1M28Y0K18 
(1%,28%,0%,18%)
(0.01/0.28/0.00/0.18)	

CMYK percentages

%0.96
%28.37
%0
%18.43

Codes

Color #CE95D0 in popluar color models

CE95D0
RGB206149208
HSL298°38.56%70.00%
HSB/HSV298°28.37%81.57%
CMYK0.96%28.37%0.00%
18.43%

Color #CE95D0 in popluar number systems.

HEXCE95D0
Decimal206149208
Binary110011101001010111010000
Octal316225320

Shades and tints

Shades of #CE95D0

#CE95D0
(206,149,208)
#BC88BE
(188,136,190)
#AA7BAC
(170,123,172)
#986E9A
(152,110,154)
#866188
(134,97,136)
#745476
(116,84,118)
#624764
(98,71,100)
#503A52
(80,58,82)
#3E2D40
(62,45,64)
#2C202E
(44,32,46)
#1A131C
(26,19,28)
#000000
(0,0,0)

Tints of #CE95D0

#CE95D0
(206,149,208)
#D29ED4
(210,158,212)
#D6A7D8
(214,167,216)
#DAB0DC
(218,176,220)
#DEB9E0
(222,185,224)
#E2C2E4
(226,194,228)
#E6CBE8
(230,203,232)
#EAD4EC
(234,212,236)
#EEDDF0
(238,221,240)
#F2E6F4
(242,230,244)
#F6EFF8
(246,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE95D0; }

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

This text font color is #CE95D0.


Background Color

.myBgColor { background-color: #CE95D0; }

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

This div background color is #CE95D0.


Border color

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

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

This div border color is #CE95D0.


Opacity

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

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

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

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

This text has shadow with #CE95D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE95D0 on black background.


Color preview on white background

This text has color #CE95D0 on white background.



Black color preview on #CE95D0 background

This text has black color on #CE95D0 background.


White color preview on #CE95D0 background

This text has white color on #CE95D0 background.