COLOR #C6EEC9

HEX: #C6EEC9
RGB: (198,238,201)

Color info

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

RGB color model

#C6EEC9 color RGB value is (198,238,201).

  • red value is 198;
  • green value is 238;
  • blue value is 201.
RGB:
(198,238,201)
(78%,93%,79%)

RGB channels and saturation

R 198 of 255 = 78%
G 238 of 255 = 93%
B 201 of 255 = 79%

198
238
201

R + G + B ~ 83%. #C6EEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 238 + 201 = 637 (100%)
R 198 of 637 ~ 31.08%
G 238 of 637 ~ 37.36%
B 201 of 637 ~ 31.55%

%31.08
%37.36
%31.55

CMYK color model

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

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 15.55%
  • key color value is 6.67%
CMYK:
(17,0,16,7)
C17M0Y16K7 
(17%,0%,16%,7%)
(0.17/0.00/0.16/0.07)	

CMYK percentages

%16.81
%0
%15.55
%6.67

Codes

Color #C6EEC9 in popluar color models

C6EEC9
RGB198238201
HSL125°54.05%85.49%
HSB/HSV125°16.81%93.33%
CMYK16.81%0.00%15.55%
6.67%

Color #C6EEC9 in popluar number systems.

HEXC6EEC9
Decimal198238201
Binary110001101110111011001001
Octal306356311

Shades and tints

Shades of #C6EEC9

#C6EEC9
(198,238,201)
#B4D9B7
(180,217,183)
#A2C4A5
(162,196,165)
#90AF93
(144,175,147)
#7E9A81
(126,154,129)
#6C856F
(108,133,111)
#5A705D
(90,112,93)
#485B4B
(72,91,75)
#364639
(54,70,57)
#243127
(36,49,39)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #C6EEC9

#C6EEC9
(198,238,201)
#CBEFCD
(203,239,205)
#D0F0D1
(208,240,209)
#D5F1D5
(213,241,213)
#DAF2D9
(218,242,217)
#DFF3DD
(223,243,221)
#E4F4E1
(228,244,225)
#E9F5E5
(233,245,229)
#EEF6E9
(238,246,233)
#F3F7ED
(243,247,237)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EEC9; }

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

This text font color is #C6EEC9.


Background Color

.myBgColor { background-color: #C6EEC9; }

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

This div background color is #C6EEC9.


Border color

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

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

This div border color is #C6EEC9.


Opacity

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

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

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

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

This text has shadow with #C6EEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EEC9 on black background.


Color preview on white background

This text has color #C6EEC9 on white background.



Black color preview on #C6EEC9 background

This text has black color on #C6EEC9 background.


White color preview on #C6EEC9 background

This text has white color on #C6EEC9 background.