COLOR #C6F3B1

HEX: #C6F3B1 RGB: (198,243,177)

Color info

#C6F3B1 contains mainly red and green colors. Web safe color of #C6F3B1 is #CCFF99 (or #CF9).

RGB color model

#C6F3B1 color RGB value is (198,243,177).

RGB: (198,243,177) (78%, 95%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 243 of 255 = 95%
B 177 of 255 = 69%

198
243
177

R + G + B ~ 81%. #C6F3B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 243 + 177 = 618 (100%)
R 198 of 618 ~ 32.04%
G 243 of 618 ~ 39.32%
B 177 of 618 ~ 28.64'%

%32.04
%39.32
%28.64

CMYK color model

#C6F3B1 color CMYK value is (19,0,27,5).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 4.71%
CMYK: (19,0,27,5) C19M0Y27K5 (19%,0%,27%,5%) (0.19/0.00/0.27/0.05) 

CMYK percentages

%18.52
%0
%27.16
%4.71

Codes

Color #C6F3B1 in popluar color models

C6 F3 B1
RGB 198 243 177
HSL 101° 73.33% 82.35%
HSB/HSV 101° 27.16% 95.29%
CMYK 18.52% 0.00% 27.16%
4.71%

Color #C6F3B1 in popluar number systems.

HEX C6 F3 B1
Decimal 198 243 177
Binary 11000110 11110011 10110001
Octal 306 363 261

Shades and tints

Shades of #C6F3B1

#C6F3B1
(198,243,177)
#B4DDA1
(180,221,161)
#A2C791
(162,199,145)
#90B181
(144,177,129)
#7E9B71
(126,155,113)
#6C8561
(108,133,97)
#5A6F51
(90,111,81)
#485941
(72,89,65)
#364331
(54,67,49)
#242D21
(36,45,33)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #C6F3B1

#C6F3B1
(198,243,177)
#CBF4B8
(203,244,184)
#D0F5BF
(208,245,191)
#D5F6C6
(213,246,198)
#DAF7CD
(218,247,205)
#DFF8D4
(223,248,212)
#E4F9DB
(228,249,219)
#E9FAE2
(233,250,226)
#EEFBE9
(238,251,233)
#F3FCF0
(243,252,240)
#F8FDF7
(248,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F3B1 color. Also use rgb(198,243,177) instead hex code.

Text Font Color

.myTextColor { color: #C6F3B1; }

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

This text font color is #C6F3B1.

Background Color

.myBgColor { background-color: #C6F3B1; }

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

This div background color is #C6F3B1.

Border color

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

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

This div border color is #C6F3B1.

Opacity

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

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

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

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

This text has shadow with #C6F3B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6F3B1.

Preview

Color preview on black background

This text has color #C6F3B1 on black background.


Color preview on white background

This text has color #C6F3B1 on white background.


Black color preview on #C6F3B1 background

This text has black color on #C6F3B1 background.


White color preview on #C6F3B1 background

This text has white color on #C6F3B1 background.


Related colors

Complementary color

Complementary color for #hex is #390C4E.


I love getcolorcode.com

Triadic colors

1 #B1C6F3 and #F3B1C6 with #C6F3B1 are triadic colors.

2 #B1F3C6 and #F3C6B1 with #C6F3B1 are triadic colors.