COLOR #C6EDB9

HEX: #C6EDB9
RGB: (198,237,185)

Color info

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

RGB color model

#C6EDB9 color RGB value is (198,237,185).

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

RGB channels and saturation

R 198 of 255 = 78%
G 237 of 255 = 93%
B 185 of 255 = 73%

198
237
185

R + G + B ~ 81%. #C6EDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 237 + 185 = 620 (100%)
R 198 of 620 ~ 31.94%
G 237 of 620 ~ 38.23%
B 185 of 620 ~ 29.84%

%31.94
%38.23
%29.84

CMYK color model

#C6EDB9 color CMYK value is (16,0,22,7).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 7.06%
CMYK:
(16,0,22,7)
C16M0Y22K7 
(16%,0%,22%,7%)
(0.16/0.00/0.22/0.07)	

CMYK percentages

%16.46
%0
%21.94
%7.06

Codes

Color #C6EDB9 in popluar color models

C6EDB9
RGB198237185
HSL105°59.09%82.75%
HSB/HSV105°21.94%92.94%
CMYK16.46%0.00%21.94%
7.06%

Color #C6EDB9 in popluar number systems.

HEXC6EDB9
Decimal198237185
Binary110001101110110110111001
Octal306355271

Shades and tints

Shades of #C6EDB9

#C6EDB9
(198,237,185)
#B4D8A9
(180,216,169)
#A2C399
(162,195,153)
#90AE89
(144,174,137)
#7E9979
(126,153,121)
#6C8469
(108,132,105)
#5A6F59
(90,111,89)
#485A49
(72,90,73)
#364539
(54,69,57)
#243029
(36,48,41)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #C6EDB9

#C6EDB9
(198,237,185)
#CBEEBF
(203,238,191)
#D0EFC5
(208,239,197)
#D5F0CB
(213,240,203)
#DAF1D1
(218,241,209)
#DFF2D7
(223,242,215)
#E4F3DD
(228,243,221)
#E9F4E3
(233,244,227)
#EEF5E9
(238,245,233)
#F3F6EF
(243,246,239)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EDB9; }

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

This text font color is #C6EDB9.


Background Color

.myBgColor { background-color: #C6EDB9; }

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

This div background color is #C6EDB9.


Border color

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

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

This div border color is #C6EDB9.


Opacity

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

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

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

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

This text has shadow with #C6EDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EDB9 on black background.


Color preview on white background

This text has color #C6EDB9 on white background.



Black color preview on #C6EDB9 background

This text has black color on #C6EDB9 background.


White color preview on #C6EDB9 background

This text has white color on #C6EDB9 background.