COLOR #C6FBDD

HEX: #C6FBDD
RGB: (198,251,221)

Color info

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

RGB color model

#C6FBDD color RGB value is (198,251,221).

  • red value is 198;
  • green value is 251;
  • blue value is 221.
RGB:
(198,251,221)
(78%,98%,87%)

RGB channels and saturation

R 198 of 255 = 78%
G 251 of 255 = 98%
B 221 of 255 = 87%

198
251
221

R + G + B ~ 88%. #C6FBDD is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 251 + 221 = 670 (100%)
R 198 of 670 ~ 29.55%
G 251 of 670 ~ 37.46%
B 221 of 670 ~ 32.99%

%29.55
%37.46
%32.99

CMYK color model

#C6FBDD color CMYK value is (21,0,12,2).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 11.95%
  • key color value is 1.57%
CMYK:
(21,0,12,2)
C21M0Y12K2 
(21%,0%,12%,2%)
(0.21/0.00/0.12/0.02)	

CMYK percentages

%21.12
%0
%11.95
%1.57

Codes

Color #C6FBDD in popluar color models

C6FBDD
RGB198251221
HSL146°86.89%88.04%
HSB/HSV146°21.12%98.43%
CMYK21.12%0.00%11.95%
1.57%

Color #C6FBDD in popluar number systems.

HEXC6FBDD
Decimal198251221
Binary110001101111101111011101
Octal306373335

Shades and tints

Shades of #C6FBDD

#C6FBDD
(198,251,221)
#B4E5C9
(180,229,201)
#A2CFB5
(162,207,181)
#90B9A1
(144,185,161)
#7EA38D
(126,163,141)
#6C8D79
(108,141,121)
#5A7765
(90,119,101)
#486151
(72,97,81)
#364B3D
(54,75,61)
#243529
(36,53,41)
#121F15
(18,31,21)
#000000
(0,0,0)

Tints of #C6FBDD

#C6FBDD
(198,251,221)
#CBFBE0
(203,251,224)
#D0FBE3
(208,251,227)
#D5FBE6
(213,251,230)
#DAFBE9
(218,251,233)
#DFFBEC
(223,251,236)
#E4FBEF
(228,251,239)
#E9FBF2
(233,251,242)
#EEFBF5
(238,251,245)
#F3FBF8
(243,251,248)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FBDD color. Also use rgb(198,251,221) instead hex code.

Text Font Color

.myTextColor { color: #C6FBDD; }

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

This text font color is #C6FBDD.


Background Color

.myBgColor { background-color: #C6FBDD; }

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

This div background color is #C6FBDD.


Border color

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

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

This div border color is #C6FBDD.


Opacity

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

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

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

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

This text has shadow with #C6FBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FBDD on black background.


Color preview on white background

This text has color #C6FBDD on white background.



Black color preview on #C6FBDD background

This text has black color on #C6FBDD background.


White color preview on #C6FBDD background

This text has white color on #C6FBDD background.