COLOR #C6F1E8

HEX: #C6F1E8 RGB: (198,241,232)

Color info

#C6F1E8 contains red, green and blue colors in about the same proportion. Web safe color of #C6F1E8 is #CCFFFF (or #CFF).

RGB color model

#C6F1E8 color RGB value is (198,241,232).

RGB: (198,241,232) (78%, 95%, 91%)

RGB channels and saturation

R 198 of 255 = 78%
G 241 of 255 = 95%
B 232 of 255 = 91%

198
241
232

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

Portions of RGB colors in percentages

R + G + B = 198 + 241 + 232 = 671 (100%)
R 198 of 671 ~ 29.51%
G 241 of 671 ~ 35.92%
B 232 of 671 ~ 34.58'%

%29.51
%35.92
%34.58

CMYK color model

#C6F1E8 color CMYK value is (18,0,4,5).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 5.49%

CMYK: (18,0,4,5)
C18M0Y4K5 (18%, 0%, 4%, 5%)
(0.18 / 0.00 / 0.04 / 0.05)

CMYK percentages

%17.84
%0
%3.73
%5.49

Codes

Color #C6F1E8 in popluar color models

C6 F1 E8
RGB 198 241 232
HSL 167° 60.56% 86.08%
HSB/HSV 167° 17.84% 94.51%
CMYK 17.84% 0.00% 3.73%
5.49%

Color #C6F1E8 in popluar number systems.

HEX C6 F1 E8
Decimal 198 241 232
Binary 11000110 11110001 11101000
Octal 306 361 350

Shades and tints

Shades of #C6F1E8

#C6F1E8
(198,241,232)
#B4DCD3
(180,220,211)
#A2C7BE
(162,199,190)
#90B2A9
(144,178,169)
#7E9D94
(126,157,148)
#6C887F
(108,136,127)
#5A736A
(90,115,106)
#485E55
(72,94,85)
#364940
(54,73,64)
#24342B
(36,52,43)
#121F16
(18,31,22)
#000000
(0,0,0)

Tints of #C6F1E8

#C6F1E8
(198,241,232)
#CBF2EA
(203,242,234)
#D0F3EC
(208,243,236)
#D5F4EE
(213,244,238)
#DAF5F0
(218,245,240)
#DFF6F2
(223,246,242)
#E4F7F4
(228,247,244)
#E9F8F6
(233,248,246)
#EEF9F8
(238,249,248)
#F3FAFA
(243,250,250)
#F8FBFC
(248,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F1E8 color. Also use rgb(198,241,232) instead hex code.

Text Font Color

.myTextColor { color: #C6F1E8; }

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

This text font color is #C6F1E8.

Background Color

.myBgColor { background-color: #C6F1E8; }

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

This div background color is #C6F1E8.

Border color

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

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

This div border color is #C6F1E8.

Opacity

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

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

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

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

This text has shadow with #C6F1E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6F1E8.

Preview

Color preview on black background

This text has color #C6F1E8 on black background.


Color preview on white background

This text has color #C6F1E8 on white background.


Black color preview on #C6F1E8 background

This text has black color on #C6F1E8 background.


White color preview on #C6F1E8 background

This text has white color on #C6F1E8 background.


Related colors

Complementary color

Complementary color for #hex is #390E17.


I love getcolorcode.com

Triadic colors

1 #E8C6F1 and #F1E8C6 with #C6F1E8 are triadic colors.

2 #E8F1C6 and #F1C6E8 with #C6F1E8 are triadic colors.