COLOR #C2FFAD

HEX: #C2FFAD RGB: (194,255,173)

Color info

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

RGB color model

#C2FFAD color RGB value is (194,255,173).

RGB: (194,255,173) (76%, 100%, 68%)

RGB channels and saturation

R 194 of 255 = 76%
G 255 of 255 = 100%
B 173 of 255 = 68%

194
255
173

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

Portions of RGB colors in percentages

R + G + B = 194 + 255 + 173 = 622 (100%)
R 194 of 622 ~ 31.19%
G 255 of 622 ~ 41%
B 173 of 622 ~ 27.81'%

%31.19
%41
%27.81

CMYK color model

#C2FFAD color CMYK value is (24,0,32,0).

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

CMYK: (24,0,32,0)
C24M0Y32K0 (24%, 0%, 32%, 0%)
(0.24 / 0.00 / 0.32 / 0.00)

CMYK percentages

%23.92
%0
%32.16
%0

Codes

Color #C2FFAD in popluar color models

C2 FF AD
RGB 194 255 173
HSL 105° 100.00% 83.92%
HSB/HSV 105° 32.16% 100.00%
CMYK 23.92% 0.00% 32.16%
0.00%

Color #C2FFAD in popluar number systems.

HEX C2 FF AD
Decimal 194 255 173
Binary 11000010 11111111 10101101
Octal 302 377 255

Shades and tints

Shades of #C2FFAD

#C2FFAD
(194,255,173)
#B1E89E
(177,232,158)
#A0D18F
(160,209,143)
#8FBA80
(143,186,128)
#7EA371
(126,163,113)
#6D8C62
(109,140,98)
#5C7553
(92,117,83)
#4B5E44
(75,94,68)
#3A4735
(58,71,53)
#293026
(41,48,38)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #C2FFAD

#C2FFAD
(194,255,173)
#C7FFB4
(199,255,180)
#CCFFBB
(204,255,187)
#D1FFC2
(209,255,194)
#D6FFC9
(214,255,201)
#DBFFD0
(219,255,208)
#E0FFD7
(224,255,215)
#E5FFDE
(229,255,222)
#EAFFE5
(234,255,229)
#EFFFEC
(239,255,236)
#F4FFF3
(244,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2FFAD; }

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

This text font color is #C2FFAD.

Background Color

.myBgColor { background-color: #C2FFAD; }

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

This div background color is #C2FFAD.

Border color

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

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

This div border color is #C2FFAD.

Opacity

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

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

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

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

This text has shadow with #C2FFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2FFAD.

Preview

Color preview on black background

This text has color #C2FFAD on black background.


Color preview on white background

This text has color #C2FFAD on white background.


Black color preview on #C2FFAD background

This text has black color on #C2FFAD background.


White color preview on #C2FFAD background

This text has white color on #C2FFAD background.


Related colors

Complementary color

Complementary color for #hex is #3D0052.


I love getcolorcode.com

Triadic colors

1 #ADC2FF and #FFADC2 with #C2FFAD are triadic colors.

2 #ADFFC2 and #FFC2AD with #C2FFAD are triadic colors.