COLOR #C9BBA3

HEX: #C9BBA3 RGB: (201,187,163)

Color info

#C9BBA3 contains red, green and blue colors in about the same proportion. Web safe color of #C9BBA3 is #CCCC99 (or #CC9).

RGB color model

#C9BBA3 color RGB value is (201,187,163).

RGB: (201,187,163) (79%, 73%, 64%)

RGB channels and saturation

R 201 of 255 = 79%
G 187 of 255 = 73%
B 163 of 255 = 64%

201
187
163

R + G + B ~ 72%. #C9BBA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 187 + 163 = 551 (100%)
R 201 of 551 ~ 36.48%
G 187 of 551 ~ 33.94%
B 163 of 551 ~ 29.58'%

%36.48
%33.94
%29.58

CMYK color model

#C9BBA3 color CMYK value is (0,7,19,21).

  • cyan value is 0.00%
  • magenta value is 6.97%
  • yellow value is 18.91%
  • key color value is 21.18%

CMYK: (0,7,19,21)
C0M7Y19K21 (0%, 7%, 19%, 21%)
(0.00 / 0.07 / 0.19 / 0.21)

CMYK percentages

%0
%6.97
%18.91
%21.18

Codes

Color #C9BBA3 in popluar color models

C9 BB A3
RGB 201 187 163
HSL 38° 26.03% 71.37%
HSB/HSV 38° 18.91% 78.82%
CMYK 0.00% 6.97% 18.91%
21.18%

Color #C9BBA3 in popluar number systems.

HEX C9 BB A3
Decimal 201 187 163
Binary 11001001 10111011 10100011
Octal 311 273 243

Shades and tints

Shades of #C9BBA3

#C9BBA3
(201,187,163)
#B7AA95
(183,170,149)
#A59987
(165,153,135)
#938879
(147,136,121)
#81776B
(129,119,107)
#6F665D
(111,102,93)
#5D554F
(93,85,79)
#4B4441
(75,68,65)
#393333
(57,51,51)
#272225
(39,34,37)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #C9BBA3

#C9BBA3
(201,187,163)
#CDC1AB
(205,193,171)
#D1C7B3
(209,199,179)
#D5CDBB
(213,205,187)
#D9D3C3
(217,211,195)
#DDD9CB
(221,217,203)
#E1DFD3
(225,223,211)
#E5E5DB
(229,229,219)
#E9EBE3
(233,235,227)
#EDF1EB
(237,241,235)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BBA3; }

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

This text font color is #C9BBA3.

Background Color

.myBgColor { background-color: #C9BBA3; }

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

This div background color is #C9BBA3.

Border color

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

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

This div border color is #C9BBA3.

Opacity

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

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

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

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

This text has shadow with #C9BBA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BBA3.

Preview

Color preview on black background

This text has color #C9BBA3 on black background.


Color preview on white background

This text has color #C9BBA3 on white background.


Black color preview on #C9BBA3 background

This text has black color on #C9BBA3 background.


White color preview on #C9BBA3 background

This text has white color on #C9BBA3 background.


Related colors

Complementary color

Complementary color for #hex is #36445C.


I love getcolorcode.com

Triadic colors

1 #A3C9BB and #BBA3C9 with #C9BBA3 are triadic colors.

2 #A3BBC9 and #BBC9A3 with #C9BBA3 are triadic colors.