COLOR #C4BB9E

HEX: #C4BB9E RGB: (196,187,158)

Color info

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

RGB color model

#C4BB9E color RGB value is (196,187,158).

RGB: (196,187,158) (77%, 73%, 62%)

RGB channels and saturation

R 196 of 255 = 77%
G 187 of 255 = 73%
B 158 of 255 = 62%

196
187
158

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

Portions of RGB colors in percentages

R + G + B = 196 + 187 + 158 = 541 (100%)
R 196 of 541 ~ 36.23%
G 187 of 541 ~ 34.57%
B 158 of 541 ~ 29.21'%

%36.23
%34.57
%29.21

CMYK color model

#C4BB9E color CMYK value is (0,5,19,23).

  • cyan value is 0.00%
  • magenta value is 4.59%
  • yellow value is 19.39%
  • key color value is 23.14%

CMYK: (0,5,19,23)
C0M5Y19K23 (0%, 5%, 19%, 23%)
(0.00 / 0.05 / 0.19 / 0.23)

CMYK percentages

%0
%4.59
%19.39
%23.14

Codes

Color #C4BB9E in popluar color models

C4 BB 9E
RGB 196 187 158
HSL 46° 24.36% 69.41%
HSB/HSV 46° 19.39% 76.86%
CMYK 0.00% 4.59% 19.39%
23.14%

Color #C4BB9E in popluar number systems.

HEX C4 BB 9E
Decimal 196 187 158
Binary 11000100 10111011 10011110
Octal 304 273 236

Shades and tints

Shades of #C4BB9E

#C4BB9E
(196,187,158)
#B3AA90
(179,170,144)
#A29982
(162,153,130)
#918874
(145,136,116)
#807766
(128,119,102)
#6F6658
(111,102,88)
#5E554A
(94,85,74)
#4D443C
(77,68,60)
#3C332E
(60,51,46)
#2B2220
(43,34,32)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #C4BB9E

#C4BB9E
(196,187,158)
#C9C1A6
(201,193,166)
#CEC7AE
(206,199,174)
#D3CDB6
(211,205,182)
#D8D3BE
(216,211,190)
#DDD9C6
(221,217,198)
#E2DFCE
(226,223,206)
#E7E5D6
(231,229,214)
#ECEBDE
(236,235,222)
#F1F1E6
(241,241,230)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BB9E color. Also use rgb(196,187,158) instead hex code.

Text Font Color

.myTextColor { color: #C4BB9E; }

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

This text font color is #C4BB9E.

Background Color

.myBgColor { background-color: #C4BB9E; }

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

This div background color is #C4BB9E.

Border color

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

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

This div border color is #C4BB9E.

Opacity

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

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

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

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

This text has shadow with #C4BB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BB9E.

Preview

Color preview on black background

This text has color #C4BB9E on black background.


Color preview on white background

This text has color #C4BB9E on white background.


Black color preview on #C4BB9E background

This text has black color on #C4BB9E background.


White color preview on #C4BB9E background

This text has white color on #C4BB9E background.


Related colors

Complementary color

Complementary color for #hex is #3B4461.


I love getcolorcode.com

Triadic colors

1 #9EC4BB and #BB9EC4 with #C4BB9E are triadic colors.

2 #9EBBC4 and #BBC49E with #C4BB9E are triadic colors.