COLOR #C7F0CD

HEX: #C7F0CD
RGB: (199,240,205)

Color info

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

RGB color model

#C7F0CD color RGB value is (199,240,205).

  • red value is 199;
  • green value is 240;
  • blue value is 205.
RGB:
(199,240,205)
(78%,94%,80%)

RGB channels and saturation

R 199 of 255 = 78%
G 240 of 255 = 94%
B 205 of 255 = 80%

199
240
205

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

Portions of RGB colors in percentages

R + G + B =
199 + 240 + 205 = 644 (100%)
R 199 of 644 ~ 30.9%
G 240 of 644 ~ 37.27%
B 205 of 644 ~ 31.83%

%30.9
%37.27
%31.83

CMYK color model

#C7F0CD color CMYK value is (17,0,15,6).

  • cyan value is 17.08%
  • magenta value is 0.00%
  • yellow value is 14.58%
  • key color value is 5.88%
CMYK:
(17,0,15,6)
C17M0Y15K6 
(17%,0%,15%,6%)
(0.17/0.00/0.15/0.06)	

CMYK percentages

%17.08
%0
%14.58
%5.88

Codes

Color #C7F0CD in popluar color models

C7F0CD
RGB199240205
HSL129°57.75%86.08%
HSB/HSV129°17.08%94.12%
CMYK17.08%0.00%14.58%
5.88%

Color #C7F0CD in popluar number systems.

HEXC7F0CD
Decimal199240205
Binary110001111111000011001101
Octal307360315

Shades and tints

Shades of #C7F0CD

#C7F0CD
(199,240,205)
#B5DBBB
(181,219,187)
#A3C6A9
(163,198,169)
#91B197
(145,177,151)
#7F9C85
(127,156,133)
#6D8773
(109,135,115)
#5B7261
(91,114,97)
#495D4F
(73,93,79)
#37483D
(55,72,61)
#25332B
(37,51,43)
#131E19
(19,30,25)
#000000
(0,0,0)

Tints of #C7F0CD

#C7F0CD
(199,240,205)
#CCF1D1
(204,241,209)
#D1F2D5
(209,242,213)
#D6F3D9
(214,243,217)
#DBF4DD
(219,244,221)
#E0F5E1
(224,245,225)
#E5F6E5
(229,246,229)
#EAF7E9
(234,247,233)
#EFF8ED
(239,248,237)
#F4F9F1
(244,249,241)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F0CD; }

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

This text font color is #C7F0CD.


Background Color

.myBgColor { background-color: #C7F0CD; }

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

This div background color is #C7F0CD.


Border color

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

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

This div border color is #C7F0CD.


Opacity

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

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

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

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

This text has shadow with #C7F0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F0CD on black background.


Color preview on white background

This text has color #C7F0CD on white background.



Black color preview on #C7F0CD background

This text has black color on #C7F0CD background.


White color preview on #C7F0CD background

This text has white color on #C7F0CD background.