COLOR #C6DEC0

HEX: #C6DEC0
RGB: (198,222,192)

Color info

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

RGB color model

#C6DEC0 color RGB value is (198,222,192).

  • red value is 198;
  • green value is 222;
  • blue value is 192.
RGB:
(198,222,192)
(78%,87%,75%)

RGB channels and saturation

R 198 of 255 = 78%
G 222 of 255 = 87%
B 192 of 255 = 75%

198
222
192

R + G + B ~ 80%. #C6DEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 222 + 192 = 612 (100%)
R 198 of 612 ~ 32.35%
G 222 of 612 ~ 36.27%
B 192 of 612 ~ 31.37%

%32.35
%36.27
%31.37

CMYK color model

#C6DEC0 color CMYK value is (11,0,14,13).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 12.94%
CMYK:
(11,0,14,13)
C11M0Y14K13 
(11%,0%,14%,13%)
(0.11/0.00/0.14/0.13)	

CMYK percentages

%10.81
%0
%13.51
%12.94

Codes

Color #C6DEC0 in popluar color models

C6DEC0
RGB198222192
HSL108°31.25%81.18%
HSB/HSV108°13.51%87.06%
CMYK10.81%0.00%13.51%
12.94%

Color #C6DEC0 in popluar number systems.

HEXC6DEC0
Decimal198222192
Binary110001101101111011000000
Octal306336300

Shades and tints

Shades of #C6DEC0

#C6DEC0
(198,222,192)
#B4CAAF
(180,202,175)
#A2B69E
(162,182,158)
#90A28D
(144,162,141)
#7E8E7C
(126,142,124)
#6C7A6B
(108,122,107)
#5A665A
(90,102,90)
#485249
(72,82,73)
#363E38
(54,62,56)
#242A27
(36,42,39)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #C6DEC0

#C6DEC0
(198,222,192)
#CBE1C5
(203,225,197)
#D0E4CA
(208,228,202)
#D5E7CF
(213,231,207)
#DAEAD4
(218,234,212)
#DFEDD9
(223,237,217)
#E4F0DE
(228,240,222)
#E9F3E3
(233,243,227)
#EEF6E8
(238,246,232)
#F3F9ED
(243,249,237)
#F8FCF2
(248,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DEC0 color. Also use rgb(198,222,192) instead hex code.

Text Font Color

.myTextColor { color: #C6DEC0; }

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

This text font color is #C6DEC0.


Background Color

.myBgColor { background-color: #C6DEC0; }

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

This div background color is #C6DEC0.


Border color

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

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

This div border color is #C6DEC0.


Opacity

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

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

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

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

This text has shadow with #C6DEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DEC0 on black background.


Color preview on white background

This text has color #C6DEC0 on white background.



Black color preview on #C6DEC0 background

This text has black color on #C6DEC0 background.


White color preview on #C6DEC0 background

This text has white color on #C6DEC0 background.