COLOR #C6CFB2

HEX: #C6CFB2
RGB: (198,207,178)

Color info

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

RGB color model

#C6CFB2 color RGB value is (198,207,178).

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

RGB channels and saturation

R 198 of 255 = 78%
G 207 of 255 = 81%
B 178 of 255 = 70%

198
207
178

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

Portions of RGB colors in percentages

R + G + B =
198 + 207 + 178 = 583 (100%)
R 198 of 583 ~ 33.96%
G 207 of 583 ~ 35.51%
B 178 of 583 ~ 30.53%

%33.96
%35.51
%30.53

CMYK color model

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

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 14.01%
  • 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.01
%18.82

Codes

Color #C6CFB2 in popluar color models

C6CFB2
RGB198207178
HSL79°23.20%75.49%
HSB/HSV79°14.01%81.18%
CMYK4.35%0.00%14.01%
18.82%

Color #C6CFB2 in popluar number systems.

HEXC6CFB2
Decimal198207178
Binary110001101100111110110010
Octal306317262

Shades and tints

Shades of #C6CFB2

#C6CFB2
(198,207,178)
#B4BDA2
(180,189,162)
#A2AB92
(162,171,146)
#909982
(144,153,130)
#7E8772
(126,135,114)
#6C7562
(108,117,98)
#5A6352
(90,99,82)
#485142
(72,81,66)
#363F32
(54,63,50)
#242D22
(36,45,34)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #C6CFB2

#C6CFB2
(198,207,178)
#CBD3B9
(203,211,185)
#D0D7C0
(208,215,192)
#D5DBC7
(213,219,199)
#DADFCE
(218,223,206)
#DFE3D5
(223,227,213)
#E4E7DC
(228,231,220)
#E9EBE3
(233,235,227)
#EEEFEA
(238,239,234)
#F3F3F1
(243,243,241)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CFB2; }

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

This text font color is #C6CFB2.


Background Color

.myBgColor { background-color: #C6CFB2; }

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

This div background color is #C6CFB2.


Border color

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

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

This div border color is #C6CFB2.


Opacity

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

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

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

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

This text has shadow with #C6CFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CFB2 on black background.


Color preview on white background

This text has color #C6CFB2 on white background.



Black color preview on #C6CFB2 background

This text has black color on #C6CFB2 background.


White color preview on #C6CFB2 background

This text has white color on #C6CFB2 background.