COLOR #C6FAD2

HEX: #C6FAD2
RGB: (198,250,210)

Color info

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

RGB color model

#C6FAD2 color RGB value is (198,250,210).

  • red value is 198;
  • green value is 250;
  • blue value is 210.
RGB:
(198,250,210)
(78%,98%,82%)

RGB channels and saturation

R 198 of 255 = 78%
G 250 of 255 = 98%
B 210 of 255 = 82%

198
250
210

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

Portions of RGB colors in percentages

R + G + B =
198 + 250 + 210 = 658 (100%)
R 198 of 658 ~ 30.09%
G 250 of 658 ~ 37.99%
B 210 of 658 ~ 31.91%

%30.09
%37.99
%31.91

CMYK color model

#C6FAD2 color CMYK value is (21,0,16,2).

  • cyan value is 20.80%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 1.96%
CMYK:
(21,0,16,2)
C21M0Y16K2 
(21%,0%,16%,2%)
(0.21/0.00/0.16/0.02)	

CMYK percentages

%20.8
%0
%16
%1.96

Codes

Color #C6FAD2 in popluar color models

C6FAD2
RGB198250210
HSL134°83.87%87.84%
HSB/HSV134°20.80%98.04%
CMYK20.80%0.00%16.00%
1.96%

Color #C6FAD2 in popluar number systems.

HEXC6FAD2
Decimal198250210
Binary110001101111101011010010
Octal306372322

Shades and tints

Shades of #C6FAD2

#C6FAD2
(198,250,210)
#B4E4BF
(180,228,191)
#A2CEAC
(162,206,172)
#90B899
(144,184,153)
#7EA286
(126,162,134)
#6C8C73
(108,140,115)
#5A7660
(90,118,96)
#48604D
(72,96,77)
#364A3A
(54,74,58)
#243427
(36,52,39)
#121E14
(18,30,20)
#000000
(0,0,0)

Tints of #C6FAD2

#C6FAD2
(198,250,210)
#CBFAD6
(203,250,214)
#D0FADA
(208,250,218)
#D5FADE
(213,250,222)
#DAFAE2
(218,250,226)
#DFFAE6
(223,250,230)
#E4FAEA
(228,250,234)
#E9FAEE
(233,250,238)
#EEFAF2
(238,250,242)
#F3FAF6
(243,250,246)
#F8FAFA
(248,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FAD2 color. Also use rgb(198,250,210) instead hex code.

Text Font Color

.myTextColor { color: #C6FAD2; }

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

This text font color is #C6FAD2.


Background Color

.myBgColor { background-color: #C6FAD2; }

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

This div background color is #C6FAD2.


Border color

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

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

This div border color is #C6FAD2.


Opacity

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

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

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

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

This text has shadow with #C6FAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FAD2 on black background.


Color preview on white background

This text has color #C6FAD2 on white background.



Black color preview on #C6FAD2 background

This text has black color on #C6FAD2 background.


White color preview on #C6FAD2 background

This text has white color on #C6FAD2 background.