COLOR #C2F6B2

HEX: #C2F6B2 RGB: (194,246,178)

Color info

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

RGB color model

#C2F6B2 color RGB value is (194,246,178).

RGB: (194,246,178) (76%, 96%, 70%)

RGB channels and saturation

R 194 of 255 = 76%
G 246 of 255 = 96%
B 178 of 255 = 70%

194
246
178

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

Portions of RGB colors in percentages

R + G + B = 194 + 246 + 178 = 618 (100%)
R 194 of 618 ~ 31.39%
G 246 of 618 ~ 39.81%
B 178 of 618 ~ 28.8'%

%31.39
%39.81
%28.8

CMYK color model

#C2F6B2 color CMYK value is (21,0,28,4).

  • cyan value is 21.14%
  • magenta value is 0.00%
  • yellow value is 27.64%
  • key color value is 3.53%

CMYK: (21,0,28,4)
C21M0Y28K4 (21%, 0%, 28%, 4%)
(0.21 / 0.00 / 0.28 / 0.04)

CMYK percentages

%21.14
%0
%27.64
%3.53

Codes

Color #C2F6B2 in popluar color models

C2 F6 B2
RGB 194 246 178
HSL 106° 79.07% 83.14%
HSB/HSV 106° 27.64% 96.47%
CMYK 21.14% 0.00% 27.64%
3.53%

Color #C2F6B2 in popluar number systems.

HEX C2 F6 B2
Decimal 194 246 178
Binary 11000010 11110110 10110010
Octal 302 366 262

Shades and tints

Shades of #C2F6B2

#C2F6B2
(194,246,178)
#B1E0A2
(177,224,162)
#A0CA92
(160,202,146)
#8FB482
(143,180,130)
#7E9E72
(126,158,114)
#6D8862
(109,136,98)
#5C7252
(92,114,82)
#4B5C42
(75,92,66)
#3A4632
(58,70,50)
#293022
(41,48,34)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #C2F6B2

#C2F6B2
(194,246,178)
#C7F6B9
(199,246,185)
#CCF6C0
(204,246,192)
#D1F6C7
(209,246,199)
#D6F6CE
(214,246,206)
#DBF6D5
(219,246,213)
#E0F6DC
(224,246,220)
#E5F6E3
(229,246,227)
#EAF6EA
(234,246,234)
#EFF6F1
(239,246,241)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F6B2 color. Also use rgb(194,246,178) instead hex code.

Text Font Color

.myTextColor { color: #C2F6B2; }

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

This text font color is #C2F6B2.

Background Color

.myBgColor { background-color: #C2F6B2; }

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

This div background color is #C2F6B2.

Border color

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

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

This div border color is #C2F6B2.

Opacity

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

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

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

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

This text has shadow with #C2F6B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2F6B2.

Preview

Color preview on black background

This text has color #C2F6B2 on black background.


Color preview on white background

This text has color #C2F6B2 on white background.


Black color preview on #C2F6B2 background

This text has black color on #C2F6B2 background.


White color preview on #C2F6B2 background

This text has white color on #C2F6B2 background.


Related colors

Complementary color

Complementary color for #hex is #3D094D.


I love getcolorcode.com

Triadic colors

1 #B2C2F6 and #F6B2C2 with #C2F6B2 are triadic colors.

2 #B2F6C2 and #F6C2B2 with #C2F6B2 are triadic colors.