COLOR #C1BEC6

HEX: #C1BEC6
RGB: (193,190,198)

Color info

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

RGB color model

#C1BEC6 color RGB value is (193,190,198).

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

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 198 of 255 = 78%

193
190
198

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

Portions of RGB colors in percentages

R + G + B =
193 + 190 + 198 = 581 (100%)
R 193 of 581 ~ 33.22%
G 190 of 581 ~ 32.7%
B 198 of 581 ~ 34.08%

%33.22
%32.7
%34.08

CMYK color model

#C1BEC6 color CMYK value is (3,4,0,22).

  • cyan value is 2.53%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(3,4,0,22)
C3M4Y0K22 
(3%,4%,0%,22%)
(0.03/0.04/0.00/0.22)	

CMYK percentages

%2.53
%4.04
%0
%22.35

Codes

Color #C1BEC6 in popluar color models

C1BEC6
RGB193190198
HSL263°6.56%76.08%
HSB/HSV263°4.04%77.65%
CMYK2.53%4.04%0.00%
22.35%

Color #C1BEC6 in popluar number systems.

HEXC1BEC6
Decimal193190198
Binary110000011011111011000110
Octal301276306

Shades and tints

Shades of #C1BEC6

#C1BEC6
(193,190,198)
#B0ADB4
(176,173,180)
#9F9CA2
(159,156,162)
#8E8B90
(142,139,144)
#7D7A7E
(125,122,126)
#6C696C
(108,105,108)
#5B585A
(91,88,90)
#4A4748
(74,71,72)
#393636
(57,54,54)
#282524
(40,37,36)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #C1BEC6

#C1BEC6
(193,190,198)
#C6C3CB
(198,195,203)
#CBC8D0
(203,200,208)
#D0CDD5
(208,205,213)
#D5D2DA
(213,210,218)
#DAD7DF
(218,215,223)
#DFDCE4
(223,220,228)
#E4E1E9
(228,225,233)
#E9E6EE
(233,230,238)
#EEEBF3
(238,235,243)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BEC6; }

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

This text font color is #C1BEC6.


Background Color

.myBgColor { background-color: #C1BEC6; }

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

This div background color is #C1BEC6.


Border color

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

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

This div border color is #C1BEC6.


Opacity

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

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

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

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

This text has shadow with #C1BEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BEC6 on black background.


Color preview on white background

This text has color #C1BEC6 on white background.



Black color preview on #C1BEC6 background

This text has black color on #C1BEC6 background.


White color preview on #C1BEC6 background

This text has white color on #C1BEC6 background.