COLOR #C1CEB1

HEX: #C1CEB1
RGB: (193,206,177)

Color info

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

RGB color model

#C1CEB1 color RGB value is (193,206,177).

  • red value is 193;
  • green value is 206;
  • blue value is 177.
RGB:
(193,206,177)
(76%,81%,69%)

RGB channels and saturation

R 193 of 255 = 76%
G 206 of 255 = 81%
B 177 of 255 = 69%

193
206
177

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

Portions of RGB colors in percentages

R + G + B =
193 + 206 + 177 = 576 (100%)
R 193 of 576 ~ 33.51%
G 206 of 576 ~ 35.76%
B 177 of 576 ~ 30.73%

%33.51
%35.76
%30.73

CMYK color model

#C1CEB1 color CMYK value is (6,0,14,19).

  • cyan value is 6.31%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 19.22%
CMYK:
(6,0,14,19)
C6M0Y14K19 
(6%,0%,14%,19%)
(0.06/0.00/0.14/0.19)	

CMYK percentages

%6.31
%0
%14.08
%19.22

Codes

Color #C1CEB1 in popluar color models

C1CEB1
RGB193206177
HSL87°22.83%75.10%
HSB/HSV87°14.08%80.78%
CMYK6.31%0.00%14.08%
19.22%

Color #C1CEB1 in popluar number systems.

HEXC1CEB1
Decimal193206177
Binary110000011100111010110001
Octal301316261

Shades and tints

Shades of #C1CEB1

#C1CEB1
(193,206,177)
#B0BCA1
(176,188,161)
#9FAA91
(159,170,145)
#8E9881
(142,152,129)
#7D8671
(125,134,113)
#6C7461
(108,116,97)
#5B6251
(91,98,81)
#4A5041
(74,80,65)
#393E31
(57,62,49)
#282C21
(40,44,33)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #C1CEB1

#C1CEB1
(193,206,177)
#C6D2B8
(198,210,184)
#CBD6BF
(203,214,191)
#D0DAC6
(208,218,198)
#D5DECD
(213,222,205)
#DAE2D4
(218,226,212)
#DFE6DB
(223,230,219)
#E4EAE2
(228,234,226)
#E9EEE9
(233,238,233)
#EEF2F0
(238,242,240)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CEB1 color. Also use rgb(193,206,177) instead hex code.

Text Font Color

.myTextColor { color: #C1CEB1; }

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

This text font color is #C1CEB1.


Background Color

.myBgColor { background-color: #C1CEB1; }

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

This div background color is #C1CEB1.


Border color

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

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

This div border color is #C1CEB1.


Opacity

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

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

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

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

This text has shadow with #C1CEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CEB1 on black background.


Color preview on white background

This text has color #C1CEB1 on white background.



Black color preview on #C1CEB1 background

This text has black color on #C1CEB1 background.


White color preview on #C1CEB1 background

This text has white color on #C1CEB1 background.