COLOR #C7EDEC

HEX: #C7EDEC
RGB: (199,237,236)

Color info

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

RGB color model

#C7EDEC color RGB value is (199,237,236).

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

RGB channels and saturation

R 199 of 255 = 78%
G 237 of 255 = 93%
B 236 of 255 = 93%

199
237
236

R + G + B ~ 88%. #C7EDEC is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 237 + 236 = 672 (100%)
R 199 of 672 ~ 29.61%
G 237 of 672 ~ 35.27%
B 236 of 672 ~ 35.12%

%29.61
%35.27
%35.12

CMYK color model

#C7EDEC color CMYK value is (16,0,0,7).

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 7.06%
CMYK:
(16,0,0,7)
C16M0Y0K7 
(16%,0%,0%,7%)
(0.16/0.00/0.00/0.07)	

CMYK percentages

%16.03
%0
%0.42
%7.06

Codes

Color #C7EDEC in popluar color models

C7EDEC
RGB199237236
HSL178°51.35%85.49%
HSB/HSV178°16.03%92.94%
CMYK16.03%0.00%0.42%
7.06%

Color #C7EDEC in popluar number systems.

HEXC7EDEC
Decimal199237236
Binary110001111110110111101100
Octal307355354

Shades and tints

Shades of #C7EDEC

#C7EDEC
(199,237,236)
#B5D8D7
(181,216,215)
#A3C3C2
(163,195,194)
#91AEAD
(145,174,173)
#7F9998
(127,153,152)
#6D8483
(109,132,131)
#5B6F6E
(91,111,110)
#495A59
(73,90,89)
#374544
(55,69,68)
#25302F
(37,48,47)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #C7EDEC

#C7EDEC
(199,237,236)
#CCEEED
(204,238,237)
#D1EFEE
(209,239,238)
#D6F0EF
(214,240,239)
#DBF1F0
(219,241,240)
#E0F2F1
(224,242,241)
#E5F3F2
(229,243,242)
#EAF4F3
(234,244,243)
#EFF5F4
(239,245,244)
#F4F6F5
(244,246,245)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7EDEC; }

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

This text font color is #C7EDEC.


Background Color

.myBgColor { background-color: #C7EDEC; }

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

This div background color is #C7EDEC.


Border color

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

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

This div border color is #C7EDEC.


Opacity

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

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

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

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

This text has shadow with #C7EDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EDEC on black background.


Color preview on white background

This text has color #C7EDEC on white background.



Black color preview on #C7EDEC background

This text has black color on #C7EDEC background.


White color preview on #C7EDEC background

This text has white color on #C7EDEC background.