COLOR #CE95BD

HEX: #CE95BD
RGB: (206,149,189)

Color info

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

RGB color model

#CE95BD color RGB value is (206,149,189).

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

RGB channels and saturation

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

206
149
189

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

Portions of RGB colors in percentages

R + G + B =
206 + 149 + 189 = 544 (100%)
R 206 of 544 ~ 37.87%
G 149 of 544 ~ 27.39%
B 189 of 544 ~ 34.74%

%37.87
%27.39
%34.74

CMYK color model

#CE95BD color CMYK value is (0,28,8,19).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 8.25%
  • key color value is 19.22%
CMYK:
(0,28,8,19)
C0M28Y8K19 
(0%,28%,8%,19%)
(0.00/0.28/0.08/0.19)	

CMYK percentages

%0
%27.67
%8.25
%19.22

Codes

Color #CE95BD in popluar color models

CE95BD
RGB206149189
HSL318°36.77%69.61%
HSB/HSV318°27.67%80.78%
CMYK0.00%27.67%8.25%
19.22%

Color #CE95BD in popluar number systems.

HEXCE95BD
Decimal206149189
Binary110011101001010110111101
Octal316225275

Shades and tints

Shades of #CE95BD

#CE95BD
(206,149,189)
#BC88AC
(188,136,172)
#AA7B9B
(170,123,155)
#986E8A
(152,110,138)
#866179
(134,97,121)
#745468
(116,84,104)
#624757
(98,71,87)
#503A46
(80,58,70)
#3E2D35
(62,45,53)
#2C2024
(44,32,36)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #CE95BD

#CE95BD
(206,149,189)
#D29EC3
(210,158,195)
#D6A7C9
(214,167,201)
#DAB0CF
(218,176,207)
#DEB9D5
(222,185,213)
#E2C2DB
(226,194,219)
#E6CBE1
(230,203,225)
#EAD4E7
(234,212,231)
#EEDDED
(238,221,237)
#F2E6F3
(242,230,243)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE95BD; }

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

This text font color is #CE95BD.


Background Color

.myBgColor { background-color: #CE95BD; }

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

This div background color is #CE95BD.


Border color

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

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

This div border color is #CE95BD.


Opacity

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

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

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

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

This text has shadow with #CE95BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE95BD on black background.


Color preview on white background

This text has color #CE95BD on white background.



Black color preview on #CE95BD background

This text has black color on #CE95BD background.


White color preview on #CE95BD background

This text has white color on #CE95BD background.