COLOR #C9BEC4

HEX: #C9BEC4
RGB: (201,190,196)

Color info

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

RGB color model

#C9BEC4 color RGB value is (201,190,196).

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

RGB channels and saturation

R 201 of 255 = 79%
G 190 of 255 = 75%
B 196 of 255 = 77%

201
190
196

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

Portions of RGB colors in percentages

R + G + B =
201 + 190 + 196 = 587 (100%)
R 201 of 587 ~ 34.24%
G 190 of 587 ~ 32.37%
B 196 of 587 ~ 33.39%

%34.24
%32.37
%33.39

CMYK color model

#C9BEC4 color CMYK value is (0,5,2,21).

  • cyan value is 0.00%
  • magenta value is 5.47%
  • yellow value is 2.49%
  • key color value is 21.18%
CMYK:
(0,5,2,21)
C0M5Y2K21 
(0%,5%,2%,21%)
(0.00/0.05/0.02/0.21)	

CMYK percentages

%0
%5.47
%2.49
%21.18

Codes

Color #C9BEC4 in popluar color models

C9BEC4
RGB201190196
HSL327°9.24%76.67%
HSB/HSV327°5.47%78.82%
CMYK0.00%5.47%2.49%
21.18%

Color #C9BEC4 in popluar number systems.

HEXC9BEC4
Decimal201190196
Binary110010011011111011000100
Octal311276304

Shades and tints

Shades of #C9BEC4

#C9BEC4
(201,190,196)
#B7ADB3
(183,173,179)
#A59CA2
(165,156,162)
#938B91
(147,139,145)
#817A80
(129,122,128)
#6F696F
(111,105,111)
#5D585E
(93,88,94)
#4B474D
(75,71,77)
#39363C
(57,54,60)
#27252B
(39,37,43)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #C9BEC4

#C9BEC4
(201,190,196)
#CDC3C9
(205,195,201)
#D1C8CE
(209,200,206)
#D5CDD3
(213,205,211)
#D9D2D8
(217,210,216)
#DDD7DD
(221,215,221)
#E1DCE2
(225,220,226)
#E5E1E7
(229,225,231)
#E9E6EC
(233,230,236)
#EDEBF1
(237,235,241)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BEC4; }

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

This text font color is #C9BEC4.


Background Color

.myBgColor { background-color: #C9BEC4; }

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

This div background color is #C9BEC4.


Border color

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

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

This div border color is #C9BEC4.


Opacity

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

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

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

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

This text has shadow with #C9BEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BEC4 on black background.


Color preview on white background

This text has color #C9BEC4 on white background.



Black color preview on #C9BEC4 background

This text has black color on #C9BEC4 background.


White color preview on #C9BEC4 background

This text has white color on #C9BEC4 background.