COLOR #C9BFF7

HEX: #C9BFF7
RGB: (201,191,247)

Color info

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

RGB color model

#C9BFF7 color RGB value is (201,191,247).

  • red value is 201;
  • green value is 191;
  • blue value is 247.
RGB:
(201,191,247)
(79%,75%,97%)

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 247 of 255 = 97%

201
191
247

R + G + B ~ 84%. #C9BFF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 191 + 247 = 639 (100%)
R 201 of 639 ~ 31.46%
G 191 of 639 ~ 29.89%
B 247 of 639 ~ 38.65%

%31.46
%29.89
%38.65

CMYK color model

#C9BFF7 color CMYK value is (19,23,0,3).

  • cyan value is 18.62%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(19,23,0,3)
C19M23Y0K3 
(19%,23%,0%,3%)
(0.19/0.23/0.00/0.03)	

CMYK percentages

%18.62
%22.67
%0
%3.14

Codes

Color #C9BFF7 in popluar color models

C9BFF7
RGB201191247
HSL251°77.78%85.88%
HSB/HSV251°22.67%96.86%
CMYK18.62%22.67%0.00%
3.14%

Color #C9BFF7 in popluar number systems.

HEXC9BFF7
Decimal201191247
Binary110010011011111111110111
Octal311277367

Shades and tints

Shades of #C9BFF7

#C9BFF7
(201,191,247)
#B7AEE1
(183,174,225)
#A59DCB
(165,157,203)
#938CB5
(147,140,181)
#817B9F
(129,123,159)
#6F6A89
(111,106,137)
#5D5973
(93,89,115)
#4B485D
(75,72,93)
#393747
(57,55,71)
#272631
(39,38,49)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #C9BFF7

#C9BFF7
(201,191,247)
#CDC4F7
(205,196,247)
#D1C9F7
(209,201,247)
#D5CEF7
(213,206,247)
#D9D3F7
(217,211,247)
#DDD8F7
(221,216,247)
#E1DDF7
(225,221,247)
#E5E2F7
(229,226,247)
#E9E7F7
(233,231,247)
#EDECF7
(237,236,247)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BFF7 color. Also use rgb(201,191,247) instead hex code.

Text Font Color

.myTextColor { color: #C9BFF7; }

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

This text font color is #C9BFF7.


Background Color

.myBgColor { background-color: #C9BFF7; }

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

This div background color is #C9BFF7.


Border color

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

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

This div border color is #C9BFF7.


Opacity

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

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

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

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

This text has shadow with #C9BFF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BFF7 on black background.


Color preview on white background

This text has color #C9BFF7 on white background.



Black color preview on #C9BFF7 background

This text has black color on #C9BFF7 background.


White color preview on #C9BFF7 background

This text has white color on #C9BFF7 background.