COLOR #C7EFC5

HEX: #C7EFC5
RGB: (199,239,197)

Color info

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

RGB color model

#C7EFC5 color RGB value is (199,239,197).

  • red value is 199;
  • green value is 239;
  • blue value is 197.
RGB:
(199,239,197)
(78%,94%,77%)

RGB channels and saturation

R 199 of 255 = 78%
G 239 of 255 = 94%
B 197 of 255 = 77%

199
239
197

R + G + B ~ 83%. #C7EFC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 239 + 197 = 635 (100%)
R 199 of 635 ~ 31.34%
G 239 of 635 ~ 37.64%
B 197 of 635 ~ 31.02%

%31.34
%37.64
%31.02

CMYK color model

#C7EFC5 color CMYK value is (17,0,18,6).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 6.27%
CMYK:
(17,0,18,6)
C17M0Y18K6 
(17%,0%,18%,6%)
(0.17/0.00/0.18/0.06)	

CMYK percentages

%16.74
%0
%17.57
%6.27

Codes

Color #C7EFC5 in popluar color models

C7EFC5
RGB199239197
HSL117°56.76%85.49%
HSB/HSV117°17.57%93.73%
CMYK16.74%0.00%17.57%
6.27%

Color #C7EFC5 in popluar number systems.

HEXC7EFC5
Decimal199239197
Binary110001111110111111000101
Octal307357305

Shades and tints

Shades of #C7EFC5

#C7EFC5
(199,239,197)
#B5DAB4
(181,218,180)
#A3C5A3
(163,197,163)
#91B092
(145,176,146)
#7F9B81
(127,155,129)
#6D8670
(109,134,112)
#5B715F
(91,113,95)
#495C4E
(73,92,78)
#37473D
(55,71,61)
#25322C
(37,50,44)
#131D1B
(19,29,27)
#000000
(0,0,0)

Tints of #C7EFC5

#C7EFC5
(199,239,197)
#CCF0CA
(204,240,202)
#D1F1CF
(209,241,207)
#D6F2D4
(214,242,212)
#DBF3D9
(219,243,217)
#E0F4DE
(224,244,222)
#E5F5E3
(229,245,227)
#EAF6E8
(234,246,232)
#EFF7ED
(239,247,237)
#F4F8F2
(244,248,242)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7EFC5 color. Also use rgb(199,239,197) instead hex code.

Text Font Color

.myTextColor { color: #C7EFC5; }

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

This text font color is #C7EFC5.


Background Color

.myBgColor { background-color: #C7EFC5; }

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

This div background color is #C7EFC5.


Border color

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

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

This div border color is #C7EFC5.


Opacity

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

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

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

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

This text has shadow with #C7EFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EFC5 on black background.


Color preview on white background

This text has color #C7EFC5 on white background.



Black color preview on #C7EFC5 background

This text has black color on #C7EFC5 background.


White color preview on #C7EFC5 background

This text has white color on #C7EFC5 background.