COLOR #C7FCCD

HEX: #C7FCCD RGB: (199,252,205)

Color info

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

RGB color model

#C7FCCD color RGB value is (199,252,205).

RGB: (199,252,205) (78%, 99%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 252 of 255 = 99%
B 205 of 255 = 80%

199
252
205

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

Portions of RGB colors in percentages

R + G + B = 199 + 252 + 205 = 656 (100%)
R 199 of 656 ~ 30.34%
G 252 of 656 ~ 38.41%
B 205 of 656 ~ 31.25'%

%30.34
%38.41
%31.25

CMYK color model

#C7FCCD color CMYK value is (21,0,19,1).

  • cyan value is 21.03%
  • magenta value is 0.00%
  • yellow value is 18.65%
  • key color value is 1.18%
CMYK: (21,0,19,1) C21M0Y19K1 (21%,0%,19%,1%) (0.21/0.00/0.19/0.01) 

CMYK percentages

%21.03
%0
%18.65
%1.18

Codes

Color #C7FCCD in popluar color models

C7 FC CD
RGB 199 252 205
HSL 127° 89.83% 88.43%
HSB/HSV 127° 21.03% 98.82%
CMYK 21.03% 0.00% 18.65%
1.18%

Color #C7FCCD in popluar number systems.

HEX C7 FC CD
Decimal 199 252 205
Binary 11000111 11111100 11001101
Octal 307 374 315

Shades and tints

Shades of #C7FCCD

#C7FCCD
(199,252,205)
#B5E6BB
(181,230,187)
#A3D0A9
(163,208,169)
#91BA97
(145,186,151)
#7FA485
(127,164,133)
#6D8E73
(109,142,115)
#5B7861
(91,120,97)
#49624F
(73,98,79)
#374C3D
(55,76,61)
#25362B
(37,54,43)
#132019
(19,32,25)
#000000
(0,0,0)

Tints of #C7FCCD

#C7FCCD
(199,252,205)
#CCFCD1
(204,252,209)
#D1FCD5
(209,252,213)
#D6FCD9
(214,252,217)
#DBFCDD
(219,252,221)
#E0FCE1
(224,252,225)
#E5FCE5
(229,252,229)
#EAFCE9
(234,252,233)
#EFFCED
(239,252,237)
#F4FCF1
(244,252,241)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FCCD; }

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

This text font color is #C7FCCD.

Background Color

.myBgColor { background-color: #C7FCCD; }

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

This div background color is #C7FCCD.

Border color

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

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

This div border color is #C7FCCD.

Opacity

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

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

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

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

This text has shadow with #C7FCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7FCCD.

Preview

Color preview on black background

This text has color #C7FCCD on black background.


Color preview on white background

This text has color #C7FCCD on white background.


Black color preview on #C7FCCD background

This text has black color on #C7FCCD background.


White color preview on #C7FCCD background

This text has white color on #C7FCCD background.


Related colors

Complementary color

Complementary color for #hex is #380332.


I love getcolorcode.com

Triadic colors

1 #CDC7FC and #FCCDC7 with #C7FCCD are triadic colors.

2 #CDFCC7 and #FCC7CD with #C7FCCD are triadic colors.