COLOR #C6FDCD

HEX: #C6FDCD
RGB: (198,253,205)

Color info

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

RGB color model

#C6FDCD color RGB value is (198,253,205).

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

RGB channels and saturation

R 198 of 255 = 78%
G 253 of 255 = 99%
B 205 of 255 = 80%

198
253
205

R + G + B ~ 86%. #C6FDCD is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 253 + 205 = 656 (100%)
R 198 of 656 ~ 30.18%
G 253 of 656 ~ 38.57%
B 205 of 656 ~ 31.25%

%30.18
%38.57
%31.25

CMYK color model

#C6FDCD color CMYK value is (22,0,19,1).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 0.78%
CMYK:
(22,0,19,1)
C22M0Y19K1 
(22%,0%,19%,1%)
(0.22/0.00/0.19/0.01)	

CMYK percentages

%21.74
%0
%18.97
%0.78

Codes

Color #C6FDCD in popluar color models

C6FDCD
RGB198253205
HSL128°93.22%88.43%
HSB/HSV128°21.74%99.22%
CMYK21.74%0.00%18.97%
0.78%

Color #C6FDCD in popluar number systems.

HEXC6FDCD
Decimal198253205
Binary110001101111110111001101
Octal306375315

Shades and tints

Shades of #C6FDCD

#C6FDCD
(198,253,205)
#B4E6BB
(180,230,187)
#A2CFA9
(162,207,169)
#90B897
(144,184,151)
#7EA185
(126,161,133)
#6C8A73
(108,138,115)
#5A7361
(90,115,97)
#485C4F
(72,92,79)
#36453D
(54,69,61)
#242E2B
(36,46,43)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6FDCD

#C6FDCD
(198,253,205)
#CBFDD1
(203,253,209)
#D0FDD5
(208,253,213)
#D5FDD9
(213,253,217)
#DAFDDD
(218,253,221)
#DFFDE1
(223,253,225)
#E4FDE5
(228,253,229)
#E9FDE9
(233,253,233)
#EEFDED
(238,253,237)
#F3FDF1
(243,253,241)
#F8FDF5
(248,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FDCD; }

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

This text font color is #C6FDCD.


Background Color

.myBgColor { background-color: #C6FDCD; }

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

This div background color is #C6FDCD.


Border color

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

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

This div border color is #C6FDCD.


Opacity

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

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

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

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

This text has shadow with #C6FDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FDCD on black background.


Color preview on white background

This text has color #C6FDCD on white background.



Black color preview on #C6FDCD background

This text has black color on #C6FDCD background.


White color preview on #C6FDCD background

This text has white color on #C6FDCD background.