COLOR #C7EFD4

HEX: #C7EFD4
RGB: (199,239,212)

Color info

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

RGB color model

#C7EFD4 color RGB value is (199,239,212).

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

RGB channels and saturation

R 199 of 255 = 78%
G 239 of 255 = 94%
B 212 of 255 = 83%

199
239
212

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

Portions of RGB colors in percentages

R + G + B =
199 + 239 + 212 = 650 (100%)
R 199 of 650 ~ 30.62%
G 239 of 650 ~ 36.77%
B 212 of 650 ~ 32.62%

%30.62
%36.77
%32.62

CMYK color model

#C7EFD4 color CMYK value is (17,0,11,6).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 6.27%
CMYK:
(17,0,11,6)
C17M0Y11K6 
(17%,0%,11%,6%)
(0.17/0.00/0.11/0.06)	

CMYK percentages

%16.74
%0
%11.3
%6.27

Codes

Color #C7EFD4 in popluar color models

C7EFD4
RGB199239212
HSL140°55.56%85.88%
HSB/HSV140°16.74%93.73%
CMYK16.74%0.00%11.30%
6.27%

Color #C7EFD4 in popluar number systems.

HEXC7EFD4
Decimal199239212
Binary110001111110111111010100
Octal307357324

Shades and tints

Shades of #C7EFD4

#C7EFD4
(199,239,212)
#B5DAC1
(181,218,193)
#A3C5AE
(163,197,174)
#91B09B
(145,176,155)
#7F9B88
(127,155,136)
#6D8675
(109,134,117)
#5B7162
(91,113,98)
#495C4F
(73,92,79)
#37473C
(55,71,60)
#253229
(37,50,41)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #C7EFD4

#C7EFD4
(199,239,212)
#CCF0D7
(204,240,215)
#D1F1DA
(209,241,218)
#D6F2DD
(214,242,221)
#DBF3E0
(219,243,224)
#E0F4E3
(224,244,227)
#E5F5E6
(229,245,230)
#EAF6E9
(234,246,233)
#EFF7EC
(239,247,236)
#F4F8EF
(244,248,239)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EFD4; }

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

This text font color is #C7EFD4.


Background Color

.myBgColor { background-color: #C7EFD4; }

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

This div background color is #C7EFD4.


Border color

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

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

This div border color is #C7EFD4.


Opacity

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

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

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

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

This text has shadow with #C7EFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EFD4 on black background.


Color preview on white background

This text has color #C7EFD4 on white background.



Black color preview on #C7EFD4 background

This text has black color on #C7EFD4 background.


White color preview on #C7EFD4 background

This text has white color on #C7EFD4 background.