COLOR #C6E0CD

HEX: #C6E0CD
RGB: (198,224,205)

Color info

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

RGB color model

#C6E0CD color RGB value is (198,224,205).

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

RGB channels and saturation

R 198 of 255 = 78%
G 224 of 255 = 88%
B 205 of 255 = 80%

198
224
205

R + G + B ~ 82%. #C6E0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 224 + 205 = 627 (100%)
R 198 of 627 ~ 31.58%
G 224 of 627 ~ 35.73%
B 205 of 627 ~ 32.7%

%31.58
%35.73
%32.7

CMYK color model

#C6E0CD color CMYK value is (12,0,8,12).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 12.16%
CMYK:
(12,0,8,12)
C12M0Y8K12 
(12%,0%,8%,12%)
(0.12/0.00/0.08/0.12)	

CMYK percentages

%11.61
%0
%8.48
%12.16

Codes

Color #C6E0CD in popluar color models

C6E0CD
RGB198224205
HSL136°29.55%82.75%
HSB/HSV136°11.61%87.84%
CMYK11.61%0.00%8.48%
12.16%

Color #C6E0CD in popluar number systems.

HEXC6E0CD
Decimal198224205
Binary110001101110000011001101
Octal306340315

Shades and tints

Shades of #C6E0CD

#C6E0CD
(198,224,205)
#B4CCBB
(180,204,187)
#A2B8A9
(162,184,169)
#90A497
(144,164,151)
#7E9085
(126,144,133)
#6C7C73
(108,124,115)
#5A6861
(90,104,97)
#48544F
(72,84,79)
#36403D
(54,64,61)
#242C2B
(36,44,43)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #C6E0CD

#C6E0CD
(198,224,205)
#CBE2D1
(203,226,209)
#D0E4D5
(208,228,213)
#D5E6D9
(213,230,217)
#DAE8DD
(218,232,221)
#DFEAE1
(223,234,225)
#E4ECE5
(228,236,229)
#E9EEE9
(233,238,233)
#EEF0ED
(238,240,237)
#F3F2F1
(243,242,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E0CD; }

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

This text font color is #C6E0CD.


Background Color

.myBgColor { background-color: #C6E0CD; }

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

This div background color is #C6E0CD.


Border color

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

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

This div border color is #C6E0CD.


Opacity

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

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

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

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

This text has shadow with #C6E0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E0CD on black background.


Color preview on white background

This text has color #C6E0CD on white background.



Black color preview on #C6E0CD background

This text has black color on #C6E0CD background.


White color preview on #C6E0CD background

This text has white color on #C6E0CD background.