COLOR #C4C4B1

HEX: #C4C4B1 RGB: (196,196,177)

Color info

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

RGB color model

#C4C4B1 color RGB value is (196,196,177).

RGB: (196,196,177) (77%, 77%, 69%)

RGB channels and saturation

R 196 of 255 = 77%
G 196 of 255 = 77%
B 177 of 255 = 69%

196
196
177

R + G + B ~ 74%. #C4C4B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 196 + 177 = 569 (100%)
R 196 of 569 ~ 34.45%
G 196 of 569 ~ 34.45%
B 177 of 569 ~ 31.11'%

%34.45
%34.45
%31.11

CMYK color model

#C4C4B1 color CMYK value is (0,0,10,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.69%
  • key color value is 23.14%

CMYK: (0,0,10,23)
C0M0Y10K23 (0%, 0%, 10%, 23%)
(0.00 / 0.00 / 0.10 / 0.23)

CMYK percentages

%0
%0
%9.69
%23.14

Codes

Color #C4C4B1 in popluar color models

C4 C4 B1
RGB 196 196 177
HSL 60° 13.87% 73.14%
HSB/HSV 60° 9.69% 76.86%
CMYK 0.00% 0.00% 9.69%
23.14%

Color #C4C4B1 in popluar number systems.

HEX C4 C4 B1
Decimal 196 196 177
Binary 11000100 11000100 10110001
Octal 304 304 261

Shades and tints

Shades of #C4C4B1

#C4C4B1
(196,196,177)
#B3B3A1
(179,179,161)
#A2A291
(162,162,145)
#919181
(145,145,129)
#808071
(128,128,113)
#6F6F61
(111,111,97)
#5E5E51
(94,94,81)
#4D4D41
(77,77,65)
#3C3C31
(60,60,49)
#2B2B21
(43,43,33)
#1A1A11
(26,26,17)
#000000
(0,0,0)

Tints of #C4C4B1

#C4C4B1
(196,196,177)
#C9C9B8
(201,201,184)
#CECEBF
(206,206,191)
#D3D3C6
(211,211,198)
#D8D8CD
(216,216,205)
#DDDDD4
(221,221,212)
#E2E2DB
(226,226,219)
#E7E7E2
(231,231,226)
#ECECE9
(236,236,233)
#F1F1F0
(241,241,240)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C4B1; }

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

This text font color is #C4C4B1.

Background Color

.myBgColor { background-color: #C4C4B1; }

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

This div background color is #C4C4B1.

Border color

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

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

This div border color is #C4C4B1.

Opacity

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

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

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

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

This text has shadow with #C4C4B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C4B1.

Preview

Color preview on black background

This text has color #C4C4B1 on black background.


Color preview on white background

This text has color #C4C4B1 on white background.


Black color preview on #C4C4B1 background

This text has black color on #C4C4B1 background.


White color preview on #C4C4B1 background

This text has white color on #C4C4B1 background.


Related colors

Complementary color

Complementary color for #C4C4B1 is #3B3B4E.


I love getcolorcode.com