COLOR #C9BEB5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

201
190
181

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

Portions of RGB colors in percentages

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

%35.14
%33.22
%31.64

CMYK color model

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

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

CMYK percentages

%0
%5.47
%9.95
%21.18

Codes

Color #C9BEB5 in popluar color models

C9BEB5
RGB201190181
HSL27°15.63%74.90%
HSB/HSV27°9.95%78.82%
CMYK0.00%5.47%9.95%
21.18%

Color #C9BEB5 in popluar number systems.

HEXC9BEB5
Decimal201190181
Binary110010011011111010110101
Octal311276265

Shades and tints

Shades of #C9BEB5

#C9BEB5
(201,190,181)
#B7ADA5
(183,173,165)
#A59C95
(165,156,149)
#938B85
(147,139,133)
#817A75
(129,122,117)
#6F6965
(111,105,101)
#5D5855
(93,88,85)
#4B4745
(75,71,69)
#393635
(57,54,53)
#272525
(39,37,37)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #C9BEB5

#C9BEB5
(201,190,181)
#CDC3BB
(205,195,187)
#D1C8C1
(209,200,193)
#D5CDC7
(213,205,199)
#D9D2CD
(217,210,205)
#DDD7D3
(221,215,211)
#E1DCD9
(225,220,217)
#E5E1DF
(229,225,223)
#E9E6E5
(233,230,229)
#EDEBEB
(237,235,235)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BEB5; }

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

This text font color is #C9BEB5.


Background Color

.myBgColor { background-color: #C9BEB5; }

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

This div background color is #C9BEB5.


Border color

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

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

This div border color is #C9BEB5.


Opacity

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

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

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

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

This text has shadow with #C9BEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BEB5 on black background.


Color preview on white background

This text has color #C9BEB5 on white background.



Black color preview on #C9BEB5 background

This text has black color on #C9BEB5 background.


White color preview on #C9BEB5 background

This text has white color on #C9BEB5 background.