COLOR #C7FCCE

HEX: #C7FCCE RGB: (199,252,206)

Color info

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

RGB color model

#C7FCCE color RGB value is (199,252,206).

RGB: (199,252,206) (78%, 99%, 81%)

RGB channels and saturation

R 199 of 255 = 78%
G 252 of 255 = 99%
B 206 of 255 = 81%

199
252
206

R + G + B ~ 86%. #C7FCCE is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 252 + 206 = 657 (100%)
R 199 of 657 ~ 30.29%
G 252 of 657 ~ 38.36%
B 206 of 657 ~ 31.35'%

%30.29
%38.36
%31.35

CMYK color model

#C7FCCE color CMYK value is (21,0,18,1).

  • cyan value is 21.03%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 1.18%

CMYK: (21,0,18,1)
C21M0Y18K1 (21%, 0%, 18%, 1%)
(0.21 / 0.00 / 0.18 / 0.01)

CMYK percentages

%21.03
%0
%18.25
%1.18

Codes

Color #C7FCCE in popluar color models

C7 FC CE
RGB 199 252 206
HSL 128° 89.83% 88.43%
HSB/HSV 128° 21.03% 98.82%
CMYK 21.03% 0.00% 18.25%
1.18%

Color #C7FCCE in popluar number systems.

HEX C7 FC CE
Decimal 199 252 206
Binary 11000111 11111100 11001110
Octal 307 374 316

Shades and tints

Shades of #C7FCCE

#C7FCCE
(199,252,206)
#B5E6BC
(181,230,188)
#A3D0AA
(163,208,170)
#91BA98
(145,186,152)
#7FA486
(127,164,134)
#6D8E74
(109,142,116)
#5B7862
(91,120,98)
#496250
(73,98,80)
#374C3E
(55,76,62)
#25362C
(37,54,44)
#13201A
(19,32,26)
#000000
(0,0,0)

Tints of #C7FCCE

#C7FCCE
(199,252,206)
#CCFCD2
(204,252,210)
#D1FCD6
(209,252,214)
#D6FCDA
(214,252,218)
#DBFCDE
(219,252,222)
#E0FCE2
(224,252,226)
#E5FCE6
(229,252,230)
#EAFCEA
(234,252,234)
#EFFCEE
(239,252,238)
#F4FCF2
(244,252,242)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FCCE color. Also use rgb(199,252,206) instead hex code.

Text Font Color

.myTextColor { color: #C7FCCE; }

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

This text font color is #C7FCCE.

Background Color

.myBgColor { background-color: #C7FCCE; }

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

This div background color is #C7FCCE.

Border color

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

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

This div border color is #C7FCCE.

Opacity

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

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

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

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

This text has shadow with #C7FCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7FCCE.

Preview

Color preview on black background

This text has color #C7FCCE on black background.


Color preview on white background

This text has color #C7FCCE on white background.


Black color preview on #C7FCCE background

This text has black color on #C7FCCE background.


White color preview on #C7FCCE background

This text has white color on #C7FCCE background.


Related colors

Complementary color

Complementary color for #hex is #380331.


I love getcolorcode.com

Triadic colors

1 #CEC7FC and #FCCEC7 with #C7FCCE are triadic colors.

2 #CEFCC7 and #FCC7CE with #C7FCCE are triadic colors.