COLOR #C6DEC5

HEX: #C6DEC5
RGB: (198,222,197)

Color info

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

RGB color model

#C6DEC5 color RGB value is (198,222,197).

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

RGB channels and saturation

R 198 of 255 = 78%
G 222 of 255 = 87%
B 197 of 255 = 77%

198
222
197

R + G + B ~ 81%. #C6DEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 222 + 197 = 617 (100%)
R 198 of 617 ~ 32.09%
G 222 of 617 ~ 35.98%
B 197 of 617 ~ 31.93%

%32.09
%35.98
%31.93

CMYK color model

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

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 12.94%
CMYK:
(11,0,11,13)
C11M0Y11K13 
(11%,0%,11%,13%)
(0.11/0.00/0.11/0.13)	

CMYK percentages

%10.81
%0
%11.26
%12.94

Codes

Color #C6DEC5 in popluar color models

C6DEC5
RGB198222197
HSL118°27.47%82.16%
HSB/HSV118°11.26%87.06%
CMYK10.81%0.00%11.26%
12.94%

Color #C6DEC5 in popluar number systems.

HEXC6DEC5
Decimal198222197
Binary110001101101111011000101
Octal306336305

Shades and tints

Shades of #C6DEC5

#C6DEC5
(198,222,197)
#B4CAB4
(180,202,180)
#A2B6A3
(162,182,163)
#90A292
(144,162,146)
#7E8E81
(126,142,129)
#6C7A70
(108,122,112)
#5A665F
(90,102,95)
#48524E
(72,82,78)
#363E3D
(54,62,61)
#242A2C
(36,42,44)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #C6DEC5

#C6DEC5
(198,222,197)
#CBE1CA
(203,225,202)
#D0E4CF
(208,228,207)
#D5E7D4
(213,231,212)
#DAEAD9
(218,234,217)
#DFEDDE
(223,237,222)
#E4F0E3
(228,240,227)
#E9F3E8
(233,243,232)
#EEF6ED
(238,246,237)
#F3F9F2
(243,249,242)
#F8FCF7
(248,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DEC5; }

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

This text font color is #C6DEC5.


Background Color

.myBgColor { background-color: #C6DEC5; }

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

This div background color is #C6DEC5.


Border color

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

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

This div border color is #C6DEC5.


Opacity

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

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

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

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

This text has shadow with #C6DEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DEC5 on black background.


Color preview on white background

This text has color #C6DEC5 on white background.



Black color preview on #C6DEC5 background

This text has black color on #C6DEC5 background.


White color preview on #C6DEC5 background

This text has white color on #C6DEC5 background.