COLOR #C9B7EC

HEX: #C9B7EC
RGB: (201,183,236)

Color info

#C9B7EC contains red, green and blue colors in about the same proportion. Web safe color of #C9B7EC is #CCCCFF (or #CCF).

RGB color model

#C9B7EC color RGB value is (201,183,236).

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

RGB channels and saturation

R 201 of 255 = 79%
G 183 of 255 = 72%
B 236 of 255 = 93%

201
183
236

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

Portions of RGB colors in percentages

R + G + B =
201 + 183 + 236 = 620 (100%)
R 201 of 620 ~ 32.42%
G 183 of 620 ~ 29.52%
B 236 of 620 ~ 38.06%

%32.42
%29.52
%38.06

CMYK color model

#C9B7EC color CMYK value is (15,22,0,7).

  • cyan value is 14.83%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(15,22,0,7)
C15M22Y0K7 
(15%,22%,0%,7%)
(0.15/0.22/0.00/0.07)	

CMYK percentages

%14.83
%22.46
%0
%7.45

Codes

Color #C9B7EC in popluar color models

C9B7EC
RGB201183236
HSL260°58.24%82.16%
HSB/HSV260°22.46%92.55%
CMYK14.83%22.46%0.00%
7.45%

Color #C9B7EC in popluar number systems.

HEXC9B7EC
Decimal201183236
Binary110010011011011111101100
Octal311267354

Shades and tints

Shades of #C9B7EC

#C9B7EC
(201,183,236)
#B7A7D7
(183,167,215)
#A597C2
(165,151,194)
#9387AD
(147,135,173)
#817798
(129,119,152)
#6F6783
(111,103,131)
#5D576E
(93,87,110)
#4B4759
(75,71,89)
#393744
(57,55,68)
#27272F
(39,39,47)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #C9B7EC

#C9B7EC
(201,183,236)
#CDBDED
(205,189,237)
#D1C3EE
(209,195,238)
#D5C9EF
(213,201,239)
#D9CFF0
(217,207,240)
#DDD5F1
(221,213,241)
#E1DBF2
(225,219,242)
#E5E1F3
(229,225,243)
#E9E7F4
(233,231,244)
#EDEDF5
(237,237,245)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B7EC; }

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

This text font color is #C9B7EC.


Background Color

.myBgColor { background-color: #C9B7EC; }

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

This div background color is #C9B7EC.


Border color

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

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

This div border color is #C9B7EC.


Opacity

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

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

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

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

This text has shadow with #C9B7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B7EC on black background.


Color preview on white background

This text has color #C9B7EC on white background.



Black color preview on #C9B7EC background

This text has black color on #C9B7EC background.


White color preview on #C9B7EC background

This text has white color on #C9B7EC background.