COLOR #C7E0E0

HEX: #C7E0E0
RGB: (199,224,224)

Color info

#C7E0E0 contains red, green and blue colors in about the same proportion. Web safe color of #C7E0E0 is #CCCCCC (or #CCC).

RGB color model

#C7E0E0 color RGB value is (199,224,224).

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

RGB channels and saturation

R 199 of 255 = 78%
G 224 of 255 = 88%
B 224 of 255 = 88%

199
224
224

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

Portions of RGB colors in percentages

R + G + B =
199 + 224 + 224 = 647 (100%)
R 199 of 647 ~ 30.76%
G 224 of 647 ~ 34.62%
B 224 of 647 ~ 34.62%

%30.76
%34.62
%34.62

CMYK color model

#C7E0E0 color CMYK value is (11,0,0,12).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(11,0,0,12)
C11M0Y0K12 
(11%,0%,0%,12%)
(0.11/0.00/0.00/0.12)	

CMYK percentages

%11.16
%0
%0
%12.16

Codes

Color #C7E0E0 in popluar color models

C7E0E0
RGB199224224
HSL180°28.74%82.94%
HSB/HSV180°11.16%87.84%
CMYK11.16%0.00%0.00%
12.16%

Color #C7E0E0 in popluar number systems.

HEXC7E0E0
Decimal199224224
Binary110001111110000011100000
Octal307340340

Shades and tints

Shades of #C7E0E0

#C7E0E0
(199,224,224)
#B5CCCC
(181,204,204)
#A3B8B8
(163,184,184)
#91A4A4
(145,164,164)
#7F9090
(127,144,144)
#6D7C7C
(109,124,124)
#5B6868
(91,104,104)
#495454
(73,84,84)
#374040
(55,64,64)
#252C2C
(37,44,44)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7E0E0

#C7E0E0
(199,224,224)
#CCE2E2
(204,226,226)
#D1E4E4
(209,228,228)
#D6E6E6
(214,230,230)
#DBE8E8
(219,232,232)
#E0EAEA
(224,234,234)
#E5ECEC
(229,236,236)
#EAEEEE
(234,238,238)
#EFF0F0
(239,240,240)
#F4F2F2
(244,242,242)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E0E0; }

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

This text font color is #C7E0E0.


Background Color

.myBgColor { background-color: #C7E0E0; }

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

This div background color is #C7E0E0.


Border color

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

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

This div border color is #C7E0E0.


Opacity

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

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

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

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

This text has shadow with #C7E0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E0E0 on black background.


Color preview on white background

This text has color #C7E0E0 on white background.



Black color preview on #C7E0E0 background

This text has black color on #C7E0E0 background.


White color preview on #C7E0E0 background

This text has white color on #C7E0E0 background.