COLOR #C5CFBE

HEX: #C5CFBE
RGB: (197,207,190)

Color info

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

RGB color model

#C5CFBE color RGB value is (197,207,190).

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

RGB channels and saturation

R 197 of 255 = 77%
G 207 of 255 = 81%
B 190 of 255 = 75%

197
207
190

R + G + B ~ 78%. #C5CFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 207 + 190 = 594 (100%)
R 197 of 594 ~ 33.16%
G 207 of 594 ~ 34.85%
B 190 of 594 ~ 31.99%

%33.16
%34.85
%31.99

CMYK color model

#C5CFBE color CMYK value is (5,0,8,19).

  • cyan value is 4.83%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 18.82%
CMYK:
(5,0,8,19)
C5M0Y8K19 
(5%,0%,8%,19%)
(0.05/0.00/0.08/0.19)	

CMYK percentages

%4.83
%0
%8.21
%18.82

Codes

Color #C5CFBE in popluar color models

C5CFBE
RGB197207190
HSL95°15.04%77.84%
HSB/HSV95°8.21%81.18%
CMYK4.83%0.00%8.21%
18.82%

Color #C5CFBE in popluar number systems.

HEXC5CFBE
Decimal197207190
Binary110001011100111110111110
Octal305317276

Shades and tints

Shades of #C5CFBE

#C5CFBE
(197,207,190)
#B4BDAD
(180,189,173)
#A3AB9C
(163,171,156)
#92998B
(146,153,139)
#81877A
(129,135,122)
#707569
(112,117,105)
#5F6358
(95,99,88)
#4E5147
(78,81,71)
#3D3F36
(61,63,54)
#2C2D25
(44,45,37)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #C5CFBE

#C5CFBE
(197,207,190)
#CAD3C3
(202,211,195)
#CFD7C8
(207,215,200)
#D4DBCD
(212,219,205)
#D9DFD2
(217,223,210)
#DEE3D7
(222,227,215)
#E3E7DC
(227,231,220)
#E8EBE1
(232,235,225)
#EDEFE6
(237,239,230)
#F2F3EB
(242,243,235)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CFBE; }

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

This text font color is #C5CFBE.


Background Color

.myBgColor { background-color: #C5CFBE; }

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

This div background color is #C5CFBE.


Border color

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

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

This div border color is #C5CFBE.


Opacity

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

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

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

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

This text has shadow with #C5CFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CFBE on black background.


Color preview on white background

This text has color #C5CFBE on white background.



Black color preview on #C5CFBE background

This text has black color on #C5CFBE background.


White color preview on #C5CFBE background

This text has white color on #C5CFBE background.