COLOR #C9B2E1

HEX: #C9B2E1
RGB: (201,178,225)

Color info

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

RGB color model

#C9B2E1 color RGB value is (201,178,225).

  • red value is 201;
  • green value is 178;
  • blue value is 225.
RGB:
(201,178,225)
(79%,70%,88%)

RGB channels and saturation

R 201 of 255 = 79%
G 178 of 255 = 70%
B 225 of 255 = 88%

201
178
225

R + G + B ~ 79%. #C9B2E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 178 + 225 = 604 (100%)
R 201 of 604 ~ 33.28%
G 178 of 604 ~ 29.47%
B 225 of 604 ~ 37.25%

%33.28
%29.47
%37.25

CMYK color model

#C9B2E1 color CMYK value is (11,21,0,12).

  • cyan value is 10.67%
  • magenta value is 20.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(11,21,0,12)
C11M21Y0K12 
(11%,21%,0%,12%)
(0.11/0.21/0.00/0.12)	

CMYK percentages

%10.67
%20.89
%0
%11.76

Codes

Color #C9B2E1 in popluar color models

C9B2E1
RGB201178225
HSL269°43.93%79.02%
HSB/HSV269°20.89%88.24%
CMYK10.67%20.89%0.00%
11.76%

Color #C9B2E1 in popluar number systems.

HEXC9B2E1
Decimal201178225
Binary110010011011001011100001
Octal311262341

Shades and tints

Shades of #C9B2E1

#C9B2E1
(201,178,225)
#B7A2CD
(183,162,205)
#A592B9
(165,146,185)
#9382A5
(147,130,165)
#817291
(129,114,145)
#6F627D
(111,98,125)
#5D5269
(93,82,105)
#4B4255
(75,66,85)
#393241
(57,50,65)
#27222D
(39,34,45)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #C9B2E1

#C9B2E1
(201,178,225)
#CDB9E3
(205,185,227)
#D1C0E5
(209,192,229)
#D5C7E7
(213,199,231)
#D9CEE9
(217,206,233)
#DDD5EB
(221,213,235)
#E1DCED
(225,220,237)
#E5E3EF
(229,227,239)
#E9EAF1
(233,234,241)
#EDF1F3
(237,241,243)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B2E1 color. Also use rgb(201,178,225) instead hex code.

Text Font Color

.myTextColor { color: #C9B2E1; }

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

This text font color is #C9B2E1.


Background Color

.myBgColor { background-color: #C9B2E1; }

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

This div background color is #C9B2E1.


Border color

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

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

This div border color is #C9B2E1.


Opacity

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

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

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

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

This text has shadow with #C9B2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B2E1 on black background.


Color preview on white background

This text has color #C9B2E1 on white background.



Black color preview on #C9B2E1 background

This text has black color on #C9B2E1 background.


White color preview on #C9B2E1 background

This text has white color on #C9B2E1 background.