COLOR #C9B4CB

HEX: #C9B4CB
RGB: (201,180,203)

Color info

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

RGB color model

#C9B4CB color RGB value is (201,180,203).

  • red value is 201;
  • green value is 180;
  • blue value is 203.
RGB:
(201,180,203)
(79%,71%,80%)

RGB channels and saturation

R 201 of 255 = 79%
G 180 of 255 = 71%
B 203 of 255 = 80%

201
180
203

R + G + B ~ 77%. #C9B4CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 180 + 203 = 584 (100%)
R 201 of 584 ~ 34.42%
G 180 of 584 ~ 30.82%
B 203 of 584 ~ 34.76%

%34.42
%30.82
%34.76

CMYK color model

#C9B4CB color CMYK value is (1,11,0,20).

  • cyan value is 0.99%
  • magenta value is 11.33%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(1,11,0,20)
C1M11Y0K20 
(1%,11%,0%,20%)
(0.01/0.11/0.00/0.20)	

CMYK percentages

%0.99
%11.33
%0
%20.39

Codes

Color #C9B4CB in popluar color models

C9B4CB
RGB201180203
HSL295°18.11%75.10%
HSB/HSV295°11.33%79.61%
CMYK0.99%11.33%0.00%
20.39%

Color #C9B4CB in popluar number systems.

HEXC9B4CB
Decimal201180203
Binary110010011011010011001011
Octal311264313

Shades and tints

Shades of #C9B4CB

#C9B4CB
(201,180,203)
#B7A4B9
(183,164,185)
#A594A7
(165,148,167)
#938495
(147,132,149)
#817483
(129,116,131)
#6F6471
(111,100,113)
#5D545F
(93,84,95)
#4B444D
(75,68,77)
#39343B
(57,52,59)
#272429
(39,36,41)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #C9B4CB

#C9B4CB
(201,180,203)
#CDBACF
(205,186,207)
#D1C0D3
(209,192,211)
#D5C6D7
(213,198,215)
#D9CCDB
(217,204,219)
#DDD2DF
(221,210,223)
#E1D8E3
(225,216,227)
#E5DEE7
(229,222,231)
#E9E4EB
(233,228,235)
#EDEAEF
(237,234,239)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B4CB; }

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

This text font color is #C9B4CB.


Background Color

.myBgColor { background-color: #C9B4CB; }

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

This div background color is #C9B4CB.


Border color

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

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

This div border color is #C9B4CB.


Opacity

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

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

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

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

This text has shadow with #C9B4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B4CB on black background.


Color preview on white background

This text has color #C9B4CB on white background.



Black color preview on #C9B4CB background

This text has black color on #C9B4CB background.


White color preview on #C9B4CB background

This text has white color on #C9B4CB background.