COLOR #C6F8EB

HEX: #C6F8EB RGB: (198,248,235)

Color info

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

RGB color model

#C6F8EB color RGB value is (198,248,235).

RGB: (198,248,235) (78%, 97%, 92%)

RGB channels and saturation

R 198 of 255 = 78%
G 248 of 255 = 97%
B 235 of 255 = 92%

198
248
235

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

Portions of RGB colors in percentages

R + G + B = 198 + 248 + 235 = 681 (100%)
R 198 of 681 ~ 29.07%
G 248 of 681 ~ 36.42%
B 235 of 681 ~ 34.51'%

%29.07
%36.42
%34.51

CMYK color model

#C6F8EB color CMYK value is (20,0,5,3).

  • cyan value is 20.16%
  • magenta value is 0.00%
  • yellow value is 5.24%
  • key color value is 2.75%

CMYK: (20,0,5,3)
C20M0Y5K3 (20%, 0%, 5%, 3%)
(0.20 / 0.00 / 0.05 / 0.03)

CMYK percentages

%20.16
%0
%5.24
%2.75

Codes

Color #C6F8EB in popluar color models

C6 F8 EB
RGB 198 248 235
HSL 164° 78.13% 87.45%
HSB/HSV 164° 20.16% 97.25%
CMYK 20.16% 0.00% 5.24%
2.75%

Color #C6F8EB in popluar number systems.

HEX C6 F8 EB
Decimal 198 248 235
Binary 11000110 11111000 11101011
Octal 306 370 353

Shades and tints

Shades of #C6F8EB

#C6F8EB
(198,248,235)
#B4E2D6
(180,226,214)
#A2CCC1
(162,204,193)
#90B6AC
(144,182,172)
#7EA097
(126,160,151)
#6C8A82
(108,138,130)
#5A746D
(90,116,109)
#485E58
(72,94,88)
#364843
(54,72,67)
#24322E
(36,50,46)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #C6F8EB

#C6F8EB
(198,248,235)
#CBF8EC
(203,248,236)
#D0F8ED
(208,248,237)
#D5F8EE
(213,248,238)
#DAF8EF
(218,248,239)
#DFF8F0
(223,248,240)
#E4F8F1
(228,248,241)
#E9F8F2
(233,248,242)
#EEF8F3
(238,248,243)
#F3F8F4
(243,248,244)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F8EB color. Also use rgb(198,248,235) instead hex code.

Text Font Color

.myTextColor { color: #C6F8EB; }

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

This text font color is #C6F8EB.

Background Color

.myBgColor { background-color: #C6F8EB; }

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

This div background color is #C6F8EB.

Border color

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

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

This div border color is #C6F8EB.

Opacity

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

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

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

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

This text has shadow with #C6F8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6F8EB.

Preview

Color preview on black background

This text has color #C6F8EB on black background.


Color preview on white background

This text has color #C6F8EB on white background.


Black color preview on #C6F8EB background

This text has black color on #C6F8EB background.


White color preview on #C6F8EB background

This text has white color on #C6F8EB background.


Related colors

Complementary color

Complementary color for #hex is #390714.


I love getcolorcode.com

Triadic colors

1 #EBC6F8 and #F8EBC6 with #C6F8EB are triadic colors.

2 #EBF8C6 and #F8C6EB with #C6F8EB are triadic colors.