COLOR #C4CAB9

HEX: #C4CAB9 RGB: (196,202,185)

Color info

#C4CAB9 contains red, green and blue colors in about the same proportion. Web safe color of #C4CAB9 is #CCCCCC (or #CCC).

RGB color model

#C4CAB9 color RGB value is (196,202,185).

RGB: (196,202,185) (77%, 79%, 73%)

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 185 of 255 = 73%

196
202
185

R + G + B ~ 76%. #C4CAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 202 + 185 = 583 (100%)
R 196 of 583 ~ 33.62%
G 202 of 583 ~ 34.65%
B 185 of 583 ~ 31.73'%

%33.62
%34.65
%31.73

CMYK color model

#C4CAB9 color CMYK value is (3,0,8,21).

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

CMYK: (3,0,8,21)
C3M0Y8K21 (3%, 0%, 8%, 21%)
(0.03 / 0.00 / 0.08 / 0.21)

CMYK percentages

%2.97
%0
%8.42
%20.78

Codes

Color #C4CAB9 in popluar color models

C4 CA B9
RGB 196 202 185
HSL 81° 13.82% 75.88%
HSB/HSV 81° 8.42% 79.22%
CMYK 2.97% 0.00% 8.42%
20.78%

Color #C4CAB9 in popluar number systems.

HEX C4 CA B9
Decimal 196 202 185
Binary 11000100 11001010 10111001
Octal 304 312 271

Shades and tints

Shades of #C4CAB9

#C4CAB9
(196,202,185)
#B3B8A9
(179,184,169)
#A2A699
(162,166,153)
#919489
(145,148,137)
#808279
(128,130,121)
#6F7069
(111,112,105)
#5E5E59
(94,94,89)
#4D4C49
(77,76,73)
#3C3A39
(60,58,57)
#2B2829
(43,40,41)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #C4CAB9

#C4CAB9
(196,202,185)
#C9CEBF
(201,206,191)
#CED2C5
(206,210,197)
#D3D6CB
(211,214,203)
#D8DAD1
(216,218,209)
#DDDED7
(221,222,215)
#E2E2DD
(226,226,221)
#E7E6E3
(231,230,227)
#ECEAE9
(236,234,233)
#F1EEEF
(241,238,239)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CAB9; }

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

This text font color is #C4CAB9.

Background Color

.myBgColor { background-color: #C4CAB9; }

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

This div background color is #C4CAB9.

Border color

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

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

This div border color is #C4CAB9.

Opacity

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

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

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

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

This text has shadow with #C4CAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CAB9.

Preview

Color preview on black background

This text has color #C4CAB9 on black background.


Color preview on white background

This text has color #C4CAB9 on white background.


Black color preview on #C4CAB9 background

This text has black color on #C4CAB9 background.


White color preview on #C4CAB9 background

This text has white color on #C4CAB9 background.


Related colors

Complementary color

Complementary color for #hex is #3B3546.


I love getcolorcode.com

Triadic colors

1 #B9C4CA and #CAB9C4 with #C4CAB9 are triadic colors.

2 #B9CAC4 and #CAC4B9 with #C4CAB9 are triadic colors.