COLOR #C5CFBD

HEX: #C5CFBD
RGB: (197,207,189)

Color info

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

RGB color model

#C5CFBD color RGB value is (197,207,189).

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

RGB channels and saturation

R 197 of 255 = 77%
G 207 of 255 = 81%
B 189 of 255 = 74%

197
207
189

R + G + B ~ 77%. #C5CFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 207 + 189 = 593 (100%)
R 197 of 593 ~ 33.22%
G 207 of 593 ~ 34.91%
B 189 of 593 ~ 31.87%

%33.22
%34.91
%31.87

CMYK color model

#C5CFBD color CMYK value is (5,0,9,19).

  • cyan value is 4.83%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 18.82%
CMYK:
(5,0,9,19)
C5M0Y9K19 
(5%,0%,9%,19%)
(0.05/0.00/0.09/0.19)	

CMYK percentages

%4.83
%0
%8.7
%18.82

Codes

Color #C5CFBD in popluar color models

C5CFBD
RGB197207189
HSL93°15.79%77.65%
HSB/HSV93°8.70%81.18%
CMYK4.83%0.00%8.70%
18.82%

Color #C5CFBD in popluar number systems.

HEXC5CFBD
Decimal197207189
Binary110001011100111110111101
Octal305317275

Shades and tints

Shades of #C5CFBD

#C5CFBD
(197,207,189)
#B4BDAC
(180,189,172)
#A3AB9B
(163,171,155)
#92998A
(146,153,138)
#818779
(129,135,121)
#707568
(112,117,104)
#5F6357
(95,99,87)
#4E5146
(78,81,70)
#3D3F35
(61,63,53)
#2C2D24
(44,45,36)
#1B1B13
(27,27,19)
#000000
(0,0,0)

Tints of #C5CFBD

#C5CFBD
(197,207,189)
#CAD3C3
(202,211,195)
#CFD7C9
(207,215,201)
#D4DBCF
(212,219,207)
#D9DFD5
(217,223,213)
#DEE3DB
(222,227,219)
#E3E7E1
(227,231,225)
#E8EBE7
(232,235,231)
#EDEFED
(237,239,237)
#F2F3F3
(242,243,243)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CFBD; }

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

This text font color is #C5CFBD.


Background Color

.myBgColor { background-color: #C5CFBD; }

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

This div background color is #C5CFBD.


Border color

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

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

This div border color is #C5CFBD.


Opacity

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

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

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

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

This text has shadow with #C5CFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CFBD on black background.


Color preview on white background

This text has color #C5CFBD on white background.



Black color preview on #C5CFBD background

This text has black color on #C5CFBD background.


White color preview on #C5CFBD background

This text has white color on #C5CFBD background.