COLOR #C5CFB7

HEX: #C5CFB7
RGB: (197,207,183)

Color info

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

RGB color model

#C5CFB7 color RGB value is (197,207,183).

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

RGB channels and saturation

R 197 of 255 = 77%
G 207 of 255 = 81%
B 183 of 255 = 72%

197
207
183

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

Portions of RGB colors in percentages

R + G + B =
197 + 207 + 183 = 587 (100%)
R 197 of 587 ~ 33.56%
G 207 of 587 ~ 35.26%
B 183 of 587 ~ 31.18%

%33.56
%35.26
%31.18

CMYK color model

#C5CFB7 color CMYK value is (5,0,12,19).

  • cyan value is 4.83%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 18.82%
CMYK: (5,0,12,19) C5M0Y12K19 (5%,0%,12%,19%) (0.05/0.00/0.12/0.19)

CMYK percentages

%4.83
%0
%11.59
%18.82

Codes

Color #C5CFB7 in popluar color models

C5CFB7
RGB197207183
HSL85°20.00%76.47%
HSB/HSV85°11.59%81.18%
CMYK4.83%0.00%11.59%
18.82%

Color #C5CFB7 in popluar number systems.

HEXC5CFB7
Decimal197207183
Binary110001011100111110110111
Octal305317267

Shades and tints

Shades of #C5CFB7

#C5CFB7
(197,207,183)
#B4BDA7
(180,189,167)
#A3AB97
(163,171,151)
#929987
(146,153,135)
#818777
(129,135,119)
#707567
(112,117,103)
#5F6357
(95,99,87)
#4E5147
(78,81,71)
#3D3F37
(61,63,55)
#2C2D27
(44,45,39)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #C5CFB7

#C5CFB7
(197,207,183)
#CAD3BD
(202,211,189)
#CFD7C3
(207,215,195)
#D4DBC9
(212,219,201)
#D9DFCF
(217,223,207)
#DEE3D5
(222,227,213)
#E3E7DB
(227,231,219)
#E8EBE1
(232,235,225)
#EDEFE7
(237,239,231)
#F2F3ED
(242,243,237)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CFB7; }

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

This text font color is #C5CFB7.


Background Color

.myBgColor { background-color: #C5CFB7; }

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

This div background color is #C5CFB7.


Border color

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

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

This div border color is #C5CFB7.


Opacity

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

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

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

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

This text has shadow with #C5CFB7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C5CFB7 on black background.


Color preview on white background

This text has color #C5CFB7 on white background.



Black color preview on #C5CFB7 background

This text has black color on #C5CFB7 background.


White color preview on #C5CFB7 background

This text has white color on #C5CFB7 background.