COLOR #C7F9ED

HEX: #C7F9ED
RGB: (199,249,237)

Color info

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

RGB color model

#C7F9ED color RGB value is (199,249,237).

  • red value is 199;
  • green value is 249;
  • blue value is 237.
RGB:
(199,249,237)
(78%,98%,93%)

RGB channels and saturation

R 199 of 255 = 78%
G 249 of 255 = 98%
B 237 of 255 = 93%

199
249
237

R + G + B ~ 90%. #C7F9ED is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 249 + 237 = 685 (100%)
R 199 of 685 ~ 29.05%
G 249 of 685 ~ 36.35%
B 237 of 685 ~ 34.6%

%29.05
%36.35
%34.6

CMYK color model

#C7F9ED color CMYK value is (20,0,5,2).

  • cyan value is 20.08%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 2.35%
CMYK:
(20,0,5,2)
C20M0Y5K2 
(20%,0%,5%,2%)
(0.20/0.00/0.05/0.02)	

CMYK percentages

%20.08
%0
%4.82
%2.35

Codes

Color #C7F9ED in popluar color models

C7F9ED
RGB199249237
HSL166°80.65%87.84%
HSB/HSV166°20.08%97.65%
CMYK20.08%0.00%4.82%
2.35%

Color #C7F9ED in popluar number systems.

HEXC7F9ED
Decimal199249237
Binary110001111111100111101101
Octal307371355

Shades and tints

Shades of #C7F9ED

#C7F9ED
(199,249,237)
#B5E3D8
(181,227,216)
#A3CDC3
(163,205,195)
#91B7AE
(145,183,174)
#7FA199
(127,161,153)
#6D8B84
(109,139,132)
#5B756F
(91,117,111)
#495F5A
(73,95,90)
#374945
(55,73,69)
#253330
(37,51,48)
#131D1B
(19,29,27)
#000000
(0,0,0)

Tints of #C7F9ED

#C7F9ED
(199,249,237)
#CCF9EE
(204,249,238)
#D1F9EF
(209,249,239)
#D6F9F0
(214,249,240)
#DBF9F1
(219,249,241)
#E0F9F2
(224,249,242)
#E5F9F3
(229,249,243)
#EAF9F4
(234,249,244)
#EFF9F5
(239,249,245)
#F4F9F6
(244,249,246)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F9ED; }

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

This text font color is #C7F9ED.


Background Color

.myBgColor { background-color: #C7F9ED; }

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

This div background color is #C7F9ED.


Border color

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

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

This div border color is #C7F9ED.


Opacity

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

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

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

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

This text has shadow with #C7F9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F9ED on black background.


Color preview on white background

This text has color #C7F9ED on white background.



Black color preview on #C7F9ED background

This text has black color on #C7F9ED background.


White color preview on #C7F9ED background

This text has white color on #C7F9ED background.