COLOR #C6CBBD

HEX: #C6CBBD RGB: (198,203,189)

Color info

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

RGB color model

#C6CBBD color RGB value is (198,203,189).

RGB: (198,203,189) (78%, 80%, 74%)

RGB channels and saturation

R 198 of 255 = 78%
G 203 of 255 = 80%
B 189 of 255 = 74%

198
203
189

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

Portions of RGB colors in percentages

R + G + B = 198 + 203 + 189 = 590 (100%)
R 198 of 590 ~ 33.56%
G 203 of 590 ~ 34.41%
B 189 of 590 ~ 32.03'%

%33.56
%34.41
%32.03

CMYK color model

#C6CBBD color CMYK value is (2,0,7,20).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 20.39%
CMYK: (2,0,7,20) C2M0Y7K20 (2%,0%,7%,20%) (0.02/0.00/0.07/0.20) 

CMYK percentages

%2.46
%0
%6.9
%20.39

Codes

Color #C6CBBD in popluar color models

C6 CB BD
RGB 198 203 189
HSL 81° 11.86% 76.86%
HSB/HSV 81° 6.90% 79.61%
CMYK 2.46% 0.00% 6.90%
20.39%

Color #C6CBBD in popluar number systems.

HEX C6 CB BD
Decimal 198 203 189
Binary 11000110 11001011 10111101
Octal 306 313 275

Shades and tints

Shades of #C6CBBD

#C6CBBD
(198,203,189)
#B4B9AC
(180,185,172)
#A2A79B
(162,167,155)
#90958A
(144,149,138)
#7E8379
(126,131,121)
#6C7168
(108,113,104)
#5A5F57
(90,95,87)
#484D46
(72,77,70)
#363B35
(54,59,53)
#242924
(36,41,36)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #C6CBBD

#C6CBBD
(198,203,189)
#CBCFC3
(203,207,195)
#D0D3C9
(208,211,201)
#D5D7CF
(213,215,207)
#DADBD5
(218,219,213)
#DFDFDB
(223,223,219)
#E4E3E1
(228,227,225)
#E9E7E7
(233,231,231)
#EEEBED
(238,235,237)
#F3EFF3
(243,239,243)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CBBD; }

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

This text font color is #C6CBBD.

Background Color

.myBgColor { background-color: #C6CBBD; }

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

This div background color is #C6CBBD.

Border color

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

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

This div border color is #C6CBBD.

Opacity

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

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

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

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

This text has shadow with #C6CBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CBBD.

Preview

Color preview on black background

This text has color #C6CBBD on black background.


Color preview on white background

This text has color #C6CBBD on white background.


Black color preview on #C6CBBD background

This text has black color on #C6CBBD background.


White color preview on #C6CBBD background

This text has white color on #C6CBBD background.


Related colors

Complementary color

Complementary color for #hex is #393442.


I love getcolorcode.com

Triadic colors

1 #BDC6CB and #CBBDC6 with #C6CBBD are triadic colors.

2 #BDCBC6 and #CBC6BD with #C6CBBD are triadic colors.