COLOR #C1BE9B

HEX: #C1BE9B
RGB: (193,190,155)

Color info

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

RGB color model

#C1BE9B color RGB value is (193,190,155).

  • red value is 193;
  • green value is 190;
  • blue value is 155.
RGB:
(193,190,155)
(76%,75%,61%)

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 155 of 255 = 61%

193
190
155

R + G + B ~ 71%. #C1BE9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 190 + 155 = 538 (100%)
R 193 of 538 ~ 35.87%
G 190 of 538 ~ 35.32%
B 155 of 538 ~ 28.81%

%35.87
%35.32
%28.81

CMYK color model

#C1BE9B color CMYK value is (0,2,20,24).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 19.69%
  • key color value is 24.31%
CMYK:
(0,2,20,24)
C0M2Y20K24 
(0%,2%,20%,24%)
(0.00/0.02/0.20/0.24)	

CMYK percentages

%0
%1.55
%19.69
%24.31

Codes

Color #C1BE9B in popluar color models

C1BE9B
RGB193190155
HSL55°23.46%68.24%
HSB/HSV55°19.69%75.69%
CMYK0.00%1.55%19.69%
24.31%

Color #C1BE9B in popluar number systems.

HEXC1BE9B
Decimal193190155
Binary110000011011111010011011
Octal301276233

Shades and tints

Shades of #C1BE9B

#C1BE9B
(193,190,155)
#B0AD8D
(176,173,141)
#9F9C7F
(159,156,127)
#8E8B71
(142,139,113)
#7D7A63
(125,122,99)
#6C6955
(108,105,85)
#5B5847
(91,88,71)
#4A4739
(74,71,57)
#39362B
(57,54,43)
#28251D
(40,37,29)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #C1BE9B

#C1BE9B
(193,190,155)
#C6C3A4
(198,195,164)
#CBC8AD
(203,200,173)
#D0CDB6
(208,205,182)
#D5D2BF
(213,210,191)
#DAD7C8
(218,215,200)
#DFDCD1
(223,220,209)
#E4E1DA
(228,225,218)
#E9E6E3
(233,230,227)
#EEEBEC
(238,235,236)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1BE9B color. Also use rgb(193,190,155) instead hex code.

Text Font Color

.myTextColor { color: #C1BE9B; }

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

This text font color is #C1BE9B.


Background Color

.myBgColor { background-color: #C1BE9B; }

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

This div background color is #C1BE9B.


Border color

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

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

This div border color is #C1BE9B.


Opacity

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

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

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

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

This text has shadow with #C1BE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BE9B on black background.


Color preview on white background

This text has color #C1BE9B on white background.



Black color preview on #C1BE9B background

This text has black color on #C1BE9B background.


White color preview on #C1BE9B background

This text has white color on #C1BE9B background.