COLOR #C6CABB

HEX: #C6CABB RGB: (198,202,187)

Color info

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

RGB color model

#C6CABB color RGB value is (198,202,187).

RGB: (198,202,187) (78%, 79%, 73%)

RGB channels and saturation

R 198 of 255 = 78%
G 202 of 255 = 79%
B 187 of 255 = 73%

198
202
187

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

Portions of RGB colors in percentages

R + G + B = 198 + 202 + 187 = 587 (100%)
R 198 of 587 ~ 33.73%
G 202 of 587 ~ 34.41%
B 187 of 587 ~ 31.86'%

%33.73
%34.41
%31.86

CMYK color model

#C6CABB color CMYK value is (2,0,7,21).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 20.78%

CMYK: (2,0,7,21)
C2M0Y7K21 (2%, 0%, 7%, 21%)
(0.02 / 0.00 / 0.07 / 0.21)

CMYK percentages

%1.98
%0
%7.43
%20.78

Codes

Color #C6CABB in popluar color models

C6 CA BB
RGB 198 202 187
HSL 76° 12.40% 76.27%
HSB/HSV 76° 7.43% 79.22%
CMYK 1.98% 0.00% 7.43%
20.78%

Color #C6CABB in popluar number systems.

HEX C6 CA BB
Decimal 198 202 187
Binary 11000110 11001010 10111011
Octal 306 312 273

Shades and tints

Shades of #C6CABB

#C6CABB
(198,202,187)
#B4B8AA
(180,184,170)
#A2A699
(162,166,153)
#909488
(144,148,136)
#7E8277
(126,130,119)
#6C7066
(108,112,102)
#5A5E55
(90,94,85)
#484C44
(72,76,68)
#363A33
(54,58,51)
#242822
(36,40,34)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #C6CABB

#C6CABB
(198,202,187)
#CBCEC1
(203,206,193)
#D0D2C7
(208,210,199)
#D5D6CD
(213,214,205)
#DADAD3
(218,218,211)
#DFDED9
(223,222,217)
#E4E2DF
(228,226,223)
#E9E6E5
(233,230,229)
#EEEAEB
(238,234,235)
#F3EEF1
(243,238,241)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CABB color. Also use rgb(198,202,187) instead hex code.

Text Font Color

.myTextColor { color: #C6CABB; }

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

This text font color is #C6CABB.

Background Color

.myBgColor { background-color: #C6CABB; }

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

This div background color is #C6CABB.

Border color

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

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

This div border color is #C6CABB.

Opacity

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

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

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

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

This text has shadow with #C6CABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CABB.

Preview

Color preview on black background

This text has color #C6CABB on black background.


Color preview on white background

This text has color #C6CABB on white background.


Black color preview on #C6CABB background

This text has black color on #C6CABB background.


White color preview on #C6CABB background

This text has white color on #C6CABB background.


Related colors

Complementary color

Complementary color for #hex is #393544.


I love getcolorcode.com

Triadic colors

1 #BBC6CA and #CABBC6 with #C6CABB are triadic colors.

2 #BBCAC6 and #CAC6BB with #C6CABB are triadic colors.