COLOR #C9BCDB

HEX: #C9BCDB RGB: (201,188,219)

Color info

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

RGB color model

#C9BCDB color RGB value is (201,188,219).

RGB: (201,188,219) (79%, 74%, 86%)

RGB channels and saturation

R 201 of 255 = 79%
G 188 of 255 = 74%
B 219 of 255 = 86%

201
188
219

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

Portions of RGB colors in percentages

R + G + B = 201 + 188 + 219 = 608 (100%)
R 201 of 608 ~ 33.06%
G 188 of 608 ~ 30.92%
B 219 of 608 ~ 36.02'%

%33.06
%30.92
%36.02

CMYK color model

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

  • cyan value is 8.22%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (8,14,0,14)
C8M14Y0K14 (8%, 14%, 0%, 14%)
(0.08 / 0.14 / 0.00 / 0.14)

CMYK percentages

%8.22
%14.16
%0
%14.12

Codes

Color #C9BCDB in popluar color models

C9 BC DB
RGB 201 188 219
HSL 265° 30.10% 79.80%
HSB/HSV 265° 14.16% 85.88%
CMYK 8.22% 14.16% 0.00%
14.12%

Color #C9BCDB in popluar number systems.

HEX C9 BC DB
Decimal 201 188 219
Binary 11001001 10111100 11011011
Octal 311 274 333

Shades and tints

Shades of #C9BCDB

#C9BCDB
(201,188,219)
#B7ABC8
(183,171,200)
#A59AB5
(165,154,181)
#9389A2
(147,137,162)
#81788F
(129,120,143)
#6F677C
(111,103,124)
#5D5669
(93,86,105)
#4B4556
(75,69,86)
#393443
(57,52,67)
#272330
(39,35,48)
#15121D
(21,18,29)
#000000
(0,0,0)

Tints of #C9BCDB

#C9BCDB
(201,188,219)
#CDC2DE
(205,194,222)
#D1C8E1
(209,200,225)
#D5CEE4
(213,206,228)
#D9D4E7
(217,212,231)
#DDDAEA
(221,218,234)
#E1E0ED
(225,224,237)
#E5E6F0
(229,230,240)
#E9ECF3
(233,236,243)
#EDF2F6
(237,242,246)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BCDB; }

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

This text font color is #C9BCDB.

Background Color

.myBgColor { background-color: #C9BCDB; }

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

This div background color is #C9BCDB.

Border color

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

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

This div border color is #C9BCDB.

Opacity

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

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

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

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

This text has shadow with #C9BCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BCDB.

Preview

Color preview on black background

This text has color #C9BCDB on black background.


Color preview on white background

This text has color #C9BCDB on white background.


Black color preview on #C9BCDB background

This text has black color on #C9BCDB background.


White color preview on #C9BCDB background

This text has white color on #C9BCDB background.


Related colors

Complementary color

Complementary color for #hex is #364324.


I love getcolorcode.com

Triadic colors

1 #DBC9BC and #BCDBC9 with #C9BCDB are triadic colors.

2 #DBBCC9 and #BCC9DB with #C9BCDB are triadic colors.