COLOR #C6F9E6

HEX: #C6F9E6
RGB: (198,249,230)

Color info

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

RGB color model

#C6F9E6 color RGB value is (198,249,230).

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

RGB channels and saturation

R 198 of 255 = 78%
G 249 of 255 = 98%
B 230 of 255 = 90%

198
249
230

R + G + B ~ 89%. #C6F9E6 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 249 + 230 = 677 (100%)
R 198 of 677 ~ 29.25%
G 249 of 677 ~ 36.78%
B 230 of 677 ~ 33.97%

%29.25
%36.78
%33.97

CMYK color model

#C6F9E6 color CMYK value is (20,0,8,2).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 2.35%
CMYK: (20,0,8,2) C20M0Y8K2 (20%,0%,8%,2%) (0.20/0.00/0.08/0.02)

CMYK percentages

%20.48
%0
%7.63
%2.35

Codes

Color #C6F9E6 in popluar color models

C6F9E6
RGB198249230
HSL158°80.95%87.65%
HSB/HSV158°20.48%97.65%
CMYK20.48%0.00%7.63%
2.35%

Color #C6F9E6 in popluar number systems.

HEXC6F9E6
Decimal198249230
Binary110001101111100111100110
Octal306371346

Shades and tints

Shades of #C6F9E6

#C6F9E6
(198,249,230)
#B4E3D2
(180,227,210)
#A2CDBE
(162,205,190)
#90B7AA
(144,183,170)
#7EA196
(126,161,150)
#6C8B82
(108,139,130)
#5A756E
(90,117,110)
#485F5A
(72,95,90)
#364946
(54,73,70)
#243332
(36,51,50)
#121D1E
(18,29,30)
#000000
(0,0,0)

Tints of #C6F9E6

#C6F9E6
(198,249,230)
#CBF9E8
(203,249,232)
#D0F9EA
(208,249,234)
#D5F9EC
(213,249,236)
#DAF9EE
(218,249,238)
#DFF9F0
(223,249,240)
#E4F9F2
(228,249,242)
#E9F9F4
(233,249,244)
#EEF9F6
(238,249,246)
#F3F9F8
(243,249,248)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F9E6; }

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

This text font color is #C6F9E6.


Background Color

.myBgColor { background-color: #C6F9E6; }

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

This div background color is #C6F9E6.


Border color

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

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

This div border color is #C6F9E6.


Opacity

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

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

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

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

This text has shadow with #C6F9E6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C6F9E6 on black background.


Color preview on white background

This text has color #C6F9E6 on white background.



Black color preview on #C6F9E6 background

This text has black color on #C6F9E6 background.


White color preview on #C6F9E6 background

This text has white color on #C6F9E6 background.