COLOR #C6E9E0

HEX: #C6E9E0 RGB: (198,233,224)

Color info

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

RGB color model

#C6E9E0 color RGB value is (198,233,224).

RGB: (198,233,224) (78%, 91%, 88%)

RGB channels and saturation

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

198
233
224

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

Portions of RGB colors in percentages

R + G + B = 198 + 233 + 224 = 655 (100%)
R 198 of 655 ~ 30.23%
G 233 of 655 ~ 35.57%
B 224 of 655 ~ 34.2'%

%30.23
%35.57
%34.2

CMYK color model

#C6E9E0 color CMYK value is (15,0,4,9).

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 3.86%
  • key color value is 8.63%

CMYK: (15,0,4,9)
C15M0Y4K9 (15%, 0%, 4%, 9%)
(0.15 / 0.00 / 0.04 / 0.09)

CMYK percentages

%15.02
%0
%3.86
%8.63

Codes

Color #C6E9E0 in popluar color models

C6 E9 E0
RGB 198 233 224
HSL 165° 44.30% 84.51%
HSB/HSV 165° 15.02% 91.37%
CMYK 15.02% 0.00% 3.86%
8.63%

Color #C6E9E0 in popluar number systems.

HEX C6 E9 E0
Decimal 198 233 224
Binary 11000110 11101001 11100000
Octal 306 351 340

Shades and tints

Shades of #C6E9E0

#C6E9E0
(198,233,224)
#B4D4CC
(180,212,204)
#A2BFB8
(162,191,184)
#90AAA4
(144,170,164)
#7E9590
(126,149,144)
#6C807C
(108,128,124)
#5A6B68
(90,107,104)
#485654
(72,86,84)
#364140
(54,65,64)
#242C2C
(36,44,44)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6E9E0

#C6E9E0
(198,233,224)
#CBEBE2
(203,235,226)
#D0EDE4
(208,237,228)
#D5EFE6
(213,239,230)
#DAF1E8
(218,241,232)
#DFF3EA
(223,243,234)
#E4F5EC
(228,245,236)
#E9F7EE
(233,247,238)
#EEF9F0
(238,249,240)
#F3FBF2
(243,251,242)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E9E0; }

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

This text font color is #C6E9E0.

Background Color

.myBgColor { background-color: #C6E9E0; }

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

This div background color is #C6E9E0.

Border color

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

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

This div border color is #C6E9E0.

Opacity

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

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

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

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

This text has shadow with #C6E9E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E9E0.

Preview

Color preview on black background

This text has color #C6E9E0 on black background.


Color preview on white background

This text has color #C6E9E0 on white background.


Black color preview on #C6E9E0 background

This text has black color on #C6E9E0 background.


White color preview on #C6E9E0 background

This text has white color on #C6E9E0 background.


Related colors

Complementary color

Complementary color for #hex is #39161F.


I love getcolorcode.com

Triadic colors

1 #E0C6E9 and #E9E0C6 with #C6E9E0 are triadic colors.

2 #E0E9C6 and #E9C6E0 with #C6E9E0 are triadic colors.