COLOR #C0BEC9

HEX: #C0BEC9
RGB: (192,190,201)

Color info

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

RGB color model

#C0BEC9 color RGB value is (192,190,201).

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

RGB channels and saturation

R 192 of 255 = 75%
G 190 of 255 = 75%
B 201 of 255 = 79%

192
190
201

R + G + B ~ 76%. #C0BEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 190 + 201 = 583 (100%)
R 192 of 583 ~ 32.93%
G 190 of 583 ~ 32.59%
B 201 of 583 ~ 34.48%

%32.93
%32.59
%34.48

CMYK color model

#C0BEC9 color CMYK value is (4,5,0,21).

  • cyan value is 4.48%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(4,5,0,21)
C4M5Y0K21 
(4%,5%,0%,21%)
(0.04/0.05/0.00/0.21)	

CMYK percentages

%4.48
%5.47
%0
%21.18

Codes

Color #C0BEC9 in popluar color models

C0BEC9
RGB192190201
HSL251°9.24%76.67%
HSB/HSV251°5.47%78.82%
CMYK4.48%5.47%0.00%
21.18%

Color #C0BEC9 in popluar number systems.

HEXC0BEC9
Decimal192190201
Binary110000001011111011001001
Octal300276311

Shades and tints

Shades of #C0BEC9

#C0BEC9
(192,190,201)
#AFADB7
(175,173,183)
#9E9CA5
(158,156,165)
#8D8B93
(141,139,147)
#7C7A81
(124,122,129)
#6B696F
(107,105,111)
#5A585D
(90,88,93)
#49474B
(73,71,75)
#383639
(56,54,57)
#272527
(39,37,39)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #C0BEC9

#C0BEC9
(192,190,201)
#C5C3CD
(197,195,205)
#CAC8D1
(202,200,209)
#CFCDD5
(207,205,213)
#D4D2D9
(212,210,217)
#D9D7DD
(217,215,221)
#DEDCE1
(222,220,225)
#E3E1E5
(227,225,229)
#E8E6E9
(232,230,233)
#EDEBED
(237,235,237)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0BEC9; }

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

This text font color is #C0BEC9.


Background Color

.myBgColor { background-color: #C0BEC9; }

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

This div background color is #C0BEC9.


Border color

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

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

This div border color is #C0BEC9.


Opacity

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

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

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

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

This text has shadow with #C0BEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BEC9 on black background.


Color preview on white background

This text has color #C0BEC9 on white background.



Black color preview on #C0BEC9 background

This text has black color on #C0BEC9 background.


White color preview on #C0BEC9 background

This text has white color on #C0BEC9 background.