COLOR #C4CAB1

HEX: #C4CAB1 RGB: (196,202,177)

Color info

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

RGB color model

#C4CAB1 color RGB value is (196,202,177).

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

RGB channels and saturation

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

196
202
177

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

Portions of RGB colors in percentages

R + G + B = 196 + 202 + 177 = 575 (100%)
R 196 of 575 ~ 34.09%
G 202 of 575 ~ 35.13%
B 177 of 575 ~ 30.78'%

%34.09
%35.13
%30.78

CMYK color model

#C4CAB1 color CMYK value is (3,0,12,21).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 20.78%

CMYK: (3,0,12,21)
C3M0Y12K21 (3%, 0%, 12%, 21%)
(0.03 / 0.00 / 0.12 / 0.21)

CMYK percentages

%2.97
%0
%12.38
%20.78

Codes

Color #C4CAB1 in popluar color models

C4 CA B1
RGB 196 202 177
HSL 74° 19.08% 74.31%
HSB/HSV 74° 12.38% 79.22%
CMYK 2.97% 0.00% 12.38%
20.78%

Color #C4CAB1 in popluar number systems.

HEX C4 CA B1
Decimal 196 202 177
Binary 11000100 11001010 10110001
Octal 304 312 261

Shades and tints

Shades of #C4CAB1

#C4CAB1
(196,202,177)
#B3B8A1
(179,184,161)
#A2A691
(162,166,145)
#919481
(145,148,129)
#808271
(128,130,113)
#6F7061
(111,112,97)
#5E5E51
(94,94,81)
#4D4C41
(77,76,65)
#3C3A31
(60,58,49)
#2B2821
(43,40,33)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #C4CAB1

#C4CAB1
(196,202,177)
#C9CEB8
(201,206,184)
#CED2BF
(206,210,191)
#D3D6C6
(211,214,198)
#D8DACD
(216,218,205)
#DDDED4
(221,222,212)
#E2E2DB
(226,226,219)
#E7E6E2
(231,230,226)
#ECEAE9
(236,234,233)
#F1EEF0
(241,238,240)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CAB1; }

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

This text font color is #C4CAB1.

Background Color

.myBgColor { background-color: #C4CAB1; }

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

This div background color is #C4CAB1.

Border color

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

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

This div border color is #C4CAB1.

Opacity

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

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

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

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

This text has shadow with #C4CAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CAB1.

Preview

Color preview on black background

This text has color #C4CAB1 on black background.


Color preview on white background

This text has color #C4CAB1 on white background.


Black color preview on #C4CAB1 background

This text has black color on #C4CAB1 background.


White color preview on #C4CAB1 background

This text has white color on #C4CAB1 background.


Related colors

Complementary color

Complementary color for #hex is #3B354E.


I love getcolorcode.com

Triadic colors

1 #B1C4CA and #CAB1C4 with #C4CAB1 are triadic colors.

2 #B1CAC4 and #CAC4B1 with #C4CAB1 are triadic colors.