COLOR #C7EFEF

HEX: #C7EFEF
RGB: (199,239,239)

Color info

#C7EFEF contains red, green and blue colors in about the same proportion. Web safe color of #C7EFEF is #CCFFFF (or #CFF).

RGB color model

#C7EFEF color RGB value is (199,239,239).

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

RGB channels and saturation

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

199
239
239

R + G + B ~ 89%. #C7EFEF is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 239 + 239 = 677 (100%)
R 199 of 677 ~ 29.39%
G 239 of 677 ~ 35.3%
B 239 of 677 ~ 35.3%

%29.39
%35.3
%35.3

CMYK color model

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

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

CMYK percentages

%16.74
%0
%0
%6.27

Codes

Color #C7EFEF in popluar color models

C7EFEF
RGB199239239
HSL180°55.56%85.88%
HSB/HSV180°16.74%93.73%
CMYK16.74%0.00%0.00%
6.27%

Color #C7EFEF in popluar number systems.

HEXC7EFEF
Decimal199239239
Binary110001111110111111101111
Octal307357357

Shades and tints

Shades of #C7EFEF

#C7EFEF
(199,239,239)
#B5DADA
(181,218,218)
#A3C5C5
(163,197,197)
#91B0B0
(145,176,176)
#7F9B9B
(127,155,155)
#6D8686
(109,134,134)
#5B7171
(91,113,113)
#495C5C
(73,92,92)
#374747
(55,71,71)
#253232
(37,50,50)
#131D1D
(19,29,29)
#000000
(0,0,0)

Tints of #C7EFEF

#C7EFEF
(199,239,239)
#CCF0F0
(204,240,240)
#D1F1F1
(209,241,241)
#D6F2F2
(214,242,242)
#DBF3F3
(219,243,243)
#E0F4F4
(224,244,244)
#E5F5F5
(229,245,245)
#EAF6F6
(234,246,246)
#EFF7F7
(239,247,247)
#F4F8F8
(244,248,248)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EFEF; }

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

This text font color is #C7EFEF.


Background Color

.myBgColor { background-color: #C7EFEF; }

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

This div background color is #C7EFEF.


Border color

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

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

This div border color is #C7EFEF.


Opacity

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

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

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

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

This text has shadow with #C7EFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EFEF on black background.


Color preview on white background

This text has color #C7EFEF on white background.



Black color preview on #C7EFEF background

This text has black color on #C7EFEF background.


White color preview on #C7EFEF background

This text has white color on #C7EFEF background.