COLOR #C6CFB9

HEX: #C6CFB9
RGB: (198,207,185)

Color info

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

RGB color model

#C6CFB9 color RGB value is (198,207,185).

  • red value is 198;
  • green value is 207;
  • blue value is 185.
RGB:
(198,207,185)
(78%,81%,73%)

RGB channels and saturation

R 198 of 255 = 78%
G 207 of 255 = 81%
B 185 of 255 = 73%

198
207
185

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

Portions of RGB colors in percentages

R + G + B =
198 + 207 + 185 = 590 (100%)
R 198 of 590 ~ 33.56%
G 207 of 590 ~ 35.08%
B 185 of 590 ~ 31.36%

%33.56
%35.08
%31.36

CMYK color model

#C6CFB9 color CMYK value is (4,0,11,19).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 18.82%
CMYK:
(4,0,11,19)
C4M0Y11K19 
(4%,0%,11%,19%)
(0.04/0.00/0.11/0.19)	

CMYK percentages

%4.35
%0
%10.63
%18.82

Codes

Color #C6CFB9 in popluar color models

C6CFB9
RGB198207185
HSL85°18.64%76.86%
HSB/HSV85°10.63%81.18%
CMYK4.35%0.00%10.63%
18.82%

Color #C6CFB9 in popluar number systems.

HEXC6CFB9
Decimal198207185
Binary110001101100111110111001
Octal306317271

Shades and tints

Shades of #C6CFB9

#C6CFB9
(198,207,185)
#B4BDA9
(180,189,169)
#A2AB99
(162,171,153)
#909989
(144,153,137)
#7E8779
(126,135,121)
#6C7569
(108,117,105)
#5A6359
(90,99,89)
#485149
(72,81,73)
#363F39
(54,63,57)
#242D29
(36,45,41)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #C6CFB9

#C6CFB9
(198,207,185)
#CBD3BF
(203,211,191)
#D0D7C5
(208,215,197)
#D5DBCB
(213,219,203)
#DADFD1
(218,223,209)
#DFE3D7
(223,227,215)
#E4E7DD
(228,231,221)
#E9EBE3
(233,235,227)
#EEEFE9
(238,239,233)
#F3F3EF
(243,243,239)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CFB9 color. Also use rgb(198,207,185) instead hex code.

Text Font Color

.myTextColor { color: #C6CFB9; }

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

This text font color is #C6CFB9.


Background Color

.myBgColor { background-color: #C6CFB9; }

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

This div background color is #C6CFB9.


Border color

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

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

This div border color is #C6CFB9.


Opacity

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

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

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

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

This text has shadow with #C6CFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CFB9 on black background.


Color preview on white background

This text has color #C6CFB9 on white background.



Black color preview on #C6CFB9 background

This text has black color on #C6CFB9 background.


White color preview on #C6CFB9 background

This text has white color on #C6CFB9 background.