COLOR #C6CCB9

HEX: #C6CCB9 RGB: (198,204,185)

Color info

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

RGB color model

#C6CCB9 color RGB value is (198,204,185).

RGB: (198,204,185) (78%, 80%, 73%)

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 185 of 255 = 73%

198
204
185

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

Portions of RGB colors in percentages

R + G + B = 198 + 204 + 185 = 587 (100%)
R 198 of 587 ~ 33.73%
G 204 of 587 ~ 34.75%
B 185 of 587 ~ 31.52'%

%33.73
%34.75
%31.52

CMYK color model

#C6CCB9 color CMYK value is (3,0,9,20).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 9.31%
  • key color value is 20.00%
CMYK: (3,0,9,20) C3M0Y9K20 (3%,0%,9%,20%) (0.03/0.00/0.09/0.20) 

CMYK percentages

%2.94
%0
%9.31
%20

Codes

Color #C6CCB9 in popluar color models

C6 CC B9
RGB 198 204 185
HSL 79° 15.70% 76.27%
HSB/HSV 79° 9.31% 80.00%
CMYK 2.94% 0.00% 9.31%
20.00%

Color #C6CCB9 in popluar number systems.

HEX C6 CC B9
Decimal 198 204 185
Binary 11000110 11001100 10111001
Octal 306 314 271

Shades and tints

Shades of #C6CCB9

#C6CCB9
(198,204,185)
#B4BAA9
(180,186,169)
#A2A899
(162,168,153)
#909689
(144,150,137)
#7E8479
(126,132,121)
#6C7269
(108,114,105)
#5A6059
(90,96,89)
#484E49
(72,78,73)
#363C39
(54,60,57)
#242A29
(36,42,41)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #C6CCB9

#C6CCB9
(198,204,185)
#CBD0BF
(203,208,191)
#D0D4C5
(208,212,197)
#D5D8CB
(213,216,203)
#DADCD1
(218,220,209)
#DFE0D7
(223,224,215)
#E4E4DD
(228,228,221)
#E9E8E3
(233,232,227)
#EEECE9
(238,236,233)
#F3F0EF
(243,240,239)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CCB9; }

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

This text font color is #C6CCB9.

Background Color

.myBgColor { background-color: #C6CCB9; }

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

This div background color is #C6CCB9.

Border color

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

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

This div border color is #C6CCB9.

Opacity

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

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

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

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

This text has shadow with #C6CCB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CCB9.

Preview

Color preview on black background

This text has color #C6CCB9 on black background.


Color preview on white background

This text has color #C6CCB9 on white background.


Black color preview on #C6CCB9 background

This text has black color on #C6CCB9 background.


White color preview on #C6CCB9 background

This text has white color on #C6CCB9 background.


Related colors

Complementary color

Complementary color for #hex is #393346.


I love getcolorcode.com

Triadic colors

1 #B9C6CC and #CCB9C6 with #C6CCB9 are triadic colors.

2 #B9CCC6 and #CCC6B9 with #C6CCB9 are triadic colors.