COLOR #C6F9DB

HEX: #C6F9DB
RGB: (198,249,219)

Color info

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

RGB color model

#C6F9DB color RGB value is (198,249,219).

  • red value is 198;
  • green value is 249;
  • blue value is 219.
RGB:
(198,249,219)
(78%,98%,86%)

RGB channels and saturation

R 198 of 255 = 78%
G 249 of 255 = 98%
B 219 of 255 = 86%

198
249
219

R + G + B ~ 87%. #C6F9DB is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 249 + 219 = 666 (100%)
R 198 of 666 ~ 29.73%
G 249 of 666 ~ 37.39%
B 219 of 666 ~ 32.88%

%29.73
%37.39
%32.88

CMYK color model

#C6F9DB color CMYK value is (20,0,12,2).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 2.35%
CMYK:
(20,0,12,2)
C20M0Y12K2 
(20%,0%,12%,2%)
(0.20/0.00/0.12/0.02)	

CMYK percentages

%20.48
%0
%12.05
%2.35

Codes

Color #C6F9DB in popluar color models

C6F9DB
RGB198249219
HSL145°80.95%87.65%
HSB/HSV145°20.48%97.65%
CMYK20.48%0.00%12.05%
2.35%

Color #C6F9DB in popluar number systems.

HEXC6F9DB
Decimal198249219
Binary110001101111100111011011
Octal306371333

Shades and tints

Shades of #C6F9DB

#C6F9DB
(198,249,219)
#B4E3C8
(180,227,200)
#A2CDB5
(162,205,181)
#90B7A2
(144,183,162)
#7EA18F
(126,161,143)
#6C8B7C
(108,139,124)
#5A7569
(90,117,105)
#485F56
(72,95,86)
#364943
(54,73,67)
#243330
(36,51,48)
#121D1D
(18,29,29)
#000000
(0,0,0)

Tints of #C6F9DB

#C6F9DB
(198,249,219)
#CBF9DE
(203,249,222)
#D0F9E1
(208,249,225)
#D5F9E4
(213,249,228)
#DAF9E7
(218,249,231)
#DFF9EA
(223,249,234)
#E4F9ED
(228,249,237)
#E9F9F0
(233,249,240)
#EEF9F3
(238,249,243)
#F3F9F6
(243,249,246)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F9DB color. Also use rgb(198,249,219) instead hex code.

Text Font Color

.myTextColor { color: #C6F9DB; }

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

This text font color is #C6F9DB.


Background Color

.myBgColor { background-color: #C6F9DB; }

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

This div background color is #C6F9DB.


Border color

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

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

This div border color is #C6F9DB.


Opacity

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

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

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

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

This text has shadow with #C6F9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F9DB on black background.


Color preview on white background

This text has color #C6F9DB on white background.



Black color preview on #C6F9DB background

This text has black color on #C6F9DB background.


White color preview on #C6F9DB background

This text has white color on #C6F9DB background.