COLOR #C9B5BE

HEX: #C9B5BE RGB: (201,181,190)

Color info

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

RGB color model

#C9B5BE color RGB value is (201,181,190).

RGB: (201,181,190) (79%, 71%, 75%)

RGB channels and saturation

R 201 of 255 = 79%
G 181 of 255 = 71%
B 190 of 255 = 75%

201
181
190

R + G + B ~ 75%. #C9B5BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 181 + 190 = 572 (100%)
R 201 of 572 ~ 35.14%
G 181 of 572 ~ 31.64%
B 190 of 572 ~ 33.22'%

%35.14
%31.64
%33.22

CMYK color model

#C9B5BE color CMYK value is (0,10,5,21).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK: (0,10,5,21) C0M10Y5K21 (0%,10%,5%,21%) (0.00/0.10/0.05/0.21) 

CMYK percentages

%0
%9.95
%5.47
%21.18

Codes

Color #C9B5BE in popluar color models

C9 B5 BE
RGB 201 181 190
HSL 333° 15.63% 74.90%
HSB/HSV 333° 9.95% 78.82%
CMYK 0.00% 9.95% 5.47%
21.18%

Color #C9B5BE in popluar number systems.

HEX C9 B5 BE
Decimal 201 181 190
Binary 11001001 10110101 10111110
Octal 311 265 276

Shades and tints

Shades of #C9B5BE

#C9B5BE
(201,181,190)
#B7A5AD
(183,165,173)
#A5959C
(165,149,156)
#93858B
(147,133,139)
#81757A
(129,117,122)
#6F6569
(111,101,105)
#5D5558
(93,85,88)
#4B4547
(75,69,71)
#393536
(57,53,54)
#272525
(39,37,37)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #C9B5BE

#C9B5BE
(201,181,190)
#CDBBC3
(205,187,195)
#D1C1C8
(209,193,200)
#D5C7CD
(213,199,205)
#D9CDD2
(217,205,210)
#DDD3D7
(221,211,215)
#E1D9DC
(225,217,220)
#E5DFE1
(229,223,225)
#E9E5E6
(233,229,230)
#EDEBEB
(237,235,235)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B5BE color. Also use rgb(201,181,190) instead hex code.

Text Font Color

.myTextColor { color: #C9B5BE; }

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

This text font color is #C9B5BE.

Background Color

.myBgColor { background-color: #C9B5BE; }

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

This div background color is #C9B5BE.

Border color

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

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

This div border color is #C9B5BE.

Opacity

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

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

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

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

This text has shadow with #C9B5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B5BE.

Preview

Color preview on black background

This text has color #C9B5BE on black background.


Color preview on white background

This text has color #C9B5BE on white background.


Black color preview on #C9B5BE background

This text has black color on #C9B5BE background.


White color preview on #C9B5BE background

This text has white color on #C9B5BE background.


Related colors

Complementary color

Complementary color for #hex is #364A41.


I love getcolorcode.com

Triadic colors

1 #BEC9B5 and #B5BEC9 with #C9B5BE are triadic colors.

2 #BEB5C9 and #B5C9BE with #C9B5BE are triadic colors.