COLOR #C5C8B4

HEX: #C5C8B4 RGB: (197,200,180)

Color info

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

RGB color model

#C5C8B4 color RGB value is (197,200,180).

RGB: (197,200,180) (77%, 78%, 71%)

RGB channels and saturation

R 197 of 255 = 77%
G 200 of 255 = 78%
B 180 of 255 = 71%

197
200
180

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

Portions of RGB colors in percentages

R + G + B = 197 + 200 + 180 = 577 (100%)
R 197 of 577 ~ 34.14%
G 200 of 577 ~ 34.66%
B 180 of 577 ~ 31.2'%

%34.14
%34.66
%31.2

CMYK color model

#C5C8B4 color CMYK value is (1,0,10,22).

  • cyan value is 1.50%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 21.57%

CMYK: (1,0,10,22)
C1M0Y10K22 (1%, 0%, 10%, 22%)
(0.01 / 0.00 / 0.10 / 0.22)

CMYK percentages

%1.5
%0
%10
%21.57

Codes

Color #C5C8B4 in popluar color models

C5 C8 B4
RGB 197 200 180
HSL 69° 15.38% 74.51%
HSB/HSV 69° 10.00% 78.43%
CMYK 1.50% 0.00% 10.00%
21.57%

Color #C5C8B4 in popluar number systems.

HEX C5 C8 B4
Decimal 197 200 180
Binary 11000101 11001000 10110100
Octal 305 310 264

Shades and tints

Shades of #C5C8B4

#C5C8B4
(197,200,180)
#B4B6A4
(180,182,164)
#A3A494
(163,164,148)
#929284
(146,146,132)
#818074
(129,128,116)
#706E64
(112,110,100)
#5F5C54
(95,92,84)
#4E4A44
(78,74,68)
#3D3834
(61,56,52)
#2C2624
(44,38,36)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #C5C8B4

#C5C8B4
(197,200,180)
#CACDBA
(202,205,186)
#CFD2C0
(207,210,192)
#D4D7C6
(212,215,198)
#D9DCCC
(217,220,204)
#DEE1D2
(222,225,210)
#E3E6D8
(227,230,216)
#E8EBDE
(232,235,222)
#EDF0E4
(237,240,228)
#F2F5EA
(242,245,234)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C8B4 color. Also use rgb(197,200,180) instead hex code.

Text Font Color

.myTextColor { color: #C5C8B4; }

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

This text font color is #C5C8B4.

Background Color

.myBgColor { background-color: #C5C8B4; }

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

This div background color is #C5C8B4.

Border color

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

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

This div border color is #C5C8B4.

Opacity

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

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

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

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

This text has shadow with #C5C8B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C8B4.

Preview

Color preview on black background

This text has color #C5C8B4 on black background.


Color preview on white background

This text has color #C5C8B4 on white background.


Black color preview on #C5C8B4 background

This text has black color on #C5C8B4 background.


White color preview on #C5C8B4 background

This text has white color on #C5C8B4 background.


Related colors

Complementary color

Complementary color for #hex is #3A374B.


I love getcolorcode.com

Triadic colors

1 #B4C5C8 and #C8B4C5 with #C5C8B4 are triadic colors.

2 #B4C8C5 and #C8C5B4 with #C5C8B4 are triadic colors.