COLOR #C6F5CB

HEX: #C6F5CB RGB: (198,245,203)

Color info

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

RGB color model

#C6F5CB color RGB value is (198,245,203).

RGB: (198,245,203) (78%, 96%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 245 of 255 = 96%
B 203 of 255 = 80%

198
245
203

R + G + B ~ 85%. #C6F5CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 245 + 203 = 646 (100%)
R 198 of 646 ~ 30.65%
G 245 of 646 ~ 37.93%
B 203 of 646 ~ 31.42'%

%30.65
%37.93
%31.42

CMYK color model

#C6F5CB color CMYK value is (19,0,17,4).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 3.92%

CMYK: (19,0,17,4)
C19M0Y17K4 (19%, 0%, 17%, 4%)
(0.19 / 0.00 / 0.17 / 0.04)

CMYK percentages

%19.18
%0
%17.14
%3.92

Codes

Color #C6F5CB in popluar color models

C6 F5 CB
RGB 198 245 203
HSL 126° 70.15% 86.86%
HSB/HSV 126° 19.18% 96.08%
CMYK 19.18% 0.00% 17.14%
3.92%

Color #C6F5CB in popluar number systems.

HEX C6 F5 CB
Decimal 198 245 203
Binary 11000110 11110101 11001011
Octal 306 365 313

Shades and tints

Shades of #C6F5CB

#C6F5CB
(198,245,203)
#B4DFB9
(180,223,185)
#A2C9A7
(162,201,167)
#90B395
(144,179,149)
#7E9D83
(126,157,131)
#6C8771
(108,135,113)
#5A715F
(90,113,95)
#485B4D
(72,91,77)
#36453B
(54,69,59)
#242F29
(36,47,41)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #C6F5CB

#C6F5CB
(198,245,203)
#CBF5CF
(203,245,207)
#D0F5D3
(208,245,211)
#D5F5D7
(213,245,215)
#DAF5DB
(218,245,219)
#DFF5DF
(223,245,223)
#E4F5E3
(228,245,227)
#E9F5E7
(233,245,231)
#EEF5EB
(238,245,235)
#F3F5EF
(243,245,239)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F5CB color. Also use rgb(198,245,203) instead hex code.

Text Font Color

.myTextColor { color: #C6F5CB; }

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

This text font color is #C6F5CB.

Background Color

.myBgColor { background-color: #C6F5CB; }

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

This div background color is #C6F5CB.

Border color

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

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

This div border color is #C6F5CB.

Opacity

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

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

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

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

This text has shadow with #C6F5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6F5CB.

Preview

Color preview on black background

This text has color #C6F5CB on black background.


Color preview on white background

This text has color #C6F5CB on white background.


Black color preview on #C6F5CB background

This text has black color on #C6F5CB background.


White color preview on #C6F5CB background

This text has white color on #C6F5CB background.


Related colors

Complementary color

Complementary color for #hex is #390A34.


I love getcolorcode.com

Triadic colors

1 #CBC6F5 and #F5CBC6 with #C6F5CB are triadic colors.

2 #CBF5C6 and #F5C6CB with #C6F5CB are triadic colors.