COLOR #C6CDBD

HEX: #C6CDBD RGB: (198,205,189)

Color info

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

RGB color model

#C6CDBD color RGB value is (198,205,189).

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

RGB channels and saturation

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

198
205
189

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

Portions of RGB colors in percentages

R + G + B = 198 + 205 + 189 = 592 (100%)
R 198 of 592 ~ 33.45%
G 205 of 592 ~ 34.63%
B 189 of 592 ~ 31.93'%

%33.45
%34.63
%31.93

CMYK color model

#C6CDBD color CMYK value is (3,0,8,20).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 19.61%
CMYK: (3,0,8,20) C3M0Y8K20 (3%,0%,8%,20%) (0.03/0.00/0.08/0.20) 

CMYK percentages

%3.41
%0
%7.8
%19.61

Codes

Color #C6CDBD in popluar color models

C6 CD BD
RGB 198 205 189
HSL 86° 13.79% 77.25%
HSB/HSV 86° 7.80% 80.39%
CMYK 3.41% 0.00% 7.80%
19.61%

Color #C6CDBD in popluar number systems.

HEX C6 CD BD
Decimal 198 205 189
Binary 11000110 11001101 10111101
Octal 306 315 275

Shades and tints

Shades of #C6CDBD

#C6CDBD
(198,205,189)
#B4BBAC
(180,187,172)
#A2A99B
(162,169,155)
#90978A
(144,151,138)
#7E8579
(126,133,121)
#6C7368
(108,115,104)
#5A6157
(90,97,87)
#484F46
(72,79,70)
#363D35
(54,61,53)
#242B24
(36,43,36)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #C6CDBD

#C6CDBD
(198,205,189)
#CBD1C3
(203,209,195)
#D0D5C9
(208,213,201)
#D5D9CF
(213,217,207)
#DADDD5
(218,221,213)
#DFE1DB
(223,225,219)
#E4E5E1
(228,229,225)
#E9E9E7
(233,233,231)
#EEEDED
(238,237,237)
#F3F1F3
(243,241,243)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CDBD; }

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

This text font color is #C6CDBD.

Background Color

.myBgColor { background-color: #C6CDBD; }

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

This div background color is #C6CDBD.

Border color

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

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

This div border color is #C6CDBD.

Opacity

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

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

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

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

This text has shadow with #C6CDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CDBD.

Preview

Color preview on black background

This text has color #C6CDBD on black background.


Color preview on white background

This text has color #C6CDBD on white background.


Black color preview on #C6CDBD background

This text has black color on #C6CDBD background.


White color preview on #C6CDBD background

This text has white color on #C6CDBD background.


Related colors

Complementary color

Complementary color for #hex is #393242.


I love getcolorcode.com

Triadic colors

1 #BDC6CD and #CDBDC6 with #C6CDBD are triadic colors.

2 #BDCDC6 and #CDC6BD with #C6CDBD are triadic colors.