COLOR #C4C5BE

HEX: #C4C5BE RGB: (196,197,190)

Color info

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

RGB color model

#C4C5BE color RGB value is (196,197,190).

RGB: (196,197,190) (77%, 77%, 75%)

RGB channels and saturation

R 196 of 255 = 77%
G 197 of 255 = 77%
B 190 of 255 = 75%

196
197
190

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

Portions of RGB colors in percentages

R + G + B = 196 + 197 + 190 = 583 (100%)
R 196 of 583 ~ 33.62%
G 197 of 583 ~ 33.79%
B 190 of 583 ~ 32.59'%

%33.62
%33.79
%32.59

CMYK color model

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

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 22.75%

CMYK: (1,0,4,23)
C1M0Y4K23 (1%, 0%, 4%, 23%)
(0.01 / 0.00 / 0.04 / 0.23)

CMYK percentages

%0.51
%0
%3.55
%22.75

Codes

Color #C4C5BE in popluar color models

C4 C5 BE
RGB 196 197 190
HSL 69° 5.69% 75.88%
HSB/HSV 69° 3.55% 77.25%
CMYK 0.51% 0.00% 3.55%
22.75%

Color #C4C5BE in popluar number systems.

HEX C4 C5 BE
Decimal 196 197 190
Binary 11000100 11000101 10111110
Octal 304 305 276

Shades and tints

Shades of #C4C5BE

#C4C5BE
(196,197,190)
#B3B4AD
(179,180,173)
#A2A39C
(162,163,156)
#91928B
(145,146,139)
#80817A
(128,129,122)
#6F7069
(111,112,105)
#5E5F58
(94,95,88)
#4D4E47
(77,78,71)
#3C3D36
(60,61,54)
#2B2C25
(43,44,37)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #C4C5BE

#C4C5BE
(196,197,190)
#C9CAC3
(201,202,195)
#CECFC8
(206,207,200)
#D3D4CD
(211,212,205)
#D8D9D2
(216,217,210)
#DDDED7
(221,222,215)
#E2E3DC
(226,227,220)
#E7E8E1
(231,232,225)
#ECEDE6
(236,237,230)
#F1F2EB
(241,242,235)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C5BE; }

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

This text font color is #C4C5BE.

Background Color

.myBgColor { background-color: #C4C5BE; }

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

This div background color is #C4C5BE.

Border color

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

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

This div border color is #C4C5BE.

Opacity

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

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

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

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

This text has shadow with #C4C5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C5BE.

Preview

Color preview on black background

This text has color #C4C5BE on black background.


Color preview on white background

This text has color #C4C5BE on white background.


Black color preview on #C4C5BE background

This text has black color on #C4C5BE background.


White color preview on #C4C5BE background

This text has white color on #C4C5BE background.


Related colors

Complementary color

Complementary color for #hex is #3B3A41.


I love getcolorcode.com

Triadic colors

1 #BEC4C5 and #C5BEC4 with #C4C5BE are triadic colors.

2 #BEC5C4 and #C5C4BE with #C4C5BE are triadic colors.