COLOR #C1B997

HEX: #C1B997 RGB: (193,185,151)

Color info

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

RGB color model

#C1B997 color RGB value is (193,185,151).

RGB: (193,185,151) (76%, 73%, 59%)

RGB channels and saturation

R 193 of 255 = 76%
G 185 of 255 = 73%
B 151 of 255 = 59%

193
185
151

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

Portions of RGB colors in percentages

R + G + B = 193 + 185 + 151 = 529 (100%)
R 193 of 529 ~ 36.48%
G 185 of 529 ~ 34.97%
B 151 of 529 ~ 28.54'%

%36.48
%34.97
%28.54

CMYK color model

#C1B997 color CMYK value is (0,4,22,24).

  • cyan value is 0.00%
  • magenta value is 4.15%
  • yellow value is 21.76%
  • key color value is 24.31%

CMYK: (0,4,22,24)
C0M4Y22K24 (0%, 4%, 22%, 24%)
(0.00 / 0.04 / 0.22 / 0.24)

CMYK percentages

%0
%4.15
%21.76
%24.31

Codes

Color #C1B997 in popluar color models

C1 B9 97
RGB 193 185 151
HSL 49° 25.30% 67.45%
HSB/HSV 49° 21.76% 75.69%
CMYK 0.00% 4.15% 21.76%
24.31%

Color #C1B997 in popluar number systems.

HEX C1 B9 97
Decimal 193 185 151
Binary 11000001 10111001 10010111
Octal 301 271 227

Shades and tints

Shades of #C1B997

#C1B997
(193,185,151)
#B0A98A
(176,169,138)
#9F997D
(159,153,125)
#8E8970
(142,137,112)
#7D7963
(125,121,99)
#6C6956
(108,105,86)
#5B5949
(91,89,73)
#4A493C
(74,73,60)
#39392F
(57,57,47)
#282922
(40,41,34)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #C1B997

#C1B997
(193,185,151)
#C6BFA0
(198,191,160)
#CBC5A9
(203,197,169)
#D0CBB2
(208,203,178)
#D5D1BB
(213,209,187)
#DAD7C4
(218,215,196)
#DFDDCD
(223,221,205)
#E4E3D6
(228,227,214)
#E9E9DF
(233,233,223)
#EEEFE8
(238,239,232)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B997 color. Also use rgb(193,185,151) instead hex code.

Text Font Color

.myTextColor { color: #C1B997; }

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

This text font color is #C1B997.

Background Color

.myBgColor { background-color: #C1B997; }

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

This div background color is #C1B997.

Border color

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

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

This div border color is #C1B997.

Opacity

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

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

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

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

This text has shadow with #C1B997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1B997.

Preview

Color preview on black background

This text has color #C1B997 on black background.


Color preview on white background

This text has color #C1B997 on white background.


Black color preview on #C1B997 background

This text has black color on #C1B997 background.


White color preview on #C1B997 background

This text has white color on #C1B997 background.


Related colors

Complementary color

Complementary color for #hex is #3E4668.


I love getcolorcode.com

Triadic colors

1 #97C1B9 and #B997C1 with #C1B997 are triadic colors.

2 #97B9C1 and #B9C197 with #C1B997 are triadic colors.