COLOR #C6EEC1

HEX: #C6EEC1
RGB: (198,238,193)

Color info

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

RGB color model

#C6EEC1 color RGB value is (198,238,193).

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

RGB channels and saturation

R 198 of 255 = 78%
G 238 of 255 = 93%
B 193 of 255 = 76%

198
238
193

R + G + B ~ 82%. #C6EEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 238 + 193 = 629 (100%)
R 198 of 629 ~ 31.48%
G 238 of 629 ~ 37.84%
B 193 of 629 ~ 30.68%

%31.48
%37.84
%30.68

CMYK color model

#C6EEC1 color CMYK value is (17,0,19,7).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 18.91%
  • key color value is 6.67%
CMYK:
(17,0,19,7)
C17M0Y19K7 
(17%,0%,19%,7%)
(0.17/0.00/0.19/0.07)	

CMYK percentages

%16.81
%0
%18.91
%6.67

Codes

Color #C6EEC1 in popluar color models

C6EEC1
RGB198238193
HSL113°56.96%84.51%
HSB/HSV113°18.91%93.33%
CMYK16.81%0.00%18.91%
6.67%

Color #C6EEC1 in popluar number systems.

HEXC6EEC1
Decimal198238193
Binary110001101110111011000001
Octal306356301

Shades and tints

Shades of #C6EEC1

#C6EEC1
(198,238,193)
#B4D9B0
(180,217,176)
#A2C49F
(162,196,159)
#90AF8E
(144,175,142)
#7E9A7D
(126,154,125)
#6C856C
(108,133,108)
#5A705B
(90,112,91)
#485B4A
(72,91,74)
#364639
(54,70,57)
#243128
(36,49,40)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #C6EEC1

#C6EEC1
(198,238,193)
#CBEFC6
(203,239,198)
#D0F0CB
(208,240,203)
#D5F1D0
(213,241,208)
#DAF2D5
(218,242,213)
#DFF3DA
(223,243,218)
#E4F4DF
(228,244,223)
#E9F5E4
(233,245,228)
#EEF6E9
(238,246,233)
#F3F7EE
(243,247,238)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EEC1; }

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

This text font color is #C6EEC1.


Background Color

.myBgColor { background-color: #C6EEC1; }

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

This div background color is #C6EEC1.


Border color

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

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

This div border color is #C6EEC1.


Opacity

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

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

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

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

This text has shadow with #C6EEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EEC1 on black background.


Color preview on white background

This text has color #C6EEC1 on white background.



Black color preview on #C6EEC1 background

This text has black color on #C6EEC1 background.


White color preview on #C6EEC1 background

This text has white color on #C6EEC1 background.