COLOR #C5C7B2

HEX: #C5C7B2
RGB: (197,199,178)

Color info

#C5C7B2 contains red, green and blue colors in about the same proportion. Web safe color of #C5C7B2 is #CCCC99 (or #CC9).

RGB color model

#C5C7B2 color RGB value is (197,199,178).

  • red value is 197;
  • green value is 199;
  • blue value is 178.
RGB:
(197,199,178)
(77%,78%,70%)

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 178 of 255 = 70%

197
199
178

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

Portions of RGB colors in percentages

R + G + B =
197 + 199 + 178 = 574 (100%)
R 197 of 574 ~ 34.32%
G 199 of 574 ~ 34.67%
B 178 of 574 ~ 31.01%

%34.32
%34.67
%31.01

CMYK color model

#C5C7B2 color CMYK value is (1,0,11,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 10.55%
  • key color value is 21.96%
CMYK:
(1,0,11,22)
C1M0Y11K22 
(1%,0%,11%,22%)
(0.01/0.00/0.11/0.22)	

CMYK percentages

%1.01
%0
%10.55
%21.96

Codes

Color #C5C7B2 in popluar color models

C5C7B2
RGB197199178
HSL66°15.79%73.92%
HSB/HSV66°10.55%78.04%
CMYK1.01%0.00%10.55%
21.96%

Color #C5C7B2 in popluar number systems.

HEXC5C7B2
Decimal197199178
Binary110001011100011110110010
Octal305307262

Shades and tints

Shades of #C5C7B2

#C5C7B2
(197,199,178)
#B4B5A2
(180,181,162)
#A3A392
(163,163,146)
#929182
(146,145,130)
#817F72
(129,127,114)
#706D62
(112,109,98)
#5F5B52
(95,91,82)
#4E4942
(78,73,66)
#3D3732
(61,55,50)
#2C2522
(44,37,34)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #C5C7B2

#C5C7B2
(197,199,178)
#CACCB9
(202,204,185)
#CFD1C0
(207,209,192)
#D4D6C7
(212,214,199)
#D9DBCE
(217,219,206)
#DEE0D5
(222,224,213)
#E3E5DC
(227,229,220)
#E8EAE3
(232,234,227)
#EDEFEA
(237,239,234)
#F2F4F1
(242,244,241)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C7B2 color. Also use rgb(197,199,178) instead hex code.

Text Font Color

.myTextColor { color: #C5C7B2; }

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

This text font color is #C5C7B2.


Background Color

.myBgColor { background-color: #C5C7B2; }

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

This div background color is #C5C7B2.


Border color

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

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

This div border color is #C5C7B2.


Opacity

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

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

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

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

This text has shadow with #C5C7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C7B2 on black background.


Color preview on white background

This text has color #C5C7B2 on white background.



Black color preview on #C5C7B2 background

This text has black color on #C5C7B2 background.


White color preview on #C5C7B2 background

This text has white color on #C5C7B2 background.