COLOR #C6CBBE

HEX: #C6CBBE RGB: (198,203,190)

Color info

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

RGB color model

#C6CBBE color RGB value is (198,203,190).

RGB: (198,203,190) (78%, 80%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 203 of 255 = 80%
B 190 of 255 = 75%

198
203
190

R + G + B ~ 78%. #C6CBBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 203 + 190 = 591 (100%)
R 198 of 591 ~ 33.5%
G 203 of 591 ~ 34.35%
B 190 of 591 ~ 32.15'%

%33.5
%34.35
%32.15

CMYK color model

#C6CBBE color CMYK value is (2,0,6,20).

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

CMYK: (2,0,6,20)
C2M0Y6K20 (2%, 0%, 6%, 20%)
(0.02 / 0.00 / 0.06 / 0.20)

CMYK percentages

%2.46
%0
%6.4
%20.39

Codes

Color #C6CBBE in popluar color models

C6 CB BE
RGB 198 203 190
HSL 83° 11.11% 77.06%
HSB/HSV 83° 6.40% 79.61%
CMYK 2.46% 0.00% 6.40%
20.39%

Color #C6CBBE in popluar number systems.

HEX C6 CB BE
Decimal 198 203 190
Binary 11000110 11001011 10111110
Octal 306 313 276

Shades and tints

Shades of #C6CBBE

#C6CBBE
(198,203,190)
#B4B9AD
(180,185,173)
#A2A79C
(162,167,156)
#90958B
(144,149,139)
#7E837A
(126,131,122)
#6C7169
(108,113,105)
#5A5F58
(90,95,88)
#484D47
(72,77,71)
#363B36
(54,59,54)
#242925
(36,41,37)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #C6CBBE

#C6CBBE
(198,203,190)
#CBCFC3
(203,207,195)
#D0D3C8
(208,211,200)
#D5D7CD
(213,215,205)
#DADBD2
(218,219,210)
#DFDFD7
(223,223,215)
#E4E3DC
(228,227,220)
#E9E7E1
(233,231,225)
#EEEBE6
(238,235,230)
#F3EFEB
(243,239,235)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CBBE; }

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

This text font color is #C6CBBE.

Background Color

.myBgColor { background-color: #C6CBBE; }

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

This div background color is #C6CBBE.

Border color

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

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

This div border color is #C6CBBE.

Opacity

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

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

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

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

This text has shadow with #C6CBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CBBE.

Preview

Color preview on black background

This text has color #C6CBBE on black background.


Color preview on white background

This text has color #C6CBBE on white background.


Black color preview on #C6CBBE background

This text has black color on #C6CBBE background.


White color preview on #C6CBBE background

This text has white color on #C6CBBE background.


Related colors

Complementary color

Complementary color for #hex is #393441.


I love getcolorcode.com

Triadic colors

1 #BEC6CB and #CBBEC6 with #C6CBBE are triadic colors.

2 #BECBC6 and #CBC6BE with #C6CBBE are triadic colors.