COLOR #C6CFB1

HEX: #C6CFB1
RGB: (198,207,177)

Color info

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

RGB color model

#C6CFB1 color RGB value is (198,207,177).

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

RGB channels and saturation

R 198 of 255 = 78%
G 207 of 255 = 81%
B 177 of 255 = 69%

198
207
177

R + G + B ~ 76%. #C6CFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 207 + 177 = 582 (100%)
R 198 of 582 ~ 34.02%
G 207 of 582 ~ 35.57%
B 177 of 582 ~ 30.41%

%34.02
%35.57
%30.41

CMYK color model

#C6CFB1 color CMYK value is (4,0,14,19).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 18.82%
CMYK:
(4,0,14,19)
C4M0Y14K19 
(4%,0%,14%,19%)
(0.04/0.00/0.14/0.19)	

CMYK percentages

%4.35
%0
%14.49
%18.82

Codes

Color #C6CFB1 in popluar color models

C6CFB1
RGB198207177
HSL78°23.81%75.29%
HSB/HSV78°14.49%81.18%
CMYK4.35%0.00%14.49%
18.82%

Color #C6CFB1 in popluar number systems.

HEXC6CFB1
Decimal198207177
Binary110001101100111110110001
Octal306317261

Shades and tints

Shades of #C6CFB1

#C6CFB1
(198,207,177)
#B4BDA1
(180,189,161)
#A2AB91
(162,171,145)
#909981
(144,153,129)
#7E8771
(126,135,113)
#6C7561
(108,117,97)
#5A6351
(90,99,81)
#485141
(72,81,65)
#363F31
(54,63,49)
#242D21
(36,45,33)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #C6CFB1

#C6CFB1
(198,207,177)
#CBD3B8
(203,211,184)
#D0D7BF
(208,215,191)
#D5DBC6
(213,219,198)
#DADFCD
(218,223,205)
#DFE3D4
(223,227,212)
#E4E7DB
(228,231,219)
#E9EBE2
(233,235,226)
#EEEFE9
(238,239,233)
#F3F3F0
(243,243,240)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CFB1; }

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

This text font color is #C6CFB1.


Background Color

.myBgColor { background-color: #C6CFB1; }

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

This div background color is #C6CFB1.


Border color

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

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

This div border color is #C6CFB1.


Opacity

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

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

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

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

This text has shadow with #C6CFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CFB1 on black background.


Color preview on white background

This text has color #C6CFB1 on white background.



Black color preview on #C6CFB1 background

This text has black color on #C6CFB1 background.


White color preview on #C6CFB1 background

This text has white color on #C6CFB1 background.