COLOR #C7F5AE

HEX: #C7F5AE RGB: (199,245,174)

Color info

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

RGB color model

#C7F5AE color RGB value is (199,245,174).

RGB: (199,245,174) (78%, 96%, 68%)

RGB channels and saturation

R 199 of 255 = 78%
G 245 of 255 = 96%
B 174 of 255 = 68%

199
245
174

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

Portions of RGB colors in percentages

R + G + B = 199 + 245 + 174 = 618 (100%)
R 199 of 618 ~ 32.2%
G 245 of 618 ~ 39.64%
B 174 of 618 ~ 28.16'%

%32.2
%39.64
%28.16

CMYK color model

#C7F5AE color CMYK value is (19,0,29,4).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 28.98%
  • key color value is 3.92%

CMYK: (19,0,29,4)
C19M0Y29K4 (19%, 0%, 29%, 4%)
(0.19 / 0.00 / 0.29 / 0.04)

CMYK percentages

%18.78
%0
%28.98
%3.92

Codes

Color #C7F5AE in popluar color models

C7 F5 AE
RGB 199 245 174
HSL 99° 78.02% 82.16%
HSB/HSV 99° 28.98% 96.08%
CMYK 18.78% 0.00% 28.98%
3.92%

Color #C7F5AE in popluar number systems.

HEX C7 F5 AE
Decimal 199 245 174
Binary 11000111 11110101 10101110
Octal 307 365 256

Shades and tints

Shades of #C7F5AE

#C7F5AE
(199,245,174)
#B5DF9F
(181,223,159)
#A3C990
(163,201,144)
#91B381
(145,179,129)
#7F9D72
(127,157,114)
#6D8763
(109,135,99)
#5B7154
(91,113,84)
#495B45
(73,91,69)
#374536
(55,69,54)
#252F27
(37,47,39)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #C7F5AE

#C7F5AE
(199,245,174)
#CCF5B5
(204,245,181)
#D1F5BC
(209,245,188)
#D6F5C3
(214,245,195)
#DBF5CA
(219,245,202)
#E0F5D1
(224,245,209)
#E5F5D8
(229,245,216)
#EAF5DF
(234,245,223)
#EFF5E6
(239,245,230)
#F4F5ED
(244,245,237)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F5AE; }

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

This text font color is #C7F5AE.

Background Color

.myBgColor { background-color: #C7F5AE; }

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

This div background color is #C7F5AE.

Border color

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

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

This div border color is #C7F5AE.

Opacity

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

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

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

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

This text has shadow with #C7F5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F5AE.

Preview

Color preview on black background

This text has color #C7F5AE on black background.


Color preview on white background

This text has color #C7F5AE on white background.


Black color preview on #C7F5AE background

This text has black color on #C7F5AE background.


White color preview on #C7F5AE background

This text has white color on #C7F5AE background.


Related colors

Complementary color

Complementary color for #hex is #380A51.


I love getcolorcode.com

Triadic colors

1 #AEC7F5 and #F5AEC7 with #C7F5AE are triadic colors.

2 #AEF5C7 and #F5C7AE with #C7F5AE are triadic colors.