COLOR #C7FFAE

HEX: #C7FFAE RGB: (199,255,174)

Color info

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

RGB color model

#C7FFAE color RGB value is (199,255,174).

RGB: (199,255,174) (78%, 100%, 68%)

RGB channels and saturation

R 199 of 255 = 78%
G 255 of 255 = 100%
B 174 of 255 = 68%

199
255
174

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

Portions of RGB colors in percentages

R + G + B = 199 + 255 + 174 = 628 (100%)
R 199 of 628 ~ 31.69%
G 255 of 628 ~ 40.61%
B 174 of 628 ~ 27.71'%

%31.69
%40.61
%27.71

CMYK color model

#C7FFAE color CMYK value is (22,0,32,0).

  • cyan value is 21.96%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 0.00%
CMYK: (22,0,32,0) C22M0Y32K0 (22%,0%,32%,0%) (0.22/0.00/0.32/0.00) 

CMYK percentages

%21.96
%0
%31.76
%0

Codes

Color #C7FFAE in popluar color models

C7 FF AE
RGB 199 255 174
HSL 101° 100.00% 84.12%
HSB/HSV 101° 31.76% 100.00%
CMYK 21.96% 0.00% 31.76%
0.00%

Color #C7FFAE in popluar number systems.

HEX C7 FF AE
Decimal 199 255 174
Binary 11000111 11111111 10101110
Octal 307 377 256

Shades and tints

Shades of #C7FFAE

#C7FFAE
(199,255,174)
#B5E89F
(181,232,159)
#A3D190
(163,209,144)
#91BA81
(145,186,129)
#7FA372
(127,163,114)
#6D8C63
(109,140,99)
#5B7554
(91,117,84)
#495E45
(73,94,69)
#374736
(55,71,54)
#253027
(37,48,39)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #C7FFAE

#C7FFAE
(199,255,174)
#CCFFB5
(204,255,181)
#D1FFBC
(209,255,188)
#D6FFC3
(214,255,195)
#DBFFCA
(219,255,202)
#E0FFD1
(224,255,209)
#E5FFD8
(229,255,216)
#EAFFDF
(234,255,223)
#EFFFE6
(239,255,230)
#F4FFED
(244,255,237)
#F9FFF4
(249,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FFAE color. Also use rgb(199,255,174) instead hex code.

Text Font Color

.myTextColor { color: #C7FFAE; }

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

This text font color is #C7FFAE.

Background Color

.myBgColor { background-color: #C7FFAE; }

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

This div background color is #C7FFAE.

Border color

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

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

This div border color is #C7FFAE.

Opacity

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

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

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

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

This text has shadow with #C7FFAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7FFAE.

Preview

Color preview on black background

This text has color #C7FFAE on black background.


Color preview on white background

This text has color #C7FFAE on white background.


Black color preview on #C7FFAE background

This text has black color on #C7FFAE background.


White color preview on #C7FFAE background

This text has white color on #C7FFAE background.


Related colors

Complementary color

Complementary color for #hex is #380051.


I love getcolorcode.com

Triadic colors

1 #AEC7FF and #FFAEC7 with #C7FFAE are triadic colors.

2 #AEFFC7 and #FFC7AE with #C7FFAE are triadic colors.