COLOR #CE9BB5

HEX: #CE9BB5
RGB: (206,155,181)

Color info

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

RGB color model

#CE9BB5 color RGB value is (206,155,181).

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

RGB channels and saturation

R 206 of 255 = 81%
G 155 of 255 = 61%
B 181 of 255 = 71%

206
155
181

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

Portions of RGB colors in percentages

R + G + B =
206 + 155 + 181 = 542 (100%)
R 206 of 542 ~ 38.01%
G 155 of 542 ~ 28.6%
B 181 of 542 ~ 33.39%

%38.01
%28.6
%33.39

CMYK color model

#CE9BB5 color CMYK value is (0,25,12,19).

  • cyan value is 0.00%
  • magenta value is 24.76%
  • yellow value is 12.14%
  • key color value is 19.22%
CMYK:
(0,25,12,19)
C0M25Y12K19 
(0%,25%,12%,19%)
(0.00/0.25/0.12/0.19)	

CMYK percentages

%0
%24.76
%12.14
%19.22

Codes

Color #CE9BB5 in popluar color models

CE9BB5
RGB206155181
HSL329°34.23%70.78%
HSB/HSV329°24.76%80.78%
CMYK0.00%24.76%12.14%
19.22%

Color #CE9BB5 in popluar number systems.

HEXCE9BB5
Decimal206155181
Binary110011101001101110110101
Octal316233265

Shades and tints

Shades of #CE9BB5

#CE9BB5
(206,155,181)
#BC8DA5
(188,141,165)
#AA7F95
(170,127,149)
#987185
(152,113,133)
#866375
(134,99,117)
#745565
(116,85,101)
#624755
(98,71,85)
#503945
(80,57,69)
#3E2B35
(62,43,53)
#2C1D25
(44,29,37)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #CE9BB5

#CE9BB5
(206,155,181)
#D2A4BB
(210,164,187)
#D6ADC1
(214,173,193)
#DAB6C7
(218,182,199)
#DEBFCD
(222,191,205)
#E2C8D3
(226,200,211)
#E6D1D9
(230,209,217)
#EADADF
(234,218,223)
#EEE3E5
(238,227,229)
#F2ECEB
(242,236,235)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9BB5; }

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

This text font color is #CE9BB5.


Background Color

.myBgColor { background-color: #CE9BB5; }

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

This div background color is #CE9BB5.


Border color

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

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

This div border color is #CE9BB5.


Opacity

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

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

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

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

This text has shadow with #CE9BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9BB5 on black background.


Color preview on white background

This text has color #CE9BB5 on white background.



Black color preview on #CE9BB5 background

This text has black color on #CE9BB5 background.


White color preview on #CE9BB5 background

This text has white color on #CE9BB5 background.