COLOR #C4C1CA

HEX: #C4C1CA RGB: (196,193,202)

Color info

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

RGB color model

#C4C1CA color RGB value is (196,193,202).

RGB: (196,193,202) (77%, 76%, 79%)

RGB channels and saturation

R 196 of 255 = 77%
G 193 of 255 = 76%
B 202 of 255 = 79%

196
193
202

R + G + B ~ 77%. #C4C1CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 193 + 202 = 591 (100%)
R 196 of 591 ~ 33.16%
G 193 of 591 ~ 32.66%
B 202 of 591 ~ 34.18'%

%33.16
%32.66
%34.18

CMYK color model

#C4C1CA color CMYK value is (3,4,0,21).

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

CMYK: (3,4,0,21)
C3M4Y0K21 (3%, 4%, 0%, 21%)
(0.03 / 0.04 / 0.00 / 0.21)

CMYK percentages

%2.97
%4.46
%0
%20.78

Codes

Color #C4C1CA in popluar color models

C4 C1 CA
RGB 196 193 202
HSL 260° 7.83% 77.45%
HSB/HSV 260° 4.46% 79.22%
CMYK 2.97% 4.46% 0.00%
20.78%

Color #C4C1CA in popluar number systems.

HEX C4 C1 CA
Decimal 196 193 202
Binary 11000100 11000001 11001010
Octal 304 301 312

Shades and tints

Shades of #C4C1CA

#C4C1CA
(196,193,202)
#B3B0B8
(179,176,184)
#A29FA6
(162,159,166)
#918E94
(145,142,148)
#807D82
(128,125,130)
#6F6C70
(111,108,112)
#5E5B5E
(94,91,94)
#4D4A4C
(77,74,76)
#3C393A
(60,57,58)
#2B2828
(43,40,40)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #C4C1CA

#C4C1CA
(196,193,202)
#C9C6CE
(201,198,206)
#CECBD2
(206,203,210)
#D3D0D6
(211,208,214)
#D8D5DA
(216,213,218)
#DDDADE
(221,218,222)
#E2DFE2
(226,223,226)
#E7E4E6
(231,228,230)
#ECE9EA
(236,233,234)
#F1EEEE
(241,238,238)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C1CA; }

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

This text font color is #C4C1CA.

Background Color

.myBgColor { background-color: #C4C1CA; }

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

This div background color is #C4C1CA.

Border color

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

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

This div border color is #C4C1CA.

Opacity

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

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

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

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

This text has shadow with #C4C1CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C1CA.

Preview

Color preview on black background

This text has color #C4C1CA on black background.


Color preview on white background

This text has color #C4C1CA on white background.


Black color preview on #C4C1CA background

This text has black color on #C4C1CA background.


White color preview on #C4C1CA background

This text has white color on #C4C1CA background.


Related colors

Complementary color

Complementary color for #hex is #3B3E35.


I love getcolorcode.com

Triadic colors

1 #CAC4C1 and #C1CAC4 with #C4C1CA are triadic colors.

2 #CAC1C4 and #C1C4CA with #C4C1CA are triadic colors.