COLOR #C7F1CA

HEX: #C7F1CA RGB: (199,241,202)

Color info

#C7F1CA contains red, green and blue colors in about the same proportion. Web safe color of #C7F1CA is #CCFFCC (or #CFC).

RGB color model

#C7F1CA color RGB value is (199,241,202).

RGB: (199,241,202) (78%, 95%, 79%)

RGB channels and saturation

R 199 of 255 = 78%
G 241 of 255 = 95%
B 202 of 255 = 79%

199
241
202

R + G + B ~ 84%. #C7F1CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 241 + 202 = 642 (100%)
R 199 of 642 ~ 31%
G 241 of 642 ~ 37.54%
B 202 of 642 ~ 31.46'%

%31
%37.54
%31.46

CMYK color model

#C7F1CA color CMYK value is (17,0,16,5).

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 5.49%

CMYK: (17,0,16,5)
C17M0Y16K5 (17%, 0%, 16%, 5%)
(0.17 / 0.00 / 0.16 / 0.05)

CMYK percentages

%17.43
%0
%16.18
%5.49

Codes

Color #C7F1CA in popluar color models

C7 F1 CA
RGB 199 241 202
HSL 124° 60.00% 86.27%
HSB/HSV 124° 17.43% 94.51%
CMYK 17.43% 0.00% 16.18%
5.49%

Color #C7F1CA in popluar number systems.

HEX C7 F1 CA
Decimal 199 241 202
Binary 11000111 11110001 11001010
Octal 307 361 312

Shades and tints

Shades of #C7F1CA

#C7F1CA
(199,241,202)
#B5DCB8
(181,220,184)
#A3C7A6
(163,199,166)
#91B294
(145,178,148)
#7F9D82
(127,157,130)
#6D8870
(109,136,112)
#5B735E
(91,115,94)
#495E4C
(73,94,76)
#37493A
(55,73,58)
#253428
(37,52,40)
#131F16
(19,31,22)
#000000
(0,0,0)

Tints of #C7F1CA

#C7F1CA
(199,241,202)
#CCF2CE
(204,242,206)
#D1F3D2
(209,243,210)
#D6F4D6
(214,244,214)
#DBF5DA
(219,245,218)
#E0F6DE
(224,246,222)
#E5F7E2
(229,247,226)
#EAF8E6
(234,248,230)
#EFF9EA
(239,249,234)
#F4FAEE
(244,250,238)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F1CA color. Also use rgb(199,241,202) instead hex code.

Text Font Color

.myTextColor { color: #C7F1CA; }

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

This text font color is #C7F1CA.

Background Color

.myBgColor { background-color: #C7F1CA; }

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

This div background color is #C7F1CA.

Border color

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

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

This div border color is #C7F1CA.

Opacity

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

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

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

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

This text has shadow with #C7F1CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F1CA.

Preview

Color preview on black background

This text has color #C7F1CA on black background.


Color preview on white background

This text has color #C7F1CA on white background.


Black color preview on #C7F1CA background

This text has black color on #C7F1CA background.


White color preview on #C7F1CA background

This text has white color on #C7F1CA background.


Related colors

Complementary color

Complementary color for #hex is #380E35.


I love getcolorcode.com

Triadic colors

1 #CAC7F1 and #F1CAC7 with #C7F1CA are triadic colors.

2 #CAF1C7 and #F1C7CA with #C7F1CA are triadic colors.