COLOR #C9B3CB

HEX: #C9B3CB RGB: (201,179,203)

Color info

#C9B3CB contains red, green and blue colors in about the same proportion. Web safe color of #C9B3CB is #CC99CC (or #C9C).

RGB color model

#C9B3CB color RGB value is (201,179,203).

RGB: (201,179,203) (79%, 70%, 80%)

RGB channels and saturation

R 201 of 255 = 79%
G 179 of 255 = 70%
B 203 of 255 = 80%

201
179
203

R + G + B ~ 76%. #C9B3CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 179 + 203 = 583 (100%)
R 201 of 583 ~ 34.48%
G 179 of 583 ~ 30.7%
B 203 of 583 ~ 34.82'%

%34.48
%30.7
%34.82

CMYK color model

#C9B3CB color CMYK value is (1,12,0,20).

  • cyan value is 0.99%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (1,12,0,20) C1M12Y0K20 (1%,12%,0%,20%) (0.01/0.12/0.00/0.20) 

CMYK percentages

%0.99
%11.82
%0
%20.39

Codes

Color #C9B3CB in popluar color models

C9 B3 CB
RGB 201 179 203
HSL 295° 18.75% 74.90%
HSB/HSV 295° 11.82% 79.61%
CMYK 0.99% 11.82% 0.00%
20.39%

Color #C9B3CB in popluar number systems.

HEX C9 B3 CB
Decimal 201 179 203
Binary 11001001 10110011 11001011
Octal 311 263 313

Shades and tints

Shades of #C9B3CB

#C9B3CB
(201,179,203)
#B7A3B9
(183,163,185)
#A593A7
(165,147,167)
#938395
(147,131,149)
#817383
(129,115,131)
#6F6371
(111,99,113)
#5D535F
(93,83,95)
#4B434D
(75,67,77)
#39333B
(57,51,59)
#272329
(39,35,41)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #C9B3CB

#C9B3CB
(201,179,203)
#CDB9CF
(205,185,207)
#D1BFD3
(209,191,211)
#D5C5D7
(213,197,215)
#D9CBDB
(217,203,219)
#DDD1DF
(221,209,223)
#E1D7E3
(225,215,227)
#E5DDE7
(229,221,231)
#E9E3EB
(233,227,235)
#EDE9EF
(237,233,239)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B3CB color. Also use rgb(201,179,203) instead hex code.

Text Font Color

.myTextColor { color: #C9B3CB; }

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

This text font color is #C9B3CB.

Background Color

.myBgColor { background-color: #C9B3CB; }

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

This div background color is #C9B3CB.

Border color

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

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

This div border color is #C9B3CB.

Opacity

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

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

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

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

This text has shadow with #C9B3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B3CB.

Preview

Color preview on black background

This text has color #C9B3CB on black background.


Color preview on white background

This text has color #C9B3CB on white background.


Black color preview on #C9B3CB background

This text has black color on #C9B3CB background.


White color preview on #C9B3CB background

This text has white color on #C9B3CB background.


Related colors

Complementary color

Complementary color for #hex is #364C34.


I love getcolorcode.com

Triadic colors

1 #CBC9B3 and #B3CBC9 with #C9B3CB are triadic colors.

2 #CBB3C9 and #B3C9CB with #C9B3CB are triadic colors.