COLOR #C1BEC0

HEX: #C1BEC0
RGB: (193,190,192)

Color info

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

RGB color model

#C1BEC0 color RGB value is (193,190,192).

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

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 192 of 255 = 75%

193
190
192

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

Portions of RGB colors in percentages

R + G + B =
193 + 190 + 192 = 575 (100%)
R 193 of 575 ~ 33.57%
G 190 of 575 ~ 33.04%
B 192 of 575 ~ 33.39%

%33.57
%33.04
%33.39

CMYK color model

#C1BEC0 color CMYK value is (0,2,1,24).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 0.52%
  • key color value is 24.31%
CMYK: (0,2,1,24) C0M2Y1K24 (0%,2%,1%,24%) (0.00/0.02/0.01/0.24)

CMYK percentages

%0
%1.55
%0.52
%24.31

Codes

Color #C1BEC0 in popluar color models

C1BEC0
RGB193190192
HSL320°2.36%75.10%
HSB/HSV320°1.55%75.69%
CMYK0.00%1.55%0.52%
24.31%

Color #C1BEC0 in popluar number systems.

HEXC1BEC0
Decimal193190192
Binary110000011011111011000000
Octal301276300

Shades and tints

Shades of #C1BEC0

#C1BEC0
(193,190,192)
#B0ADAF
(176,173,175)
#9F9C9E
(159,156,158)
#8E8B8D
(142,139,141)
#7D7A7C
(125,122,124)
#6C696B
(108,105,107)
#5B585A
(91,88,90)
#4A4749
(74,71,73)
#393638
(57,54,56)
#282527
(40,37,39)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #C1BEC0

#C1BEC0
(193,190,192)
#C6C3C5
(198,195,197)
#CBC8CA
(203,200,202)
#D0CDCF
(208,205,207)
#D5D2D4
(213,210,212)
#DAD7D9
(218,215,217)
#DFDCDE
(223,220,222)
#E4E1E3
(228,225,227)
#E9E6E8
(233,230,232)
#EEEBED
(238,235,237)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BEC0; }

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

This text font color is #C1BEC0.


Background Color

.myBgColor { background-color: #C1BEC0; }

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

This div background color is #C1BEC0.


Border color

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

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

This div border color is #C1BEC0.


Opacity

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

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

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

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

This text has shadow with #C1BEC0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C1BEC0 on black background.


Color preview on white background

This text has color #C1BEC0 on white background.



Black color preview on #C1BEC0 background

This text has black color on #C1BEC0 background.


White color preview on #C1BEC0 background

This text has white color on #C1BEC0 background.