COLOR #C4C1C3

HEX: #C4C1C3 RGB: (196,193,195)

Color info

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

RGB color model

#C4C1C3 color RGB value is (196,193,195).

RGB: (196,193,195) (77%, 76%, 76%)

RGB channels and saturation

R 196 of 255 = 77%
G 193 of 255 = 76%
B 195 of 255 = 76%

196
193
195

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

Portions of RGB colors in percentages

R + G + B = 196 + 193 + 195 = 584 (100%)
R 196 of 584 ~ 33.56%
G 193 of 584 ~ 33.05%
B 195 of 584 ~ 33.39'%

%33.56
%33.05
%33.39

CMYK color model

#C4C1C3 color CMYK value is (0,2,1,23).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 0.51%
  • key color value is 23.14%

CMYK: (0,2,1,23)
C0M2Y1K23 (0%, 2%, 1%, 23%)
(0.00 / 0.02 / 0.01 / 0.23)

CMYK percentages

%0
%1.53
%0.51
%23.14

Codes

Color #C4C1C3 in popluar color models

C4 C1 C3
RGB 196 193 195
HSL 320° 2.48% 76.27%
HSB/HSV 320° 1.53% 76.86%
CMYK 0.00% 1.53% 0.51%
23.14%

Color #C4C1C3 in popluar number systems.

HEX C4 C1 C3
Decimal 196 193 195
Binary 11000100 11000001 11000011
Octal 304 301 303

Shades and tints

Shades of #C4C1C3

#C4C1C3
(196,193,195)
#B3B0B2
(179,176,178)
#A29FA1
(162,159,161)
#918E90
(145,142,144)
#807D7F
(128,125,127)
#6F6C6E
(111,108,110)
#5E5B5D
(94,91,93)
#4D4A4C
(77,74,76)
#3C393B
(60,57,59)
#2B282A
(43,40,42)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #C4C1C3

#C4C1C3
(196,193,195)
#C9C6C8
(201,198,200)
#CECBCD
(206,203,205)
#D3D0D2
(211,208,210)
#D8D5D7
(216,213,215)
#DDDADC
(221,218,220)
#E2DFE1
(226,223,225)
#E7E4E6
(231,228,230)
#ECE9EB
(236,233,235)
#F1EEF0
(241,238,240)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C1C3; }

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

This text font color is #C4C1C3.

Background Color

.myBgColor { background-color: #C4C1C3; }

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

This div background color is #C4C1C3.

Border color

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

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

This div border color is #C4C1C3.

Opacity

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

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

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

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

This text has shadow with #C4C1C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C1C3.

Preview

Color preview on black background

This text has color #C4C1C3 on black background.


Color preview on white background

This text has color #C4C1C3 on white background.


Black color preview on #C4C1C3 background

This text has black color on #C4C1C3 background.


White color preview on #C4C1C3 background

This text has white color on #C4C1C3 background.


Related colors

Complementary color

Complementary color for #hex is #3B3E3C.


I love getcolorcode.com

Triadic colors

1 #C3C4C1 and #C1C3C4 with #C4C1C3 are triadic colors.

2 #C3C1C4 and #C1C4C3 with #C4C1C3 are triadic colors.