COLOR #C4C6B5

HEX: #C4C6B5
RGB: (196,198,181)

Color info

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

RGB color model

#C4C6B5 color RGB value is (196,198,181).

  • red value is 196;
  • green value is 198;
  • blue value is 181.
RGB:
(196,198,181)
(77%,78%,71%)

RGB channels and saturation

R 196 of 255 = 77%
G 198 of 255 = 78%
B 181 of 255 = 71%

196
198
181

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

Portions of RGB colors in percentages

R + G + B =
196 + 198 + 181 = 575 (100%)
R 196 of 575 ~ 34.09%
G 198 of 575 ~ 34.43%
B 181 of 575 ~ 31.48%

%34.09
%34.43
%31.48

CMYK color model

#C4C6B5 color CMYK value is (1,0,9,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 22.35%
CMYK:
(1,0,9,22)
C1M0Y9K22 
(1%,0%,9%,22%)
(0.01/0.00/0.09/0.22)	

CMYK percentages

%1.01
%0
%8.59
%22.35

Codes

Color #C4C6B5 in popluar color models

C4C6B5
RGB196198181
HSL67°12.98%74.31%
HSB/HSV67°8.59%77.65%
CMYK1.01%0.00%8.59%
22.35%

Color #C4C6B5 in popluar number systems.

HEXC4C6B5
Decimal196198181
Binary110001001100011010110101
Octal304306265

Shades and tints

Shades of #C4C6B5

#C4C6B5
(196,198,181)
#B3B4A5
(179,180,165)
#A2A295
(162,162,149)
#919085
(145,144,133)
#807E75
(128,126,117)
#6F6C65
(111,108,101)
#5E5A55
(94,90,85)
#4D4845
(77,72,69)
#3C3635
(60,54,53)
#2B2425
(43,36,37)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #C4C6B5

#C4C6B5
(196,198,181)
#C9CBBB
(201,203,187)
#CED0C1
(206,208,193)
#D3D5C7
(211,213,199)
#D8DACD
(216,218,205)
#DDDFD3
(221,223,211)
#E2E4D9
(226,228,217)
#E7E9DF
(231,233,223)
#ECEEE5
(236,238,229)
#F1F3EB
(241,243,235)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C6B5; }

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

This text font color is #C4C6B5.


Background Color

.myBgColor { background-color: #C4C6B5; }

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

This div background color is #C4C6B5.


Border color

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

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

This div border color is #C4C6B5.


Opacity

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

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

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

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

This text has shadow with #C4C6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C6B5 on black background.


Color preview on white background

This text has color #C4C6B5 on white background.



Black color preview on #C4C6B5 background

This text has black color on #C4C6B5 background.


White color preview on #C4C6B5 background

This text has white color on #C4C6B5 background.