COLOR #C4C4BA

HEX: #C4C4BA
RGB: (196,196,186)

Color info

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

RGB color model

#C4C4BA color RGB value is (196,196,186).

  • red value is 196;
  • green value is 196;
  • blue value is 186.
RGB:
(196,196,186)
(77%,77%,73%)

RGB channels and saturation

R 196 of 255 = 77%
G 196 of 255 = 77%
B 186 of 255 = 73%

196
196
186

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

Portions of RGB colors in percentages

R + G + B =
196 + 196 + 186 = 578 (100%)
R 196 of 578 ~ 33.91%
G 196 of 578 ~ 33.91%
B 186 of 578 ~ 32.18%

%33.91
%33.91
%32.18

CMYK color model

#C4C4BA color CMYK value is (0,0,5,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 23.14%
CMYK:
(0,0,5,23)
C0M0Y5K23 
(0%,0%,5%,23%)
(0.00/0.00/0.05/0.23)	

CMYK percentages

%0
%0
%5.1
%23.14

Codes

Color #C4C4BA in popluar color models

C4C4BA
RGB196196186
HSL60°7.81%74.90%
HSB/HSV60°5.10%76.86%
CMYK0.00%0.00%5.10%
23.14%

Color #C4C4BA in popluar number systems.

HEXC4C4BA
Decimal196196186
Binary110001001100010010111010
Octal304304272

Shades and tints

Shades of #C4C4BA

#C4C4BA
(196,196,186)
#B3B3AA
(179,179,170)
#A2A29A
(162,162,154)
#91918A
(145,145,138)
#80807A
(128,128,122)
#6F6F6A
(111,111,106)
#5E5E5A
(94,94,90)
#4D4D4A
(77,77,74)
#3C3C3A
(60,60,58)
#2B2B2A
(43,43,42)
#1A1A1A
(26,26,26)
#000000
(0,0,0)

Tints of #C4C4BA

#C4C4BA
(196,196,186)
#C9C9C0
(201,201,192)
#CECEC6
(206,206,198)
#D3D3CC
(211,211,204)
#D8D8D2
(216,216,210)
#DDDDD8
(221,221,216)
#E2E2DE
(226,226,222)
#E7E7E4
(231,231,228)
#ECECEA
(236,236,234)
#F1F1F0
(241,241,240)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C4BA; }

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

This text font color is #C4C4BA.


Background Color

.myBgColor { background-color: #C4C4BA; }

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

This div background color is #C4C4BA.


Border color

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

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

This div border color is #C4C4BA.


Opacity

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

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

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

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

This text has shadow with #C4C4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C4BA on black background.


Color preview on white background

This text has color #C4C4BA on white background.



Black color preview on #C4C4BA background

This text has black color on #C4C4BA background.


White color preview on #C4C4BA background

This text has white color on #C4C4BA background.