COLOR #C9BBDC

HEX: #C9BBDC RGB: (201,187,220)

Color info

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

RGB color model

#C9BBDC color RGB value is (201,187,220).

RGB: (201,187,220) (79%, 73%, 86%)

RGB channels and saturation

R 201 of 255 = 79%
G 187 of 255 = 73%
B 220 of 255 = 86%

201
187
220

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

Portions of RGB colors in percentages

R + G + B = 201 + 187 + 220 = 608 (100%)
R 201 of 608 ~ 33.06%
G 187 of 608 ~ 30.76%
B 220 of 608 ~ 36.18'%

%33.06
%30.76
%36.18

CMYK color model

#C9BBDC color CMYK value is (9,15,0,14).

  • cyan value is 8.64%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (9,15,0,14)
C9M15Y0K14 (9%, 15%, 0%, 14%)
(0.09 / 0.15 / 0.00 / 0.14)

CMYK percentages

%8.64
%15
%0
%13.73

Codes

Color #C9BBDC in popluar color models

C9 BB DC
RGB 201 187 220
HSL 265° 32.04% 79.80%
HSB/HSV 265° 15.00% 86.27%
CMYK 8.64% 15.00% 0.00%
13.73%

Color #C9BBDC in popluar number systems.

HEX C9 BB DC
Decimal 201 187 220
Binary 11001001 10111011 11011100
Octal 311 273 334

Shades and tints

Shades of #C9BBDC

#C9BBDC
(201,187,220)
#B7AAC8
(183,170,200)
#A599B4
(165,153,180)
#9388A0
(147,136,160)
#81778C
(129,119,140)
#6F6678
(111,102,120)
#5D5564
(93,85,100)
#4B4450
(75,68,80)
#39333C
(57,51,60)
#272228
(39,34,40)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #C9BBDC

#C9BBDC
(201,187,220)
#CDC1DF
(205,193,223)
#D1C7E2
(209,199,226)
#D5CDE5
(213,205,229)
#D9D3E8
(217,211,232)
#DDD9EB
(221,217,235)
#E1DFEE
(225,223,238)
#E5E5F1
(229,229,241)
#E9EBF4
(233,235,244)
#EDF1F7
(237,241,247)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BBDC color. Also use rgb(201,187,220) instead hex code.

Text Font Color

.myTextColor { color: #C9BBDC; }

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

This text font color is #C9BBDC.

Background Color

.myBgColor { background-color: #C9BBDC; }

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

This div background color is #C9BBDC.

Border color

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

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

This div border color is #C9BBDC.

Opacity

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

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

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

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

This text has shadow with #C9BBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BBDC.

Preview

Color preview on black background

This text has color #C9BBDC on black background.


Color preview on white background

This text has color #C9BBDC on white background.


Black color preview on #C9BBDC background

This text has black color on #C9BBDC background.


White color preview on #C9BBDC background

This text has white color on #C9BBDC background.


Related colors

Complementary color

Complementary color for #hex is #364423.


I love getcolorcode.com

Triadic colors

1 #DCC9BB and #BBDCC9 with #C9BBDC are triadic colors.

2 #DCBBC9 and #BBC9DC with #C9BBDC are triadic colors.