COLOR #C9B3EC

HEX: #C9B3EC
RGB: (201,179,236)

Color info

#C9B3EC contains red, green and blue colors in about the same proportion. Web safe color of #C9B3EC is #CC99FF (or #C9F).

RGB color model

#C9B3EC color RGB value is (201,179,236).

  • red value is 201;
  • green value is 179;
  • blue value is 236.
RGB:
(201,179,236)
(79%,70%,93%)

RGB channels and saturation

R 201 of 255 = 79%
G 179 of 255 = 70%
B 236 of 255 = 93%

201
179
236

R + G + B ~ 81%. #C9B3EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 179 + 236 = 616 (100%)
R 201 of 616 ~ 32.63%
G 179 of 616 ~ 29.06%
B 236 of 616 ~ 38.31%

%32.63
%29.06
%38.31

CMYK color model

#C9B3EC color CMYK value is (15,24,0,7).

  • cyan value is 14.83%
  • magenta value is 24.15%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(15,24,0,7)
C15M24Y0K7 
(15%,24%,0%,7%)
(0.15/0.24/0.00/0.07)	

CMYK percentages

%14.83
%24.15
%0
%7.45

Codes

Color #C9B3EC in popluar color models

C9B3EC
RGB201179236
HSL263°60.00%81.37%
HSB/HSV263°24.15%92.55%
CMYK14.83%24.15%0.00%
7.45%

Color #C9B3EC in popluar number systems.

HEXC9B3EC
Decimal201179236
Binary110010011011001111101100
Octal311263354

Shades and tints

Shades of #C9B3EC

#C9B3EC
(201,179,236)
#B7A3D7
(183,163,215)
#A593C2
(165,147,194)
#9383AD
(147,131,173)
#817398
(129,115,152)
#6F6383
(111,99,131)
#5D536E
(93,83,110)
#4B4359
(75,67,89)
#393344
(57,51,68)
#27232F
(39,35,47)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #C9B3EC

#C9B3EC
(201,179,236)
#CDB9ED
(205,185,237)
#D1BFEE
(209,191,238)
#D5C5EF
(213,197,239)
#D9CBF0
(217,203,240)
#DDD1F1
(221,209,241)
#E1D7F2
(225,215,242)
#E5DDF3
(229,221,243)
#E9E3F4
(233,227,244)
#EDE9F5
(237,233,245)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B3EC color. Also use rgb(201,179,236) instead hex code.

Text Font Color

.myTextColor { color: #C9B3EC; }

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

This text font color is #C9B3EC.


Background Color

.myBgColor { background-color: #C9B3EC; }

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

This div background color is #C9B3EC.


Border color

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

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

This div border color is #C9B3EC.


Opacity

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

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

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

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

This text has shadow with #C9B3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B3EC on black background.


Color preview on white background

This text has color #C9B3EC on white background.



Black color preview on #C9B3EC background

This text has black color on #C9B3EC background.


White color preview on #C9B3EC background

This text has white color on #C9B3EC background.