COLOR #C7F3A2

HEX: #C7F3A2 RGB: (199,243,162)

Color info

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

RGB color model

#C7F3A2 color RGB value is (199,243,162).

RGB: (199,243,162) (78%, 95%, 64%)

RGB channels and saturation

R 199 of 255 = 78%
G 243 of 255 = 95%
B 162 of 255 = 64%

199
243
162

R + G + B ~ 79%. #C7F3A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 243 + 162 = 604 (100%)
R 199 of 604 ~ 32.95%
G 243 of 604 ~ 40.23%
B 162 of 604 ~ 26.82'%

%32.95
%40.23
%26.82

CMYK color model

#C7F3A2 color CMYK value is (18,0,33,5).

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

CMYK: (18,0,33,5)
C18M0Y33K5 (18%, 0%, 33%, 5%)
(0.18 / 0.00 / 0.33 / 0.05)

CMYK percentages

%18.11
%0
%33.33
%4.71

Codes

Color #C7F3A2 in popluar color models

C7 F3 A2
RGB 199 243 162
HSL 93° 77.14% 79.41%
HSB/HSV 93° 33.33% 95.29%
CMYK 18.11% 0.00% 33.33%
4.71%

Color #C7F3A2 in popluar number systems.

HEX C7 F3 A2
Decimal 199 243 162
Binary 11000111 11110011 10100010
Octal 307 363 242

Shades and tints

Shades of #C7F3A2

#C7F3A2
(199,243,162)
#B5DD94
(181,221,148)
#A3C786
(163,199,134)
#91B178
(145,177,120)
#7F9B6A
(127,155,106)
#6D855C
(109,133,92)
#5B6F4E
(91,111,78)
#495940
(73,89,64)
#374332
(55,67,50)
#252D24
(37,45,36)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #C7F3A2

#C7F3A2
(199,243,162)
#CCF4AA
(204,244,170)
#D1F5B2
(209,245,178)
#D6F6BA
(214,246,186)
#DBF7C2
(219,247,194)
#E0F8CA
(224,248,202)
#E5F9D2
(229,249,210)
#EAFADA
(234,250,218)
#EFFBE2
(239,251,226)
#F4FCEA
(244,252,234)
#F9FDF2
(249,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F3A2; }

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

This text font color is #C7F3A2.

Background Color

.myBgColor { background-color: #C7F3A2; }

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

This div background color is #C7F3A2.

Border color

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

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

This div border color is #C7F3A2.

Opacity

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

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

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

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

This text has shadow with #C7F3A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F3A2.

Preview

Color preview on black background

This text has color #C7F3A2 on black background.


Color preview on white background

This text has color #C7F3A2 on white background.


Black color preview on #C7F3A2 background

This text has black color on #C7F3A2 background.


White color preview on #C7F3A2 background

This text has white color on #C7F3A2 background.


Related colors

Complementary color

Complementary color for #hex is #380C5D.


I love getcolorcode.com

Triadic colors

1 #A2C7F3 and #F3A2C7 with #C7F3A2 are triadic colors.

2 #A2F3C7 and #F3C7A2 with #C7F3A2 are triadic colors.