COLOR #C6E0E0

HEX: #C6E0E0
RGB: (198,224,224)

Color info

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

RGB color model

#C6E0E0 color RGB value is (198,224,224).

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

RGB channels and saturation

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

198
224
224

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

Portions of RGB colors in percentages

R + G + B =
198 + 224 + 224 = 646 (100%)
R 198 of 646 ~ 30.65%
G 224 of 646 ~ 34.67%
B 224 of 646 ~ 34.67%

%30.65
%34.67
%34.67

CMYK color model

#C6E0E0 color CMYK value is (12,0,0,12).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(12,0,0,12)
C12M0Y0K12 
(12%,0%,0%,12%)
(0.12/0.00/0.00/0.12)	

CMYK percentages

%11.61
%0
%0
%12.16

Codes

Color #C6E0E0 in popluar color models

C6E0E0
RGB198224224
HSL180°29.55%82.75%
HSB/HSV180°11.61%87.84%
CMYK11.61%0.00%0.00%
12.16%

Color #C6E0E0 in popluar number systems.

HEXC6E0E0
Decimal198224224
Binary110001101110000011100000
Octal306340340

Shades and tints

Shades of #C6E0E0

#C6E0E0
(198,224,224)
#B4CCCC
(180,204,204)
#A2B8B8
(162,184,184)
#90A4A4
(144,164,164)
#7E9090
(126,144,144)
#6C7C7C
(108,124,124)
#5A6868
(90,104,104)
#485454
(72,84,84)
#364040
(54,64,64)
#242C2C
(36,44,44)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #C6E0E0

#C6E0E0
(198,224,224)
#CBE2E2
(203,226,226)
#D0E4E4
(208,228,228)
#D5E6E6
(213,230,230)
#DAE8E8
(218,232,232)
#DFEAEA
(223,234,234)
#E4ECEC
(228,236,236)
#E9EEEE
(233,238,238)
#EEF0F0
(238,240,240)
#F3F2F2
(243,242,242)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E0E0; }

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

This text font color is #C6E0E0.


Background Color

.myBgColor { background-color: #C6E0E0; }

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

This div background color is #C6E0E0.


Border color

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

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

This div border color is #C6E0E0.


Opacity

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

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

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

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

This text has shadow with #C6E0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E0E0 on black background.


Color preview on white background

This text has color #C6E0E0 on white background.



Black color preview on #C6E0E0 background

This text has black color on #C6E0E0 background.


White color preview on #C6E0E0 background

This text has white color on #C6E0E0 background.