COLOR #C9BFEF

HEX: #C9BFEF
RGB: (201,191,239)

Color info

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

RGB color model

#C9BFEF color RGB value is (201,191,239).

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

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 239 of 255 = 94%

201
191
239

R + G + B ~ 83%. #C9BFEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 191 + 239 = 631 (100%)
R 201 of 631 ~ 31.85%
G 191 of 631 ~ 30.27%
B 239 of 631 ~ 37.88%

%31.85
%30.27
%37.88

CMYK color model

#C9BFEF color CMYK value is (16,20,0,6).

  • cyan value is 15.90%
  • magenta value is 20.08%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(16,20,0,6)
C16M20Y0K6 
(16%,20%,0%,6%)
(0.16/0.20/0.00/0.06)	

CMYK percentages

%15.9
%20.08
%0
%6.27

Codes

Color #C9BFEF in popluar color models

C9BFEF
RGB201191239
HSL253°60.00%84.31%
HSB/HSV253°20.08%93.73%
CMYK15.90%20.08%0.00%
6.27%

Color #C9BFEF in popluar number systems.

HEXC9BFEF
Decimal201191239
Binary110010011011111111101111
Octal311277357

Shades and tints

Shades of #C9BFEF

#C9BFEF
(201,191,239)
#B7AEDA
(183,174,218)
#A59DC5
(165,157,197)
#938CB0
(147,140,176)
#817B9B
(129,123,155)
#6F6A86
(111,106,134)
#5D5971
(93,89,113)
#4B485C
(75,72,92)
#393747
(57,55,71)
#272632
(39,38,50)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #C9BFEF

#C9BFEF
(201,191,239)
#CDC4F0
(205,196,240)
#D1C9F1
(209,201,241)
#D5CEF2
(213,206,242)
#D9D3F3
(217,211,243)
#DDD8F4
(221,216,244)
#E1DDF5
(225,221,245)
#E5E2F6
(229,226,246)
#E9E7F7
(233,231,247)
#EDECF8
(237,236,248)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BFEF; }

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

This text font color is #C9BFEF.


Background Color

.myBgColor { background-color: #C9BFEF; }

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

This div background color is #C9BFEF.


Border color

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

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

This div border color is #C9BFEF.


Opacity

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

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

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

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

This text has shadow with #C9BFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BFEF on black background.


Color preview on white background

This text has color #C9BFEF on white background.



Black color preview on #C9BFEF background

This text has black color on #C9BFEF background.


White color preview on #C9BFEF background

This text has white color on #C9BFEF background.