COLOR #C1BE8E

HEX: #C1BE8E
RGB: (193,190,142)

Color info

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

RGB color model

#C1BE8E color RGB value is (193,190,142).

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

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 142 of 255 = 56%

193
190
142

R + G + B ~ 69%. #C1BE8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 190 + 142 = 525 (100%)
R 193 of 525 ~ 36.76%
G 190 of 525 ~ 36.19%
B 142 of 525 ~ 27.05%

%36.76
%36.19
%27.05

CMYK color model

#C1BE8E color CMYK value is (0,2,26,24).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 26.42%
  • key color value is 24.31%
CMYK:
(0,2,26,24)
C0M2Y26K24 
(0%,2%,26%,24%)
(0.00/0.02/0.26/0.24)	

CMYK percentages

%0
%1.55
%26.42
%24.31

Codes

Color #C1BE8E in popluar color models

C1BE8E
RGB193190142
HSL56°29.14%65.69%
HSB/HSV56°26.42%75.69%
CMYK0.00%1.55%26.42%
24.31%

Color #C1BE8E in popluar number systems.

HEXC1BE8E
Decimal193190142
Binary110000011011111010001110
Octal301276216

Shades and tints

Shades of #C1BE8E

#C1BE8E
(193,190,142)
#B0AD82
(176,173,130)
#9F9C76
(159,156,118)
#8E8B6A
(142,139,106)
#7D7A5E
(125,122,94)
#6C6952
(108,105,82)
#5B5846
(91,88,70)
#4A473A
(74,71,58)
#39362E
(57,54,46)
#282522
(40,37,34)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #C1BE8E

#C1BE8E
(193,190,142)
#C6C398
(198,195,152)
#CBC8A2
(203,200,162)
#D0CDAC
(208,205,172)
#D5D2B6
(213,210,182)
#DAD7C0
(218,215,192)
#DFDCCA
(223,220,202)
#E4E1D4
(228,225,212)
#E9E6DE
(233,230,222)
#EEEBE8
(238,235,232)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BE8E; }

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

This text font color is #C1BE8E.


Background Color

.myBgColor { background-color: #C1BE8E; }

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

This div background color is #C1BE8E.


Border color

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

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

This div border color is #C1BE8E.


Opacity

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

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

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

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

This text has shadow with #C1BE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BE8E on black background.


Color preview on white background

This text has color #C1BE8E on white background.



Black color preview on #C1BE8E background

This text has black color on #C1BE8E background.


White color preview on #C1BE8E background

This text has white color on #C1BE8E background.