COLOR #C1B69B

HEX: #C1B69B
RGB: (193,182,155)

Color info

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

RGB color model

#C1B69B color RGB value is (193,182,155).

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

RGB channels and saturation

R 193 of 255 = 76%
G 182 of 255 = 71%
B 155 of 255 = 61%

193
182
155

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

Portions of RGB colors in percentages

R + G + B =
193 + 182 + 155 = 530 (100%)
R 193 of 530 ~ 36.42%
G 182 of 530 ~ 34.34%
B 155 of 530 ~ 29.25%

%36.42
%34.34
%29.25

CMYK color model

#C1B69B color CMYK value is (0,6,20,24).

  • cyan value is 0.00%
  • magenta value is 5.70%
  • yellow value is 19.69%
  • key color value is 24.31%
CMYK:
(0,6,20,24)
C0M6Y20K24 
(0%,6%,20%,24%)
(0.00/0.06/0.20/0.24)	

CMYK percentages

%0
%5.7
%19.69
%24.31

Codes

Color #C1B69B in popluar color models

C1B69B
RGB193182155
HSL43°23.46%68.24%
HSB/HSV43°19.69%75.69%
CMYK0.00%5.70%19.69%
24.31%

Color #C1B69B in popluar number systems.

HEXC1B69B
Decimal193182155
Binary110000011011011010011011
Octal301266233

Shades and tints

Shades of #C1B69B

#C1B69B
(193,182,155)
#B0A68D
(176,166,141)
#9F967F
(159,150,127)
#8E8671
(142,134,113)
#7D7663
(125,118,99)
#6C6655
(108,102,85)
#5B5647
(91,86,71)
#4A4639
(74,70,57)
#39362B
(57,54,43)
#28261D
(40,38,29)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #C1B69B

#C1B69B
(193,182,155)
#C6BCA4
(198,188,164)
#CBC2AD
(203,194,173)
#D0C8B6
(208,200,182)
#D5CEBF
(213,206,191)
#DAD4C8
(218,212,200)
#DFDAD1
(223,218,209)
#E4E0DA
(228,224,218)
#E9E6E3
(233,230,227)
#EEECEC
(238,236,236)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B69B; }

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

This text font color is #C1B69B.


Background Color

.myBgColor { background-color: #C1B69B; }

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

This div background color is #C1B69B.


Border color

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

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

This div border color is #C1B69B.


Opacity

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

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

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

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

This text has shadow with #C1B69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B69B on black background.


Color preview on white background

This text has color #C1B69B on white background.



Black color preview on #C1B69B background

This text has black color on #C1B69B background.


White color preview on #C1B69B background

This text has white color on #C1B69B background.