COLOR #C2FFB0

HEX: #C2FFB0 RGB: (194,255,176)

Color info

#C2FFB0 contains mainly green color. Web safe color of #C2FFB0 is #CCFF99 (or #CF9).

RGB color model

#C2FFB0 color RGB value is (194,255,176).

RGB: (194,255,176) (76%, 100%, 69%)

RGB channels and saturation

R 194 of 255 = 76%
G 255 of 255 = 100%
B 176 of 255 = 69%

194
255
176

R + G + B ~ 82%. #C2FFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 255 + 176 = 625 (100%)
R 194 of 625 ~ 31.04%
G 255 of 625 ~ 40.8%
B 176 of 625 ~ 28.16'%

%31.04
%40.8
%28.16

CMYK color model

#C2FFB0 color CMYK value is (24,0,31,0).

  • cyan value is 23.92%
  • magenta value is 0.00%
  • yellow value is 30.98%
  • key color value is 0.00%

CMYK: (24,0,31,0)
C24M0Y31K0 (24%, 0%, 31%, 0%)
(0.24 / 0.00 / 0.31 / 0.00)

CMYK percentages

%23.92
%0
%30.98
%0

Codes

Color #C2FFB0 in popluar color models

C2 FF B0
RGB 194 255 176
HSL 106° 100.00% 84.51%
HSB/HSV 106° 30.98% 100.00%
CMYK 23.92% 0.00% 30.98%
0.00%

Color #C2FFB0 in popluar number systems.

HEX C2 FF B0
Decimal 194 255 176
Binary 11000010 11111111 10110000
Octal 302 377 260

Shades and tints

Shades of #C2FFB0

#C2FFB0
(194,255,176)
#B1E8A0
(177,232,160)
#A0D190
(160,209,144)
#8FBA80
(143,186,128)
#7EA370
(126,163,112)
#6D8C60
(109,140,96)
#5C7550
(92,117,80)
#4B5E40
(75,94,64)
#3A4730
(58,71,48)
#293020
(41,48,32)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #C2FFB0

#C2FFB0
(194,255,176)
#C7FFB7
(199,255,183)
#CCFFBE
(204,255,190)
#D1FFC5
(209,255,197)
#D6FFCC
(214,255,204)
#DBFFD3
(219,255,211)
#E0FFDA
(224,255,218)
#E5FFE1
(229,255,225)
#EAFFE8
(234,255,232)
#EFFFEF
(239,255,239)
#F4FFF6
(244,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2FFB0 color. Also use rgb(194,255,176) instead hex code.

Text Font Color

.myTextColor { color: #C2FFB0; }

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

This text font color is #C2FFB0.

Background Color

.myBgColor { background-color: #C2FFB0; }

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

This div background color is #C2FFB0.

Border color

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

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

This div border color is #C2FFB0.

Opacity

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

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

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

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

This text has shadow with #C2FFB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2FFB0.

Preview

Color preview on black background

This text has color #C2FFB0 on black background.


Color preview on white background

This text has color #C2FFB0 on white background.


Black color preview on #C2FFB0 background

This text has black color on #C2FFB0 background.


White color preview on #C2FFB0 background

This text has white color on #C2FFB0 background.


Related colors

Complementary color

Complementary color for #hex is #3D004F.


I love getcolorcode.com

Triadic colors

1 #B0C2FF and #FFB0C2 with #C2FFB0 are triadic colors.

2 #B0FFC2 and #FFC2B0 with #C2FFB0 are triadic colors.