COLOR #C6EAE0

HEX: #C6EAE0
RGB: (198,234,224)

Color info

#C6EAE0 contains red, green and blue colors in about the same proportion. Web safe color of #C6EAE0 is #CCFFCC (or #CFC).

RGB color model

#C6EAE0 color RGB value is (198,234,224).

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

RGB channels and saturation

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

198
234
224

R + G + B ~ 86%. #C6EAE0 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 234 + 224 = 656 (100%)
R 198 of 656 ~ 30.18%
G 234 of 656 ~ 35.67%
B 224 of 656 ~ 34.15%

%30.18
%35.67
%34.15

CMYK color model

#C6EAE0 color CMYK value is (15,0,4,8).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 8.24%
CMYK:
(15,0,4,8)
C15M0Y4K8 
(15%,0%,4%,8%)
(0.15/0.00/0.04/0.08)	

CMYK percentages

%15.38
%0
%4.27
%8.24

Codes

Color #C6EAE0 in popluar color models

C6EAE0
RGB198234224
HSL163°46.15%84.71%
HSB/HSV163°15.38%91.76%
CMYK15.38%0.00%4.27%
8.24%

Color #C6EAE0 in popluar number systems.

HEXC6EAE0
Decimal198234224
Binary110001101110101011100000
Octal306352340

Shades and tints

Shades of #C6EAE0

#C6EAE0
(198,234,224)
#B4D5CC
(180,213,204)
#A2C0B8
(162,192,184)
#90ABA4
(144,171,164)
#7E9690
(126,150,144)
#6C817C
(108,129,124)
#5A6C68
(90,108,104)
#485754
(72,87,84)
#364240
(54,66,64)
#242D2C
(36,45,44)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #C6EAE0

#C6EAE0
(198,234,224)
#CBEBE2
(203,235,226)
#D0ECE4
(208,236,228)
#D5EDE6
(213,237,230)
#DAEEE8
(218,238,232)
#DFEFEA
(223,239,234)
#E4F0EC
(228,240,236)
#E9F1EE
(233,241,238)
#EEF2F0
(238,242,240)
#F3F3F2
(243,243,242)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EAE0; }

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

This text font color is #C6EAE0.


Background Color

.myBgColor { background-color: #C6EAE0; }

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

This div background color is #C6EAE0.


Border color

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

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

This div border color is #C6EAE0.


Opacity

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

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

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

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

This text has shadow with #C6EAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EAE0 on black background.


Color preview on white background

This text has color #C6EAE0 on white background.



Black color preview on #C6EAE0 background

This text has black color on #C6EAE0 background.


White color preview on #C6EAE0 background

This text has white color on #C6EAE0 background.