COLOR #C6CEBA

HEX: #C6CEBA
RGB: (198,206,186)

Color info

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

RGB color model

#C6CEBA color RGB value is (198,206,186).

  • red value is 198;
  • green value is 206;
  • blue value is 186.
RGB:
(198,206,186)
(78%,81%,73%)

RGB channels and saturation

R 198 of 255 = 78%
G 206 of 255 = 81%
B 186 of 255 = 73%

198
206
186

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

Portions of RGB colors in percentages

R + G + B =
198 + 206 + 186 = 590 (100%)
R 198 of 590 ~ 33.56%
G 206 of 590 ~ 34.92%
B 186 of 590 ~ 31.53%

%33.56
%34.92
%31.53

CMYK color model

#C6CEBA color CMYK value is (4,0,10,19).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 19.22%
CMYK:
(4,0,10,19)
C4M0Y10K19 
(4%,0%,10%,19%)
(0.04/0.00/0.10/0.19)	

CMYK percentages

%3.88
%0
%9.71
%19.22

Codes

Color #C6CEBA in popluar color models

C6CEBA
RGB198206186
HSL84°16.95%76.86%
HSB/HSV84°9.71%80.78%
CMYK3.88%0.00%9.71%
19.22%

Color #C6CEBA in popluar number systems.

HEXC6CEBA
Decimal198206186
Binary110001101100111010111010
Octal306316272

Shades and tints

Shades of #C6CEBA

#C6CEBA
(198,206,186)
#B4BCAA
(180,188,170)
#A2AA9A
(162,170,154)
#90988A
(144,152,138)
#7E867A
(126,134,122)
#6C746A
(108,116,106)
#5A625A
(90,98,90)
#48504A
(72,80,74)
#363E3A
(54,62,58)
#242C2A
(36,44,42)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #C6CEBA

#C6CEBA
(198,206,186)
#CBD2C0
(203,210,192)
#D0D6C6
(208,214,198)
#D5DACC
(213,218,204)
#DADED2
(218,222,210)
#DFE2D8
(223,226,216)
#E4E6DE
(228,230,222)
#E9EAE4
(233,234,228)
#EEEEEA
(238,238,234)
#F3F2F0
(243,242,240)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CEBA color. Also use rgb(198,206,186) instead hex code.

Text Font Color

.myTextColor { color: #C6CEBA; }

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

This text font color is #C6CEBA.


Background Color

.myBgColor { background-color: #C6CEBA; }

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

This div background color is #C6CEBA.


Border color

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

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

This div border color is #C6CEBA.


Opacity

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

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

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

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

This text has shadow with #C6CEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CEBA on black background.


Color preview on white background

This text has color #C6CEBA on white background.



Black color preview on #C6CEBA background

This text has black color on #C6CEBA background.


White color preview on #C6CEBA background

This text has white color on #C6CEBA background.