COLOR #C6EBC6

HEX: #C6EBC6
RGB: (198,235,198)

Color info

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

RGB color model

#C6EBC6 color RGB value is (198,235,198).

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

RGB channels and saturation

R 198 of 255 = 78%
G 235 of 255 = 92%
B 198 of 255 = 78%

198
235
198

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

Portions of RGB colors in percentages

R + G + B =
198 + 235 + 198 = 631 (100%)
R 198 of 631 ~ 31.38%
G 235 of 631 ~ 37.24%
B 198 of 631 ~ 31.38%

%31.38
%37.24
%31.38

CMYK color model

#C6EBC6 color CMYK value is (16,0,16,8).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 7.84%
CMYK:
(16,0,16,8)
C16M0Y16K8 
(16%,0%,16%,8%)
(0.16/0.00/0.16/0.08)	

CMYK percentages

%15.74
%0
%15.74
%7.84

Codes

Color #C6EBC6 in popluar color models

C6EBC6
RGB198235198
HSL120°48.05%84.90%
HSB/HSV120°15.74%92.16%
CMYK15.74%0.00%15.74%
7.84%

Color #C6EBC6 in popluar number systems.

HEXC6EBC6
Decimal198235198
Binary110001101110101111000110
Octal306353306

Shades and tints

Shades of #C6EBC6

#C6EBC6
(198,235,198)
#B4D6B4
(180,214,180)
#A2C1A2
(162,193,162)
#90AC90
(144,172,144)
#7E977E
(126,151,126)
#6C826C
(108,130,108)
#5A6D5A
(90,109,90)
#485848
(72,88,72)
#364336
(54,67,54)
#242E24
(36,46,36)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #C6EBC6

#C6EBC6
(198,235,198)
#CBECCB
(203,236,203)
#D0EDD0
(208,237,208)
#D5EED5
(213,238,213)
#DAEFDA
(218,239,218)
#DFF0DF
(223,240,223)
#E4F1E4
(228,241,228)
#E9F2E9
(233,242,233)
#EEF3EE
(238,243,238)
#F3F4F3
(243,244,243)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EBC6; }

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

This text font color is #C6EBC6.


Background Color

.myBgColor { background-color: #C6EBC6; }

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

This div background color is #C6EBC6.


Border color

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

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

This div border color is #C6EBC6.


Opacity

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

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

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

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

This text has shadow with #C6EBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EBC6 on black background.


Color preview on white background

This text has color #C6EBC6 on white background.



Black color preview on #C6EBC6 background

This text has black color on #C6EBC6 background.


White color preview on #C6EBC6 background

This text has white color on #C6EBC6 background.