COLOR #C9B1E4

HEX: #C9B1E4
RGB: (201,177,228)

Color info

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

RGB color model

#C9B1E4 color RGB value is (201,177,228).

  • red value is 201;
  • green value is 177;
  • blue value is 228.
RGB:
(201,177,228)
(79%,69%,89%)

RGB channels and saturation

R 201 of 255 = 79%
G 177 of 255 = 69%
B 228 of 255 = 89%

201
177
228

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

Portions of RGB colors in percentages

R + G + B =
201 + 177 + 228 = 606 (100%)
R 201 of 606 ~ 33.17%
G 177 of 606 ~ 29.21%
B 228 of 606 ~ 37.62%

%33.17
%29.21
%37.62

CMYK color model

#C9B1E4 color CMYK value is (12,22,0,11).

  • cyan value is 11.84%
  • magenta value is 22.37%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(12,22,0,11)
C12M22Y0K11 
(12%,22%,0%,11%)
(0.12/0.22/0.00/0.11)	

CMYK percentages

%11.84
%22.37
%0
%10.59

Codes

Color #C9B1E4 in popluar color models

C9B1E4
RGB201177228
HSL268°48.57%79.41%
HSB/HSV268°22.37%89.41%
CMYK11.84%22.37%0.00%
10.59%

Color #C9B1E4 in popluar number systems.

HEXC9B1E4
Decimal201177228
Binary110010011011000111100100
Octal311261344

Shades and tints

Shades of #C9B1E4

#C9B1E4
(201,177,228)
#B7A1D0
(183,161,208)
#A591BC
(165,145,188)
#9381A8
(147,129,168)
#817194
(129,113,148)
#6F6180
(111,97,128)
#5D516C
(93,81,108)
#4B4158
(75,65,88)
#393144
(57,49,68)
#272130
(39,33,48)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #C9B1E4

#C9B1E4
(201,177,228)
#CDB8E6
(205,184,230)
#D1BFE8
(209,191,232)
#D5C6EA
(213,198,234)
#D9CDEC
(217,205,236)
#DDD4EE
(221,212,238)
#E1DBF0
(225,219,240)
#E5E2F2
(229,226,242)
#E9E9F4
(233,233,244)
#EDF0F6
(237,240,246)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B1E4 color. Also use rgb(201,177,228) instead hex code.

Text Font Color

.myTextColor { color: #C9B1E4; }

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

This text font color is #C9B1E4.


Background Color

.myBgColor { background-color: #C9B1E4; }

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

This div background color is #C9B1E4.


Border color

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

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

This div border color is #C9B1E4.


Opacity

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

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

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

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

This text has shadow with #C9B1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B1E4 on black background.


Color preview on white background

This text has color #C9B1E4 on white background.



Black color preview on #C9B1E4 background

This text has black color on #C9B1E4 background.


White color preview on #C9B1E4 background

This text has white color on #C9B1E4 background.