COLOR #C9BEC3

HEX: #C9BEC3
RGB: (201,190,195)

Color info

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

RGB color model

#C9BEC3 color RGB value is (201,190,195).

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

RGB channels and saturation

R 201 of 255 = 79%
G 190 of 255 = 75%
B 195 of 255 = 76%

201
190
195

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

Portions of RGB colors in percentages

R + G + B =
201 + 190 + 195 = 586 (100%)
R 201 of 586 ~ 34.3%
G 190 of 586 ~ 32.42%
B 195 of 586 ~ 33.28%

%34.3
%32.42
%33.28

CMYK color model

#C9BEC3 color CMYK value is (0,5,3,21).

  • cyan value is 0.00%
  • magenta value is 5.47%
  • yellow value is 2.99%
  • key color value is 21.18%
CMYK:
(0,5,3,21)
C0M5Y3K21 
(0%,5%,3%,21%)
(0.00/0.05/0.03/0.21)	

CMYK percentages

%0
%5.47
%2.99
%21.18

Codes

Color #C9BEC3 in popluar color models

C9BEC3
RGB201190195
HSL333°9.24%76.67%
HSB/HSV333°5.47%78.82%
CMYK0.00%5.47%2.99%
21.18%

Color #C9BEC3 in popluar number systems.

HEXC9BEC3
Decimal201190195
Binary110010011011111011000011
Octal311276303

Shades and tints

Shades of #C9BEC3

#C9BEC3
(201,190,195)
#B7ADB2
(183,173,178)
#A59CA1
(165,156,161)
#938B90
(147,139,144)
#817A7F
(129,122,127)
#6F696E
(111,105,110)
#5D585D
(93,88,93)
#4B474C
(75,71,76)
#39363B
(57,54,59)
#27252A
(39,37,42)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #C9BEC3

#C9BEC3
(201,190,195)
#CDC3C8
(205,195,200)
#D1C8CD
(209,200,205)
#D5CDD2
(213,205,210)
#D9D2D7
(217,210,215)
#DDD7DC
(221,215,220)
#E1DCE1
(225,220,225)
#E5E1E6
(229,225,230)
#E9E6EB
(233,230,235)
#EDEBF0
(237,235,240)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BEC3; }

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

This text font color is #C9BEC3.


Background Color

.myBgColor { background-color: #C9BEC3; }

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

This div background color is #C9BEC3.


Border color

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

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

This div border color is #C9BEC3.


Opacity

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

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

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

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

This text has shadow with #C9BEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BEC3 on black background.


Color preview on white background

This text has color #C9BEC3 on white background.



Black color preview on #C9BEC3 background

This text has black color on #C9BEC3 background.


White color preview on #C9BEC3 background

This text has white color on #C9BEC3 background.