COLOR #C1CBB0

HEX: #C1CBB0
RGB: (193,203,176)

Color info

#C1CBB0 contains red, green and blue colors in about the same proportion. Web safe color of #C1CBB0 is #CCCC99 (or #CC9).

RGB color model

#C1CBB0 color RGB value is (193,203,176).

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

RGB channels and saturation

R 193 of 255 = 76%
G 203 of 255 = 80%
B 176 of 255 = 69%

193
203
176

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

Portions of RGB colors in percentages

R + G + B =
193 + 203 + 176 = 572 (100%)
R 193 of 572 ~ 33.74%
G 203 of 572 ~ 35.49%
B 176 of 572 ~ 30.77%

%33.74
%35.49
%30.77

CMYK color model

#C1CBB0 color CMYK value is (5,0,13,20).

  • cyan value is 4.93%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 20.39%
CMYK:
(5,0,13,20)
C5M0Y13K20 
(5%,0%,13%,20%)
(0.05/0.00/0.13/0.20)	

CMYK percentages

%4.93
%0
%13.3
%20.39

Codes

Color #C1CBB0 in popluar color models

C1CBB0
RGB193203176
HSL82°20.61%74.31%
HSB/HSV82°13.30%79.61%
CMYK4.93%0.00%13.30%
20.39%

Color #C1CBB0 in popluar number systems.

HEXC1CBB0
Decimal193203176
Binary110000011100101110110000
Octal301313260

Shades and tints

Shades of #C1CBB0

#C1CBB0
(193,203,176)
#B0B9A0
(176,185,160)
#9FA790
(159,167,144)
#8E9580
(142,149,128)
#7D8370
(125,131,112)
#6C7160
(108,113,96)
#5B5F50
(91,95,80)
#4A4D40
(74,77,64)
#393B30
(57,59,48)
#282920
(40,41,32)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #C1CBB0

#C1CBB0
(193,203,176)
#C6CFB7
(198,207,183)
#CBD3BE
(203,211,190)
#D0D7C5
(208,215,197)
#D5DBCC
(213,219,204)
#DADFD3
(218,223,211)
#DFE3DA
(223,227,218)
#E4E7E1
(228,231,225)
#E9EBE8
(233,235,232)
#EEEFEF
(238,239,239)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CBB0; }

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

This text font color is #C1CBB0.


Background Color

.myBgColor { background-color: #C1CBB0; }

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

This div background color is #C1CBB0.


Border color

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

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

This div border color is #C1CBB0.


Opacity

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

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

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

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

This text has shadow with #C1CBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CBB0 on black background.


Color preview on white background

This text has color #C1CBB0 on white background.



Black color preview on #C1CBB0 background

This text has black color on #C1CBB0 background.


White color preview on #C1CBB0 background

This text has white color on #C1CBB0 background.