COLOR #C6CDBE

HEX: #C6CDBE
RGB: (198,205,190)

Color info

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

RGB color model

#C6CDBE color RGB value is (198,205,190).

  • red value is 198;
  • green value is 205;
  • blue value is 190.
RGB:
(198,205,190)
(78%,80%,75%)

RGB channels and saturation

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

198
205
190

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

Portions of RGB colors in percentages

R + G + B =
198 + 205 + 190 = 593 (100%)
R 198 of 593 ~ 33.39%
G 205 of 593 ~ 34.57%
B 190 of 593 ~ 32.04%

%33.39
%34.57
%32.04

CMYK color model

#C6CDBE color CMYK value is (3,0,7,20).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 19.61%
CMYK:
(3,0,7,20)
C3M0Y7K20 
(3%,0%,7%,20%)
(0.03/0.00/0.07/0.20)	

CMYK percentages

%3.41
%0
%7.32
%19.61

Codes

Color #C6CDBE in popluar color models

C6CDBE
RGB198205190
HSL88°13.04%77.45%
HSB/HSV88°7.32%80.39%
CMYK3.41%0.00%7.32%
19.61%

Color #C6CDBE in popluar number systems.

HEXC6CDBE
Decimal198205190
Binary110001101100110110111110
Octal306315276

Shades and tints

Shades of #C6CDBE

#C6CDBE
(198,205,190)
#B4BBAD
(180,187,173)
#A2A99C
(162,169,156)
#90978B
(144,151,139)
#7E857A
(126,133,122)
#6C7369
(108,115,105)
#5A6158
(90,97,88)
#484F47
(72,79,71)
#363D36
(54,61,54)
#242B25
(36,43,37)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #C6CDBE

#C6CDBE
(198,205,190)
#CBD1C3
(203,209,195)
#D0D5C8
(208,213,200)
#D5D9CD
(213,217,205)
#DADDD2
(218,221,210)
#DFE1D7
(223,225,215)
#E4E5DC
(228,229,220)
#E9E9E1
(233,233,225)
#EEEDE6
(238,237,230)
#F3F1EB
(243,241,235)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CDBE; }

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

This text font color is #C6CDBE.


Background Color

.myBgColor { background-color: #C6CDBE; }

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

This div background color is #C6CDBE.


Border color

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

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

This div border color is #C6CDBE.


Opacity

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

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

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

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

This text has shadow with #C6CDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CDBE on black background.


Color preview on white background

This text has color #C6CDBE on white background.



Black color preview on #C6CDBE background

This text has black color on #C6CDBE background.


White color preview on #C6CDBE background

This text has white color on #C6CDBE background.