COLOR #C7F3AE

HEX: #C7F3AE RGB: (199,243,174)

Color info

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

RGB color model

#C7F3AE color RGB value is (199,243,174).

RGB: (199,243,174) (78%, 95%, 68%)

RGB channels and saturation

R 199 of 255 = 78%
G 243 of 255 = 95%
B 174 of 255 = 68%

199
243
174

R + G + B ~ 80%. #C7F3AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 243 + 174 = 616 (100%)
R 199 of 616 ~ 32.31%
G 243 of 616 ~ 39.45%
B 174 of 616 ~ 28.25'%

%32.31
%39.45
%28.25

CMYK color model

#C7F3AE color CMYK value is (18,0,28,5).

  • cyan value is 18.11%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 4.71%

CMYK: (18,0,28,5)
C18M0Y28K5 (18%, 0%, 28%, 5%)
(0.18 / 0.00 / 0.28 / 0.05)

CMYK percentages

%18.11
%0
%28.4
%4.71

Codes

Color #C7F3AE in popluar color models

C7 F3 AE
RGB 199 243 174
HSL 98° 74.19% 81.76%
HSB/HSV 98° 28.40% 95.29%
CMYK 18.11% 0.00% 28.40%
4.71%

Color #C7F3AE in popluar number systems.

HEX C7 F3 AE
Decimal 199 243 174
Binary 11000111 11110011 10101110
Octal 307 363 256

Shades and tints

Shades of #C7F3AE

#C7F3AE
(199,243,174)
#B5DD9F
(181,221,159)
#A3C790
(163,199,144)
#91B181
(145,177,129)
#7F9B72
(127,155,114)
#6D8563
(109,133,99)
#5B6F54
(91,111,84)
#495945
(73,89,69)
#374336
(55,67,54)
#252D27
(37,45,39)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #C7F3AE

#C7F3AE
(199,243,174)
#CCF4B5
(204,244,181)
#D1F5BC
(209,245,188)
#D6F6C3
(214,246,195)
#DBF7CA
(219,247,202)
#E0F8D1
(224,248,209)
#E5F9D8
(229,249,216)
#EAFADF
(234,250,223)
#EFFBE6
(239,251,230)
#F4FCED
(244,252,237)
#F9FDF4
(249,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F3AE; }

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

This text font color is #C7F3AE.

Background Color

.myBgColor { background-color: #C7F3AE; }

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

This div background color is #C7F3AE.

Border color

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

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

This div border color is #C7F3AE.

Opacity

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

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

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

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

This text has shadow with #C7F3AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F3AE.

Preview

Color preview on black background

This text has color #C7F3AE on black background.


Color preview on white background

This text has color #C7F3AE on white background.


Black color preview on #C7F3AE background

This text has black color on #C7F3AE background.


White color preview on #C7F3AE background

This text has white color on #C7F3AE background.


Related colors

Complementary color

Complementary color for #hex is #380C51.


I love getcolorcode.com

Triadic colors

1 #AEC7F3 and #F3AEC7 with #C7F3AE are triadic colors.

2 #AEF3C7 and #F3C7AE with #C7F3AE are triadic colors.