COLOR #C9B8BE

HEX: #C9B8BE
RGB: (201,184,190)

Color info

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

RGB color model

#C9B8BE color RGB value is (201,184,190).

  • red value is 201;
  • green value is 184;
  • blue value is 190.
RGB: (201,184,190) (79%,72%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 184 of 255 = 72%
B 190 of 255 = 75%

201
184
190

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

Portions of RGB colors in percentages

R + G + B =
201 + 184 + 190 = 575 (100%)
R 201 of 575 ~ 34.96%
G 184 of 575 ~ 32%
B 190 of 575 ~ 33.04%

%34.96
%32
%33.04

CMYK color model

#C9B8BE color CMYK value is (0,8,5,21).

  • cyan value is 0.00%
  • magenta value is 8.46%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK: (0,8,5,21) C0M8Y5K21 (0%,8%,5%,21%) (0.00/0.08/0.05/0.21)

CMYK percentages

%0
%8.46
%5.47
%21.18

Codes

Color #C9B8BE in popluar color models

C9B8BE
RGB201184190
HSL339°13.60%75.49%
HSB/HSV339°8.46%78.82%
CMYK0.00%8.46%5.47%
21.18%

Color #C9B8BE in popluar number systems.

HEXC9B8BE
Decimal201184190
Binary110010011011100010111110
Octal311270276

Shades and tints

Shades of #C9B8BE

#C9B8BE
(201,184,190)
#B7A8AD
(183,168,173)
#A5989C
(165,152,156)
#93888B
(147,136,139)
#81787A
(129,120,122)
#6F6869
(111,104,105)
#5D5858
(93,88,88)
#4B4847
(75,72,71)
#393836
(57,56,54)
#272825
(39,40,37)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #C9B8BE

#C9B8BE
(201,184,190)
#CDBEC3
(205,190,195)
#D1C4C8
(209,196,200)
#D5CACD
(213,202,205)
#D9D0D2
(217,208,210)
#DDD6D7
(221,214,215)
#E1DCDC
(225,220,220)
#E5E2E1
(229,226,225)
#E9E8E6
(233,232,230)
#EDEEEB
(237,238,235)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B8BE; }

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

This text font color is #C9B8BE.


Background Color

.myBgColor { background-color: #C9B8BE; }

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

This div background color is #C9B8BE.


Border color

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

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

This div border color is #C9B8BE.


Opacity

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

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

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

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

This text has shadow with #C9B8BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C9B8BE on black background.


Color preview on white background

This text has color #C9B8BE on white background.



Black color preview on #C9B8BE background

This text has black color on #C9B8BE background.


White color preview on #C9B8BE background

This text has white color on #C9B8BE background.