COLOR #C6CBB7

HEX: #C6CBB7
RGB: (198,203,183)

Color info

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

RGB color model

#C6CBB7 color RGB value is (198,203,183).

  • red value is 198;
  • green value is 203;
  • blue value is 183.
RGB:
(198,203,183)
(78%,80%,72%)

RGB channels and saturation

R 198 of 255 = 78%
G 203 of 255 = 80%
B 183 of 255 = 72%

198
203
183

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

Portions of RGB colors in percentages

R + G + B =
198 + 203 + 183 = 584 (100%)
R 198 of 584 ~ 33.9%
G 203 of 584 ~ 34.76%
B 183 of 584 ~ 31.34%

%33.9
%34.76
%31.34

CMYK color model

#C6CBB7 color CMYK value is (2,0,10,20).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 9.85%
  • key color value is 20.39%
CMYK:
(2,0,10,20)
C2M0Y10K20 
(2%,0%,10%,20%)
(0.02/0.00/0.10/0.20)	

CMYK percentages

%2.46
%0
%9.85
%20.39

Codes

Color #C6CBB7 in popluar color models

C6CBB7
RGB198203183
HSL75°16.13%75.69%
HSB/HSV75°9.85%79.61%
CMYK2.46%0.00%9.85%
20.39%

Color #C6CBB7 in popluar number systems.

HEXC6CBB7
Decimal198203183
Binary110001101100101110110111
Octal306313267

Shades and tints

Shades of #C6CBB7

#C6CBB7
(198,203,183)
#B4B9A7
(180,185,167)
#A2A797
(162,167,151)
#909587
(144,149,135)
#7E8377
(126,131,119)
#6C7167
(108,113,103)
#5A5F57
(90,95,87)
#484D47
(72,77,71)
#363B37
(54,59,55)
#242927
(36,41,39)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #C6CBB7

#C6CBB7
(198,203,183)
#CBCFBD
(203,207,189)
#D0D3C3
(208,211,195)
#D5D7C9
(213,215,201)
#DADBCF
(218,219,207)
#DFDFD5
(223,223,213)
#E4E3DB
(228,227,219)
#E9E7E1
(233,231,225)
#EEEBE7
(238,235,231)
#F3EFED
(243,239,237)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CBB7 color. Also use rgb(198,203,183) instead hex code.

Text Font Color

.myTextColor { color: #C6CBB7; }

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

This text font color is #C6CBB7.


Background Color

.myBgColor { background-color: #C6CBB7; }

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

This div background color is #C6CBB7.


Border color

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

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

This div border color is #C6CBB7.


Opacity

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

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

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

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

This text has shadow with #C6CBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CBB7 on black background.


Color preview on white background

This text has color #C6CBB7 on white background.



Black color preview on #C6CBB7 background

This text has black color on #C6CBB7 background.


White color preview on #C6CBB7 background

This text has white color on #C6CBB7 background.