COLOR #C4CAB5

HEX: #C4CAB5 RGB: (196,202,181)

Color info

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

RGB color model

#C4CAB5 color RGB value is (196,202,181).

RGB: (196,202,181) (77%, 79%, 71%)

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 181 of 255 = 71%

196
202
181

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

Portions of RGB colors in percentages

R + G + B = 196 + 202 + 181 = 579 (100%)
R 196 of 579 ~ 33.85%
G 202 of 579 ~ 34.89%
B 181 of 579 ~ 31.26'%

%33.85
%34.89
%31.26

CMYK color model

#C4CAB5 color CMYK value is (3,0,10,21).

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

CMYK: (3,0,10,21)
C3M0Y10K21 (3%, 0%, 10%, 21%)
(0.03 / 0.00 / 0.10 / 0.21)

CMYK percentages

%2.97
%0
%10.4
%20.78

Codes

Color #C4CAB5 in popluar color models

C4 CA B5
RGB 196 202 181
HSL 77° 16.54% 75.10%
HSB/HSV 77° 10.40% 79.22%
CMYK 2.97% 0.00% 10.40%
20.78%

Color #C4CAB5 in popluar number systems.

HEX C4 CA B5
Decimal 196 202 181
Binary 11000100 11001010 10110101
Octal 304 312 265

Shades and tints

Shades of #C4CAB5

#C4CAB5
(196,202,181)
#B3B8A5
(179,184,165)
#A2A695
(162,166,149)
#919485
(145,148,133)
#808275
(128,130,117)
#6F7065
(111,112,101)
#5E5E55
(94,94,85)
#4D4C45
(77,76,69)
#3C3A35
(60,58,53)
#2B2825
(43,40,37)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #C4CAB5

#C4CAB5
(196,202,181)
#C9CEBB
(201,206,187)
#CED2C1
(206,210,193)
#D3D6C7
(211,214,199)
#D8DACD
(216,218,205)
#DDDED3
(221,222,211)
#E2E2D9
(226,226,217)
#E7E6DF
(231,230,223)
#ECEAE5
(236,234,229)
#F1EEEB
(241,238,235)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CAB5; }

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

This text font color is #C4CAB5.

Background Color

.myBgColor { background-color: #C4CAB5; }

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

This div background color is #C4CAB5.

Border color

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

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

This div border color is #C4CAB5.

Opacity

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

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

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

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

This text has shadow with #C4CAB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CAB5.

Preview

Color preview on black background

This text has color #C4CAB5 on black background.


Color preview on white background

This text has color #C4CAB5 on white background.


Black color preview on #C4CAB5 background

This text has black color on #C4CAB5 background.


White color preview on #C4CAB5 background

This text has white color on #C4CAB5 background.


Related colors

Complementary color

Complementary color for #hex is #3B354A.


I love getcolorcode.com

Triadic colors

1 #B5C4CA and #CAB5C4 with #C4CAB5 are triadic colors.

2 #B5CAC4 and #CAC4B5 with #C4CAB5 are triadic colors.