COLOR #C4CBAB

HEX: #C4CBAB
RGB: (196,203,171)

Color info

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

RGB color model

#C4CBAB color RGB value is (196,203,171).

  • red value is 196;
  • green value is 203;
  • blue value is 171.
RGB:
(196,203,171)
(77%,80%,67%)

RGB channels and saturation

R 196 of 255 = 77%
G 203 of 255 = 80%
B 171 of 255 = 67%

196
203
171

R + G + B ~ 75%. #C4CBAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 203 + 171 = 570 (100%)
R 196 of 570 ~ 34.39%
G 203 of 570 ~ 35.61%
B 171 of 570 ~ 30%

%34.39
%35.61
%30

CMYK color model

#C4CBAB color CMYK value is (3,0,16,20).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 20.39%
CMYK:
(3,0,16,20)
C3M0Y16K20 
(3%,0%,16%,20%)
(0.03/0.00/0.16/0.20)	

CMYK percentages

%3.45
%0
%15.76
%20.39

Codes

Color #C4CBAB in popluar color models

C4CBAB
RGB196203171
HSL73°23.53%73.33%
HSB/HSV73°15.76%79.61%
CMYK3.45%0.00%15.76%
20.39%

Color #C4CBAB in popluar number systems.

HEXC4CBAB
Decimal196203171
Binary110001001100101110101011
Octal304313253

Shades and tints

Shades of #C4CBAB

#C4CBAB
(196,203,171)
#B3B99C
(179,185,156)
#A2A78D
(162,167,141)
#91957E
(145,149,126)
#80836F
(128,131,111)
#6F7160
(111,113,96)
#5E5F51
(94,95,81)
#4D4D42
(77,77,66)
#3C3B33
(60,59,51)
#2B2924
(43,41,36)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #C4CBAB

#C4CBAB
(196,203,171)
#C9CFB2
(201,207,178)
#CED3B9
(206,211,185)
#D3D7C0
(211,215,192)
#D8DBC7
(216,219,199)
#DDDFCE
(221,223,206)
#E2E3D5
(226,227,213)
#E7E7DC
(231,231,220)
#ECEBE3
(236,235,227)
#F1EFEA
(241,239,234)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CBAB color. Also use rgb(196,203,171) instead hex code.

Text Font Color

.myTextColor { color: #C4CBAB; }

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

This text font color is #C4CBAB.


Background Color

.myBgColor { background-color: #C4CBAB; }

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

This div background color is #C4CBAB.


Border color

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

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

This div border color is #C4CBAB.


Opacity

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

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

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

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

This text has shadow with #C4CBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CBAB on black background.


Color preview on white background

This text has color #C4CBAB on white background.



Black color preview on #C4CBAB background

This text has black color on #C4CBAB background.


White color preview on #C4CBAB background

This text has white color on #C4CBAB background.