COLOR #C6E7CD

HEX: #C6E7CD
RGB: (198,231,205)

Color info

#C6E7CD contains red, green and blue colors in about the same proportion. Web safe color of #C6E7CD is #CCFFCC (or #CFC).

RGB color model

#C6E7CD color RGB value is (198,231,205).

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

RGB channels and saturation

R 198 of 255 = 78%
G 231 of 255 = 91%
B 205 of 255 = 80%

198
231
205

R + G + B ~ 83%. #C6E7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 231 + 205 = 634 (100%)
R 198 of 634 ~ 31.23%
G 231 of 634 ~ 36.44%
B 205 of 634 ~ 32.33%

%31.23
%36.44
%32.33

CMYK color model

#C6E7CD color CMYK value is (14,0,11,9).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 9.41%
CMYK:
(14,0,11,9)
C14M0Y11K9 
(14%,0%,11%,9%)
(0.14/0.00/0.11/0.09)	

CMYK percentages

%14.29
%0
%11.26
%9.41

Codes

Color #C6E7CD in popluar color models

C6E7CD
RGB198231205
HSL133°40.74%84.12%
HSB/HSV133°14.29%90.59%
CMYK14.29%0.00%11.26%
9.41%

Color #C6E7CD in popluar number systems.

HEXC6E7CD
Decimal198231205
Binary110001101110011111001101
Octal306347315

Shades and tints

Shades of #C6E7CD

#C6E7CD
(198,231,205)
#B4D2BB
(180,210,187)
#A2BDA9
(162,189,169)
#90A897
(144,168,151)
#7E9385
(126,147,133)
#6C7E73
(108,126,115)
#5A6961
(90,105,97)
#48544F
(72,84,79)
#363F3D
(54,63,61)
#242A2B
(36,42,43)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #C6E7CD

#C6E7CD
(198,231,205)
#CBE9D1
(203,233,209)
#D0EBD5
(208,235,213)
#D5EDD9
(213,237,217)
#DAEFDD
(218,239,221)
#DFF1E1
(223,241,225)
#E4F3E5
(228,243,229)
#E9F5E9
(233,245,233)
#EEF7ED
(238,247,237)
#F3F9F1
(243,249,241)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E7CD; }

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

This text font color is #C6E7CD.


Background Color

.myBgColor { background-color: #C6E7CD; }

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

This div background color is #C6E7CD.


Border color

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

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

This div border color is #C6E7CD.


Opacity

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

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

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

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

This text has shadow with #C6E7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E7CD on black background.


Color preview on white background

This text has color #C6E7CD on white background.



Black color preview on #C6E7CD background

This text has black color on #C6E7CD background.


White color preview on #C6E7CD background

This text has white color on #C6E7CD background.