COLOR #CE95B5

HEX: #CE95B5
RGB: (206,149,181)

Color info

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

RGB color model

#CE95B5 color RGB value is (206,149,181).

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

RGB channels and saturation

R 206 of 255 = 81%
G 149 of 255 = 58%
B 181 of 255 = 71%

206
149
181

R + G + B ~ 70%. #CE95B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 149 + 181 = 536 (100%)
R 206 of 536 ~ 38.43%
G 149 of 536 ~ 27.8%
B 181 of 536 ~ 33.77%

%38.43
%27.8
%33.77

CMYK color model

#CE95B5 color CMYK value is (0,28,12,19).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 12.14%
  • key color value is 19.22%
CMYK:
(0,28,12,19)
C0M28Y12K19 
(0%,28%,12%,19%)
(0.00/0.28/0.12/0.19)	

CMYK percentages

%0
%27.67
%12.14
%19.22

Codes

Color #CE95B5 in popluar color models

CE95B5
RGB206149181
HSL326°36.77%69.61%
HSB/HSV326°27.67%80.78%
CMYK0.00%27.67%12.14%
19.22%

Color #CE95B5 in popluar number systems.

HEXCE95B5
Decimal206149181
Binary110011101001010110110101
Octal316225265

Shades and tints

Shades of #CE95B5

#CE95B5
(206,149,181)
#BC88A5
(188,136,165)
#AA7B95
(170,123,149)
#986E85
(152,110,133)
#866175
(134,97,117)
#745465
(116,84,101)
#624755
(98,71,85)
#503A45
(80,58,69)
#3E2D35
(62,45,53)
#2C2025
(44,32,37)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #CE95B5

#CE95B5
(206,149,181)
#D29EBB
(210,158,187)
#D6A7C1
(214,167,193)
#DAB0C7
(218,176,199)
#DEB9CD
(222,185,205)
#E2C2D3
(226,194,211)
#E6CBD9
(230,203,217)
#EAD4DF
(234,212,223)
#EEDDE5
(238,221,229)
#F2E6EB
(242,230,235)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE95B5; }

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

This text font color is #CE95B5.


Background Color

.myBgColor { background-color: #CE95B5; }

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

This div background color is #CE95B5.


Border color

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

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

This div border color is #CE95B5.


Opacity

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

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

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

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

This text has shadow with #CE95B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE95B5 on black background.


Color preview on white background

This text has color #CE95B5 on white background.



Black color preview on #CE95B5 background

This text has black color on #CE95B5 background.


White color preview on #CE95B5 background

This text has white color on #CE95B5 background.