COLOR #C1CBBD

HEX: #C1CBBD
RGB: (193,203,189)

Color info

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

RGB color model

#C1CBBD color RGB value is (193,203,189).

  • red value is 193;
  • green value is 203;
  • blue value is 189.
RGB:
(193,203,189)
(76%,80%,74%)

RGB channels and saturation

R 193 of 255 = 76%
G 203 of 255 = 80%
B 189 of 255 = 74%

193
203
189

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

Portions of RGB colors in percentages

R + G + B =
193 + 203 + 189 = 585 (100%)
R 193 of 585 ~ 32.99%
G 203 of 585 ~ 34.7%
B 189 of 585 ~ 32.31%

%32.99
%34.7
%32.31

CMYK color model

#C1CBBD color CMYK value is (5,0,7,20).

  • cyan value is 4.93%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 20.39%
CMYK:
(5,0,7,20)
C5M0Y7K20 
(5%,0%,7%,20%)
(0.05/0.00/0.07/0.20)	

CMYK percentages

%4.93
%0
%6.9
%20.39

Codes

Color #C1CBBD in popluar color models

C1CBBD
RGB193203189
HSL103°11.86%76.86%
HSB/HSV103°6.90%79.61%
CMYK4.93%0.00%6.90%
20.39%

Color #C1CBBD in popluar number systems.

HEXC1CBBD
Decimal193203189
Binary110000011100101110111101
Octal301313275

Shades and tints

Shades of #C1CBBD

#C1CBBD
(193,203,189)
#B0B9AC
(176,185,172)
#9FA79B
(159,167,155)
#8E958A
(142,149,138)
#7D8379
(125,131,121)
#6C7168
(108,113,104)
#5B5F57
(91,95,87)
#4A4D46
(74,77,70)
#393B35
(57,59,53)
#282924
(40,41,36)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #C1CBBD

#C1CBBD
(193,203,189)
#C6CFC3
(198,207,195)
#CBD3C9
(203,211,201)
#D0D7CF
(208,215,207)
#D5DBD5
(213,219,213)
#DADFDB
(218,223,219)
#DFE3E1
(223,227,225)
#E4E7E7
(228,231,231)
#E9EBED
(233,235,237)
#EEEFF3
(238,239,243)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CBBD color. Also use rgb(193,203,189) instead hex code.

Text Font Color

.myTextColor { color: #C1CBBD; }

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

This text font color is #C1CBBD.


Background Color

.myBgColor { background-color: #C1CBBD; }

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

This div background color is #C1CBBD.


Border color

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

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

This div border color is #C1CBBD.


Opacity

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

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

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

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

This text has shadow with #C1CBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CBBD on black background.


Color preview on white background

This text has color #C1CBBD on white background.



Black color preview on #C1CBBD background

This text has black color on #C1CBBD background.


White color preview on #C1CBBD background

This text has white color on #C1CBBD background.