COLOR #C5CAB2

HEX: #C5CAB2 RGB: (197,202,178)

Color info

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

RGB color model

#C5CAB2 color RGB value is (197,202,178).

RGB: (197,202,178) (77%, 79%, 70%)

RGB channels and saturation

R 197 of 255 = 77%
G 202 of 255 = 79%
B 178 of 255 = 70%

197
202
178

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

Portions of RGB colors in percentages

R + G + B = 197 + 202 + 178 = 577 (100%)
R 197 of 577 ~ 34.14%
G 202 of 577 ~ 35.01%
B 178 of 577 ~ 30.85'%

%34.14
%35.01
%30.85

CMYK color model

#C5CAB2 color CMYK value is (2,0,12,21).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 11.88%
  • key color value is 20.78%

CMYK: (2,0,12,21)
C2M0Y12K21 (2%, 0%, 12%, 21%)
(0.02 / 0.00 / 0.12 / 0.21)

CMYK percentages

%2.48
%0
%11.88
%20.78

Codes

Color #C5CAB2 in popluar color models

C5 CA B2
RGB 197 202 178
HSL 73° 18.46% 74.51%
HSB/HSV 73° 11.88% 79.22%
CMYK 2.48% 0.00% 11.88%
20.78%

Color #C5CAB2 in popluar number systems.

HEX C5 CA B2
Decimal 197 202 178
Binary 11000101 11001010 10110010
Octal 305 312 262

Shades and tints

Shades of #C5CAB2

#C5CAB2
(197,202,178)
#B4B8A2
(180,184,162)
#A3A692
(163,166,146)
#929482
(146,148,130)
#818272
(129,130,114)
#707062
(112,112,98)
#5F5E52
(95,94,82)
#4E4C42
(78,76,66)
#3D3A32
(61,58,50)
#2C2822
(44,40,34)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #C5CAB2

#C5CAB2
(197,202,178)
#CACEB9
(202,206,185)
#CFD2C0
(207,210,192)
#D4D6C7
(212,214,199)
#D9DACE
(217,218,206)
#DEDED5
(222,222,213)
#E3E2DC
(227,226,220)
#E8E6E3
(232,230,227)
#EDEAEA
(237,234,234)
#F2EEF1
(242,238,241)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CAB2 color. Also use rgb(197,202,178) instead hex code.

Text Font Color

.myTextColor { color: #C5CAB2; }

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

This text font color is #C5CAB2.

Background Color

.myBgColor { background-color: #C5CAB2; }

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

This div background color is #C5CAB2.

Border color

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

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

This div border color is #C5CAB2.

Opacity

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

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

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

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

This text has shadow with #C5CAB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CAB2.

Preview

Color preview on black background

This text has color #C5CAB2 on black background.


Color preview on white background

This text has color #C5CAB2 on white background.


Black color preview on #C5CAB2 background

This text has black color on #C5CAB2 background.


White color preview on #C5CAB2 background

This text has white color on #C5CAB2 background.


Related colors

Complementary color

Complementary color for #hex is #3A354D.


I love getcolorcode.com

Triadic colors

1 #B2C5CA and #CAB2C5 with #C5CAB2 are triadic colors.

2 #B2CAC5 and #CAC5B2 with #C5CAB2 are triadic colors.