COLOR #C1B28B

HEX: #C1B28B
RGB: (193,178,139)

Color info

#C1B28B contains red, green and blue colors in about the same proportion. Web safe color of #C1B28B is #CC9999 (or #C99).

RGB color model

#C1B28B color RGB value is (193,178,139).

  • red value is 193;
  • green value is 178;
  • blue value is 139.
RGB:
(193,178,139)
(76%,70%,55%)

RGB channels and saturation

R 193 of 255 = 76%
G 178 of 255 = 70%
B 139 of 255 = 55%

193
178
139

R + G + B ~ 67%. #C1B28B is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 178 + 139 = 510 (100%)
R 193 of 510 ~ 37.84%
G 178 of 510 ~ 34.9%
B 139 of 510 ~ 27.25%

%37.84
%34.9
%27.25

CMYK color model

#C1B28B color CMYK value is (0,8,28,24).

  • cyan value is 0.00%
  • magenta value is 7.77%
  • yellow value is 27.98%
  • key color value is 24.31%
CMYK:
(0,8,28,24)
C0M8Y28K24 
(0%,8%,28%,24%)
(0.00/0.08/0.28/0.24)	

CMYK percentages

%0
%7.77
%27.98
%24.31

Codes

Color #C1B28B in popluar color models

C1B28B
RGB193178139
HSL43°30.34%65.10%
HSB/HSV43°27.98%75.69%
CMYK0.00%7.77%27.98%
24.31%

Color #C1B28B in popluar number systems.

HEXC1B28B
Decimal193178139
Binary110000011011001010001011
Octal301262213

Shades and tints

Shades of #C1B28B

#C1B28B
(193,178,139)
#B0A27F
(176,162,127)
#9F9273
(159,146,115)
#8E8267
(142,130,103)
#7D725B
(125,114,91)
#6C624F
(108,98,79)
#5B5243
(91,82,67)
#4A4237
(74,66,55)
#39322B
(57,50,43)
#28221F
(40,34,31)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #C1B28B

#C1B28B
(193,178,139)
#C6B995
(198,185,149)
#CBC09F
(203,192,159)
#D0C7A9
(208,199,169)
#D5CEB3
(213,206,179)
#DAD5BD
(218,213,189)
#DFDCC7
(223,220,199)
#E4E3D1
(228,227,209)
#E9EADB
(233,234,219)
#EEF1E5
(238,241,229)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B28B color. Also use rgb(193,178,139) instead hex code.

Text Font Color

.myTextColor { color: #C1B28B; }

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

This text font color is #C1B28B.


Background Color

.myBgColor { background-color: #C1B28B; }

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

This div background color is #C1B28B.


Border color

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

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

This div border color is #C1B28B.


Opacity

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

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

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

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

This text has shadow with #C1B28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B28B on black background.


Color preview on white background

This text has color #C1B28B on white background.



Black color preview on #C1B28B background

This text has black color on #C1B28B background.


White color preview on #C1B28B background

This text has white color on #C1B28B background.