COLOR #C7F8CF

HEX: #C7F8CF RGB: (199,248,207)

Color info

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

RGB color model

#C7F8CF color RGB value is (199,248,207).

RGB: (199,248,207) (78%, 97%, 81%)

RGB channels and saturation

R 199 of 255 = 78%
G 248 of 255 = 97%
B 207 of 255 = 81%

199
248
207

R + G + B ~ 85%. #C7F8CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 248 + 207 = 654 (100%)
R 199 of 654 ~ 30.43%
G 248 of 654 ~ 37.92%
B 207 of 654 ~ 31.65'%

%30.43
%37.92
%31.65

CMYK color model

#C7F8CF color CMYK value is (20,0,17,3).

  • cyan value is 19.76%
  • magenta value is 0.00%
  • yellow value is 16.53%
  • key color value is 2.75%

CMYK: (20,0,17,3)
C20M0Y17K3 (20%, 0%, 17%, 3%)
(0.20 / 0.00 / 0.17 / 0.03)

CMYK percentages

%19.76
%0
%16.53
%2.75

Codes

Color #C7F8CF in popluar color models

C7 F8 CF
RGB 199 248 207
HSL 130° 77.78% 87.65%
HSB/HSV 130° 19.76% 97.25%
CMYK 19.76% 0.00% 16.53%
2.75%

Color #C7F8CF in popluar number systems.

HEX C7 F8 CF
Decimal 199 248 207
Binary 11000111 11111000 11001111
Octal 307 370 317

Shades and tints

Shades of #C7F8CF

#C7F8CF
(199,248,207)
#B5E2BD
(181,226,189)
#A3CCAB
(163,204,171)
#91B699
(145,182,153)
#7FA087
(127,160,135)
#6D8A75
(109,138,117)
#5B7463
(91,116,99)
#495E51
(73,94,81)
#37483F
(55,72,63)
#25322D
(37,50,45)
#131C1B
(19,28,27)
#000000
(0,0,0)

Tints of #C7F8CF

#C7F8CF
(199,248,207)
#CCF8D3
(204,248,211)
#D1F8D7
(209,248,215)
#D6F8DB
(214,248,219)
#DBF8DF
(219,248,223)
#E0F8E3
(224,248,227)
#E5F8E7
(229,248,231)
#EAF8EB
(234,248,235)
#EFF8EF
(239,248,239)
#F4F8F3
(244,248,243)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F8CF color. Also use rgb(199,248,207) instead hex code.

Text Font Color

.myTextColor { color: #C7F8CF; }

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

This text font color is #C7F8CF.

Background Color

.myBgColor { background-color: #C7F8CF; }

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

This div background color is #C7F8CF.

Border color

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

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

This div border color is #C7F8CF.

Opacity

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

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

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

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

This text has shadow with #C7F8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F8CF.

Preview

Color preview on black background

This text has color #C7F8CF on black background.


Color preview on white background

This text has color #C7F8CF on white background.


Black color preview on #C7F8CF background

This text has black color on #C7F8CF background.


White color preview on #C7F8CF background

This text has white color on #C7F8CF background.


Related colors

Complementary color

Complementary color for #hex is #380730.


I love getcolorcode.com

Triadic colors

1 #CFC7F8 and #F8CFC7 with #C7F8CF are triadic colors.

2 #CFF8C7 and #F8C7CF with #C7F8CF are triadic colors.