COLOR #C6F3CD

HEX: #C6F3CD
RGB: (198,243,205)

Color info

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

RGB color model

#C6F3CD color RGB value is (198,243,205).

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

RGB channels and saturation

R 198 of 255 = 78%
G 243 of 255 = 95%
B 205 of 255 = 80%

198
243
205

R + G + B ~ 84%. #C6F3CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 243 + 205 = 646 (100%)
R 198 of 646 ~ 30.65%
G 243 of 646 ~ 37.62%
B 205 of 646 ~ 31.73%

%30.65
%37.62
%31.73

CMYK color model

#C6F3CD color CMYK value is (19,0,16,5).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 15.64%
  • key color value is 4.71%
CMYK:
(19,0,16,5)
C19M0Y16K5 
(19%,0%,16%,5%)
(0.19/0.00/0.16/0.05)	

CMYK percentages

%18.52
%0
%15.64
%4.71

Codes

Color #C6F3CD in popluar color models

C6F3CD
RGB198243205
HSL129°65.22%86.47%
HSB/HSV129°18.52%95.29%
CMYK18.52%0.00%15.64%
4.71%

Color #C6F3CD in popluar number systems.

HEXC6F3CD
Decimal198243205
Binary110001101111001111001101
Octal306363315

Shades and tints

Shades of #C6F3CD

#C6F3CD
(198,243,205)
#B4DDBB
(180,221,187)
#A2C7A9
(162,199,169)
#90B197
(144,177,151)
#7E9B85
(126,155,133)
#6C8573
(108,133,115)
#5A6F61
(90,111,97)
#48594F
(72,89,79)
#36433D
(54,67,61)
#242D2B
(36,45,43)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6F3CD

#C6F3CD
(198,243,205)
#CBF4D1
(203,244,209)
#D0F5D5
(208,245,213)
#D5F6D9
(213,246,217)
#DAF7DD
(218,247,221)
#DFF8E1
(223,248,225)
#E4F9E5
(228,249,229)
#E9FAE9
(233,250,233)
#EEFBED
(238,251,237)
#F3FCF1
(243,252,241)
#F8FDF5
(248,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F3CD; }

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

This text font color is #C6F3CD.


Background Color

.myBgColor { background-color: #C6F3CD; }

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

This div background color is #C6F3CD.


Border color

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

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

This div border color is #C6F3CD.


Opacity

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

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

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

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

This text has shadow with #C6F3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F3CD on black background.


Color preview on white background

This text has color #C6F3CD on white background.



Black color preview on #C6F3CD background

This text has black color on #C6F3CD background.


White color preview on #C6F3CD background

This text has white color on #C6F3CD background.