COLOR #C9B7E6

HEX: #C9B7E6
RGB: (201,183,230)

Color info

#C9B7E6 contains red, green and blue colors in about the same proportion. Web safe color of #C9B7E6 is #CCCCCC (or #CCC).

RGB color model

#C9B7E6 color RGB value is (201,183,230).

  • red value is 201;
  • green value is 183;
  • blue value is 230.
RGB:
(201,183,230)
(79%,72%,90%)

RGB channels and saturation

R 201 of 255 = 79%
G 183 of 255 = 72%
B 230 of 255 = 90%

201
183
230

R + G + B ~ 80%. #C9B7E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 183 + 230 = 614 (100%)
R 201 of 614 ~ 32.74%
G 183 of 614 ~ 29.8%
B 230 of 614 ~ 37.46%

%32.74
%29.8
%37.46

CMYK color model

#C9B7E6 color CMYK value is (13,20,0,10).

  • cyan value is 12.61%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(13,20,0,10)
C13M20Y0K10 
(13%,20%,0%,10%)
(0.13/0.20/0.00/0.10)	

CMYK percentages

%12.61
%20.43
%0
%9.8

Codes

Color #C9B7E6 in popluar color models

C9B7E6
RGB201183230
HSL263°48.45%80.98%
HSB/HSV263°20.43%90.20%
CMYK12.61%20.43%0.00%
9.80%

Color #C9B7E6 in popluar number systems.

HEXC9B7E6
Decimal201183230
Binary110010011011011111100110
Octal311267346

Shades and tints

Shades of #C9B7E6

#C9B7E6
(201,183,230)
#B7A7D2
(183,167,210)
#A597BE
(165,151,190)
#9387AA
(147,135,170)
#817796
(129,119,150)
#6F6782
(111,103,130)
#5D576E
(93,87,110)
#4B475A
(75,71,90)
#393746
(57,55,70)
#272732
(39,39,50)
#15171E
(21,23,30)
#000000
(0,0,0)

Tints of #C9B7E6

#C9B7E6
(201,183,230)
#CDBDE8
(205,189,232)
#D1C3EA
(209,195,234)
#D5C9EC
(213,201,236)
#D9CFEE
(217,207,238)
#DDD5F0
(221,213,240)
#E1DBF2
(225,219,242)
#E5E1F4
(229,225,244)
#E9E7F6
(233,231,246)
#EDEDF8
(237,237,248)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B7E6 color. Also use rgb(201,183,230) instead hex code.

Text Font Color

.myTextColor { color: #C9B7E6; }

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

This text font color is #C9B7E6.


Background Color

.myBgColor { background-color: #C9B7E6; }

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

This div background color is #C9B7E6.


Border color

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

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

This div border color is #C9B7E6.


Opacity

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

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

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

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

This text has shadow with #C9B7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B7E6 on black background.


Color preview on white background

This text has color #C9B7E6 on white background.



Black color preview on #C9B7E6 background

This text has black color on #C9B7E6 background.


White color preview on #C9B7E6 background

This text has white color on #C9B7E6 background.