COLOR #C9BEC7

HEX: #C9BEC7
RGB: (201,190,199)

Color info

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

RGB color model

#C9BEC7 color RGB value is (201,190,199).

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

RGB channels and saturation

R 201 of 255 = 79%
G 190 of 255 = 75%
B 199 of 255 = 78%

201
190
199

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

Portions of RGB colors in percentages

R + G + B =
201 + 190 + 199 = 590 (100%)
R 201 of 590 ~ 34.07%
G 190 of 590 ~ 32.2%
B 199 of 590 ~ 33.73%

%34.07
%32.2
%33.73

CMYK color model

#C9BEC7 color CMYK value is (0,5,1,21).

  • cyan value is 0.00%
  • magenta value is 5.47%
  • yellow value is 1.00%
  • key color value is 21.18%
CMYK:
(0,5,1,21)
C0M5Y1K21 
(0%,5%,1%,21%)
(0.00/0.05/0.01/0.21)	

CMYK percentages

%0
%5.47
%1
%21.18

Codes

Color #C9BEC7 in popluar color models

C9BEC7
RGB201190199
HSL311°9.24%76.67%
HSB/HSV311°5.47%78.82%
CMYK0.00%5.47%1.00%
21.18%

Color #C9BEC7 in popluar number systems.

HEXC9BEC7
Decimal201190199
Binary110010011011111011000111
Octal311276307

Shades and tints

Shades of #C9BEC7

#C9BEC7
(201,190,199)
#B7ADB5
(183,173,181)
#A59CA3
(165,156,163)
#938B91
(147,139,145)
#817A7F
(129,122,127)
#6F696D
(111,105,109)
#5D585B
(93,88,91)
#4B4749
(75,71,73)
#393637
(57,54,55)
#272525
(39,37,37)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #C9BEC7

#C9BEC7
(201,190,199)
#CDC3CC
(205,195,204)
#D1C8D1
(209,200,209)
#D5CDD6
(213,205,214)
#D9D2DB
(217,210,219)
#DDD7E0
(221,215,224)
#E1DCE5
(225,220,229)
#E5E1EA
(229,225,234)
#E9E6EF
(233,230,239)
#EDEBF4
(237,235,244)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BEC7; }

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

This text font color is #C9BEC7.


Background Color

.myBgColor { background-color: #C9BEC7; }

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

This div background color is #C9BEC7.


Border color

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

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

This div border color is #C9BEC7.


Opacity

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

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

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

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

This text has shadow with #C9BEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BEC7 on black background.


Color preview on white background

This text has color #C9BEC7 on white background.



Black color preview on #C9BEC7 background

This text has black color on #C9BEC7 background.


White color preview on #C9BEC7 background

This text has white color on #C9BEC7 background.