COLOR #C1CDB6

HEX: #C1CDB6
RGB: (193,205,182)

Color info

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

RGB color model

#C1CDB6 color RGB value is (193,205,182).

  • red value is 193;
  • green value is 205;
  • blue value is 182.
RGB:
(193,205,182)
(76%,80%,71%)

RGB channels and saturation

R 193 of 255 = 76%
G 205 of 255 = 80%
B 182 of 255 = 71%

193
205
182

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

Portions of RGB colors in percentages

R + G + B =
193 + 205 + 182 = 580 (100%)
R 193 of 580 ~ 33.28%
G 205 of 580 ~ 35.34%
B 182 of 580 ~ 31.38%

%33.28
%35.34
%31.38

CMYK color model

#C1CDB6 color CMYK value is (6,0,11,20).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 19.61%
CMYK:
(6,0,11,20)
C6M0Y11K20 
(6%,0%,11%,20%)
(0.06/0.00/0.11/0.20)	

CMYK percentages

%5.85
%0
%11.22
%19.61

Codes

Color #C1CDB6 in popluar color models

C1CDB6
RGB193205182
HSL91°18.70%75.88%
HSB/HSV91°11.22%80.39%
CMYK5.85%0.00%11.22%
19.61%

Color #C1CDB6 in popluar number systems.

HEXC1CDB6
Decimal193205182
Binary110000011100110110110110
Octal301315266

Shades and tints

Shades of #C1CDB6

#C1CDB6
(193,205,182)
#B0BBA6
(176,187,166)
#9FA996
(159,169,150)
#8E9786
(142,151,134)
#7D8576
(125,133,118)
#6C7366
(108,115,102)
#5B6156
(91,97,86)
#4A4F46
(74,79,70)
#393D36
(57,61,54)
#282B26
(40,43,38)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #C1CDB6

#C1CDB6
(193,205,182)
#C6D1BC
(198,209,188)
#CBD5C2
(203,213,194)
#D0D9C8
(208,217,200)
#D5DDCE
(213,221,206)
#DAE1D4
(218,225,212)
#DFE5DA
(223,229,218)
#E4E9E0
(228,233,224)
#E9EDE6
(233,237,230)
#EEF1EC
(238,241,236)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CDB6 color. Also use rgb(193,205,182) instead hex code.

Text Font Color

.myTextColor { color: #C1CDB6; }

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

This text font color is #C1CDB6.


Background Color

.myBgColor { background-color: #C1CDB6; }

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

This div background color is #C1CDB6.


Border color

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

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

This div border color is #C1CDB6.


Opacity

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

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

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

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

This text has shadow with #C1CDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CDB6 on black background.


Color preview on white background

This text has color #C1CDB6 on white background.



Black color preview on #C1CDB6 background

This text has black color on #C1CDB6 background.


White color preview on #C1CDB6 background

This text has white color on #C1CDB6 background.