COLOR #C6CBB8

HEX: #C6CBB8 RGB: (198,203,184)

Color info

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

RGB color model

#C6CBB8 color RGB value is (198,203,184).

RGB: (198,203,184) (78%, 80%, 72%)

RGB channels and saturation

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

198
203
184

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

Portions of RGB colors in percentages

R + G + B = 198 + 203 + 184 = 585 (100%)
R 198 of 585 ~ 33.85%
G 203 of 585 ~ 34.7%
B 184 of 585 ~ 31.45'%

%33.85
%34.7
%31.45

CMYK color model

#C6CBB8 color CMYK value is (2,0,9,20).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 20.39%

CMYK: (2,0,9,20)
C2M0Y9K20 (2%, 0%, 9%, 20%)
(0.02 / 0.00 / 0.09 / 0.20)

CMYK percentages

%2.46
%0
%9.36
%20.39

Codes

Color #C6CBB8 in popluar color models

C6 CB B8
RGB 198 203 184
HSL 76° 15.45% 75.88%
HSB/HSV 76° 9.36% 79.61%
CMYK 2.46% 0.00% 9.36%
20.39%

Color #C6CBB8 in popluar number systems.

HEX C6 CB B8
Decimal 198 203 184
Binary 11000110 11001011 10111000
Octal 306 313 270

Shades and tints

Shades of #C6CBB8

#C6CBB8
(198,203,184)
#B4B9A8
(180,185,168)
#A2A798
(162,167,152)
#909588
(144,149,136)
#7E8378
(126,131,120)
#6C7168
(108,113,104)
#5A5F58
(90,95,88)
#484D48
(72,77,72)
#363B38
(54,59,56)
#242928
(36,41,40)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6CBB8

#C6CBB8
(198,203,184)
#CBCFBE
(203,207,190)
#D0D3C4
(208,211,196)
#D5D7CA
(213,215,202)
#DADBD0
(218,219,208)
#DFDFD6
(223,223,214)
#E4E3DC
(228,227,220)
#E9E7E2
(233,231,226)
#EEEBE8
(238,235,232)
#F3EFEE
(243,239,238)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CBB8; }

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

This text font color is #C6CBB8.

Background Color

.myBgColor { background-color: #C6CBB8; }

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

This div background color is #C6CBB8.

Border color

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

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

This div border color is #C6CBB8.

Opacity

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

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

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

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

This text has shadow with #C6CBB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CBB8.

Preview

Color preview on black background

This text has color #C6CBB8 on black background.


Color preview on white background

This text has color #C6CBB8 on white background.


Black color preview on #C6CBB8 background

This text has black color on #C6CBB8 background.


White color preview on #C6CBB8 background

This text has white color on #C6CBB8 background.


Related colors

Complementary color

Complementary color for #hex is #393447.


I love getcolorcode.com

Triadic colors

1 #B8C6CB and #CBB8C6 with #C6CBB8 are triadic colors.

2 #B8CBC6 and #CBC6B8 with #C6CBB8 are triadic colors.