COLOR #C6EDBE

HEX: #C6EDBE
RGB: (198,237,190)

Color info

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

RGB color model

#C6EDBE color RGB value is (198,237,190).

  • red value is 198;
  • green value is 237;
  • blue value is 190.
RGB:
(198,237,190)
(78%,93%,75%)

RGB channels and saturation

R 198 of 255 = 78%
G 237 of 255 = 93%
B 190 of 255 = 75%

198
237
190

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

Portions of RGB colors in percentages

R + G + B =
198 + 237 + 190 = 625 (100%)
R 198 of 625 ~ 31.68%
G 237 of 625 ~ 37.92%
B 190 of 625 ~ 30.4%

%31.68
%37.92
%30.4

CMYK color model

#C6EDBE color CMYK value is (16,0,20,7).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 7.06%
CMYK:
(16,0,20,7)
C16M0Y20K7 
(16%,0%,20%,7%)
(0.16/0.00/0.20/0.07)	

CMYK percentages

%16.46
%0
%19.83
%7.06

Codes

Color #C6EDBE in popluar color models

C6EDBE
RGB198237190
HSL110°56.63%83.73%
HSB/HSV110°19.83%92.94%
CMYK16.46%0.00%19.83%
7.06%

Color #C6EDBE in popluar number systems.

HEXC6EDBE
Decimal198237190
Binary110001101110110110111110
Octal306355276

Shades and tints

Shades of #C6EDBE

#C6EDBE
(198,237,190)
#B4D8AD
(180,216,173)
#A2C39C
(162,195,156)
#90AE8B
(144,174,139)
#7E997A
(126,153,122)
#6C8469
(108,132,105)
#5A6F58
(90,111,88)
#485A47
(72,90,71)
#364536
(54,69,54)
#243025
(36,48,37)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #C6EDBE

#C6EDBE
(198,237,190)
#CBEEC3
(203,238,195)
#D0EFC8
(208,239,200)
#D5F0CD
(213,240,205)
#DAF1D2
(218,241,210)
#DFF2D7
(223,242,215)
#E4F3DC
(228,243,220)
#E9F4E1
(233,244,225)
#EEF5E6
(238,245,230)
#F3F6EB
(243,246,235)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EDBE; }

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

This text font color is #C6EDBE.


Background Color

.myBgColor { background-color: #C6EDBE; }

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

This div background color is #C6EDBE.


Border color

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

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

This div border color is #C6EDBE.


Opacity

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

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

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

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

This text has shadow with #C6EDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EDBE on black background.


Color preview on white background

This text has color #C6EDBE on white background.



Black color preview on #C6EDBE background

This text has black color on #C6EDBE background.


White color preview on #C6EDBE background

This text has white color on #C6EDBE background.