COLOR #C9BFDB

HEX: #C9BFDB
RGB: (201,191,219)

Color info

#C9BFDB contains red, green and blue colors in about the same proportion. Web safe color of #C9BFDB is #CCCCCC (or #CCC).

RGB color model

#C9BFDB color RGB value is (201,191,219).

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

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 219 of 255 = 86%

201
191
219

R + G + B ~ 80%. #C9BFDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 191 + 219 = 611 (100%)
R 201 of 611 ~ 32.9%
G 191 of 611 ~ 31.26%
B 219 of 611 ~ 35.84%

%32.9
%31.26
%35.84

CMYK color model

#C9BFDB color CMYK value is (8,13,0,14).

  • cyan value is 8.22%
  • magenta value is 12.79%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(8,13,0,14)
C8M13Y0K14 
(8%,13%,0%,14%)
(0.08/0.13/0.00/0.14)	

CMYK percentages

%8.22
%12.79
%0
%14.12

Codes

Color #C9BFDB in popluar color models

C9BFDB
RGB201191219
HSL261°28.00%80.39%
HSB/HSV261°12.79%85.88%
CMYK8.22%12.79%0.00%
14.12%

Color #C9BFDB in popluar number systems.

HEXC9BFDB
Decimal201191219
Binary110010011011111111011011
Octal311277333

Shades and tints

Shades of #C9BFDB

#C9BFDB
(201,191,219)
#B7AEC8
(183,174,200)
#A59DB5
(165,157,181)
#938CA2
(147,140,162)
#817B8F
(129,123,143)
#6F6A7C
(111,106,124)
#5D5969
(93,89,105)
#4B4856
(75,72,86)
#393743
(57,55,67)
#272630
(39,38,48)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #C9BFDB

#C9BFDB
(201,191,219)
#CDC4DE
(205,196,222)
#D1C9E1
(209,201,225)
#D5CEE4
(213,206,228)
#D9D3E7
(217,211,231)
#DDD8EA
(221,216,234)
#E1DDED
(225,221,237)
#E5E2F0
(229,226,240)
#E9E7F3
(233,231,243)
#EDECF6
(237,236,246)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BFDB; }

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

This text font color is #C9BFDB.


Background Color

.myBgColor { background-color: #C9BFDB; }

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

This div background color is #C9BFDB.


Border color

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

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

This div border color is #C9BFDB.


Opacity

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

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

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

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

This text has shadow with #C9BFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BFDB on black background.


Color preview on white background

This text has color #C9BFDB on white background.



Black color preview on #C9BFDB background

This text has black color on #C9BFDB background.


White color preview on #C9BFDB background

This text has white color on #C9BFDB background.