COLOR #CE95BC

HEX: #CE95BC
RGB: (206,149,188)

Color info

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

RGB color model

#CE95BC color RGB value is (206,149,188).

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

RGB channels and saturation

R 206 of 255 = 81%
G 149 of 255 = 58%
B 188 of 255 = 74%

206
149
188

R + G + B ~ 71%. #CE95BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 149 + 188 = 543 (100%)
R 206 of 543 ~ 37.94%
G 149 of 543 ~ 27.44%
B 188 of 543 ~ 34.62%

%37.94
%27.44
%34.62

CMYK color model

#CE95BC color CMYK value is (0,28,9,19).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 8.74%
  • key color value is 19.22%
CMYK:
(0,28,9,19)
C0M28Y9K19 
(0%,28%,9%,19%)
(0.00/0.28/0.09/0.19)	

CMYK percentages

%0
%27.67
%8.74
%19.22

Codes

Color #CE95BC in popluar color models

CE95BC
RGB206149188
HSL319°36.77%69.61%
HSB/HSV319°27.67%80.78%
CMYK0.00%27.67%8.74%
19.22%

Color #CE95BC in popluar number systems.

HEXCE95BC
Decimal206149188
Binary110011101001010110111100
Octal316225274

Shades and tints

Shades of #CE95BC

#CE95BC
(206,149,188)
#BC88AB
(188,136,171)
#AA7B9A
(170,123,154)
#986E89
(152,110,137)
#866178
(134,97,120)
#745467
(116,84,103)
#624756
(98,71,86)
#503A45
(80,58,69)
#3E2D34
(62,45,52)
#2C2023
(44,32,35)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #CE95BC

#CE95BC
(206,149,188)
#D29EC2
(210,158,194)
#D6A7C8
(214,167,200)
#DAB0CE
(218,176,206)
#DEB9D4
(222,185,212)
#E2C2DA
(226,194,218)
#E6CBE0
(230,203,224)
#EAD4E6
(234,212,230)
#EEDDEC
(238,221,236)
#F2E6F2
(242,230,242)
#F6EFF8
(246,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE95BC; }

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

This text font color is #CE95BC.


Background Color

.myBgColor { background-color: #CE95BC; }

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

This div background color is #CE95BC.


Border color

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

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

This div border color is #CE95BC.


Opacity

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

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

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

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

This text has shadow with #CE95BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE95BC on black background.


Color preview on white background

This text has color #CE95BC on white background.



Black color preview on #CE95BC background

This text has black color on #CE95BC background.


White color preview on #CE95BC background

This text has white color on #CE95BC background.