COLOR #C7EFE6

HEX: #C7EFE6
RGB: (199,239,230)

Color info

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

RGB color model

#C7EFE6 color RGB value is (199,239,230).

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

RGB channels and saturation

R 199 of 255 = 78%
G 239 of 255 = 94%
B 230 of 255 = 90%

199
239
230

R + G + B ~ 87%. #C7EFE6 is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 239 + 230 = 668 (100%)
R 199 of 668 ~ 29.79%
G 239 of 668 ~ 35.78%
B 230 of 668 ~ 34.43%

%29.79
%35.78
%34.43

CMYK color model

#C7EFE6 color CMYK value is (17,0,4,6).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK:
(17,0,4,6)
C17M0Y4K6 
(17%,0%,4%,6%)
(0.17/0.00/0.04/0.06)	

CMYK percentages

%16.74
%0
%3.77
%6.27

Codes

Color #C7EFE6 in popluar color models

C7EFE6
RGB199239230
HSL167°55.56%85.88%
HSB/HSV167°16.74%93.73%
CMYK16.74%0.00%3.77%
6.27%

Color #C7EFE6 in popluar number systems.

HEXC7EFE6
Decimal199239230
Binary110001111110111111100110
Octal307357346

Shades and tints

Shades of #C7EFE6

#C7EFE6
(199,239,230)
#B5DAD2
(181,218,210)
#A3C5BE
(163,197,190)
#91B0AA
(145,176,170)
#7F9B96
(127,155,150)
#6D8682
(109,134,130)
#5B716E
(91,113,110)
#495C5A
(73,92,90)
#374746
(55,71,70)
#253232
(37,50,50)
#131D1E
(19,29,30)
#000000
(0,0,0)

Tints of #C7EFE6

#C7EFE6
(199,239,230)
#CCF0E8
(204,240,232)
#D1F1EA
(209,241,234)
#D6F2EC
(214,242,236)
#DBF3EE
(219,243,238)
#E0F4F0
(224,244,240)
#E5F5F2
(229,245,242)
#EAF6F4
(234,246,244)
#EFF7F6
(239,247,246)
#F4F8F8
(244,248,248)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EFE6; }

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

This text font color is #C7EFE6.


Background Color

.myBgColor { background-color: #C7EFE6; }

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

This div background color is #C7EFE6.


Border color

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

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

This div border color is #C7EFE6.


Opacity

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

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

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

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

This text has shadow with #C7EFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EFE6 on black background.


Color preview on white background

This text has color #C7EFE6 on white background.



Black color preview on #C7EFE6 background

This text has black color on #C7EFE6 background.


White color preview on #C7EFE6 background

This text has white color on #C7EFE6 background.