COLOR #C4C4BD

HEX: #C4C4BD
RGB: (196,196,189)

Color info

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

RGB color model

#C4C4BD color RGB value is (196,196,189).

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

RGB channels and saturation

R 196 of 255 = 77%
G 196 of 255 = 77%
B 189 of 255 = 74%

196
196
189

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

Portions of RGB colors in percentages

R + G + B =
196 + 196 + 189 = 581 (100%)
R 196 of 581 ~ 33.73%
G 196 of 581 ~ 33.73%
B 189 of 581 ~ 32.53%

%33.73
%33.73
%32.53

CMYK color model

#C4C4BD color CMYK value is (0,0,4,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 23.14%
CMYK:
(0,0,4,23)
C0M0Y4K23 
(0%,0%,4%,23%)
(0.00/0.00/0.04/0.23)	

CMYK percentages

%0
%0
%3.57
%23.14

Codes

Color #C4C4BD in popluar color models

C4C4BD
RGB196196189
HSL60°5.60%75.49%
HSB/HSV60°3.57%76.86%
CMYK0.00%0.00%3.57%
23.14%

Color #C4C4BD in popluar number systems.

HEXC4C4BD
Decimal196196189
Binary110001001100010010111101
Octal304304275

Shades and tints

Shades of #C4C4BD

#C4C4BD
(196,196,189)
#B3B3AC
(179,179,172)
#A2A29B
(162,162,155)
#91918A
(145,145,138)
#808079
(128,128,121)
#6F6F68
(111,111,104)
#5E5E57
(94,94,87)
#4D4D46
(77,77,70)
#3C3C35
(60,60,53)
#2B2B24
(43,43,36)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #C4C4BD

#C4C4BD
(196,196,189)
#C9C9C3
(201,201,195)
#CECEC9
(206,206,201)
#D3D3CF
(211,211,207)
#D8D8D5
(216,216,213)
#DDDDDB
(221,221,219)
#E2E2E1
(226,226,225)
#E7E7E7
(231,231,231)
#ECECED
(236,236,237)
#F1F1F3
(241,241,243)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C4BD; }

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

This text font color is #C4C4BD.


Background Color

.myBgColor { background-color: #C4C4BD; }

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

This div background color is #C4C4BD.


Border color

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

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

This div border color is #C4C4BD.


Opacity

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

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

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

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

This text has shadow with #C4C4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C4BD on black background.


Color preview on white background

This text has color #C4C4BD on white background.



Black color preview on #C4C4BD background

This text has black color on #C4C4BD background.


White color preview on #C4C4BD background

This text has white color on #C4C4BD background.