COLOR #CE9AB0

HEX: #CE9AB0
RGB: (206,154,176)

Color info

#CE9AB0 contains red, green and blue colors in about the same proportion. Web safe color of #CE9AB0 is #CC9999 (or #C99).

RGB color model

#CE9AB0 color RGB value is (206,154,176).

  • red value is 206;
  • green value is 154;
  • blue value is 176.
RGB:
(206,154,176)
(81%,60%,69%)

RGB channels and saturation

R 206 of 255 = 81%
G 154 of 255 = 60%
B 176 of 255 = 69%

206
154
176

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

Portions of RGB colors in percentages

R + G + B =
206 + 154 + 176 = 536 (100%)
R 206 of 536 ~ 38.43%
G 154 of 536 ~ 28.73%
B 176 of 536 ~ 32.84%

%38.43
%28.73
%32.84

CMYK color model

#CE9AB0 color CMYK value is (0,25,15,19).

  • cyan value is 0.00%
  • magenta value is 25.24%
  • yellow value is 14.56%
  • key color value is 19.22%
CMYK:
(0,25,15,19)
C0M25Y15K19 
(0%,25%,15%,19%)
(0.00/0.25/0.15/0.19)	

CMYK percentages

%0
%25.24
%14.56
%19.22

Codes

Color #CE9AB0 in popluar color models

CE9AB0
RGB206154176
HSL335°34.67%70.59%
HSB/HSV335°25.24%80.78%
CMYK0.00%25.24%14.56%
19.22%

Color #CE9AB0 in popluar number systems.

HEXCE9AB0
Decimal206154176
Binary110011101001101010110000
Octal316232260

Shades and tints

Shades of #CE9AB0

#CE9AB0
(206,154,176)
#BC8CA0
(188,140,160)
#AA7E90
(170,126,144)
#987080
(152,112,128)
#866270
(134,98,112)
#745460
(116,84,96)
#624650
(98,70,80)
#503840
(80,56,64)
#3E2A30
(62,42,48)
#2C1C20
(44,28,32)
#1A0E10
(26,14,16)
#000000
(0,0,0)

Tints of #CE9AB0

#CE9AB0
(206,154,176)
#D2A3B7
(210,163,183)
#D6ACBE
(214,172,190)
#DAB5C5
(218,181,197)
#DEBECC
(222,190,204)
#E2C7D3
(226,199,211)
#E6D0DA
(230,208,218)
#EAD9E1
(234,217,225)
#EEE2E8
(238,226,232)
#F2EBEF
(242,235,239)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE9AB0 color. Also use rgb(206,154,176) instead hex code.

Text Font Color

.myTextColor { color: #CE9AB0; }

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

This text font color is #CE9AB0.


Background Color

.myBgColor { background-color: #CE9AB0; }

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

This div background color is #CE9AB0.


Border color

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

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

This div border color is #CE9AB0.


Opacity

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

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

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

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

This text has shadow with #CE9AB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9AB0 on black background.


Color preview on white background

This text has color #CE9AB0 on white background.



Black color preview on #CE9AB0 background

This text has black color on #CE9AB0 background.


White color preview on #CE9AB0 background

This text has white color on #CE9AB0 background.