COLOR #C6EBB9

HEX: #C6EBB9
RGB: (198,235,185)

Color info

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

RGB color model

#C6EBB9 color RGB value is (198,235,185).

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

RGB channels and saturation

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

198
235
185

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

Portions of RGB colors in percentages

R + G + B =
198 + 235 + 185 = 618 (100%)
R 198 of 618 ~ 32.04%
G 235 of 618 ~ 38.03%
B 185 of 618 ~ 29.94%

%32.04
%38.03
%29.94

CMYK color model

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

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

CMYK percentages

%15.74
%0
%21.28
%7.84

Codes

Color #C6EBB9 in popluar color models

C6EBB9
RGB198235185
HSL104°55.56%82.35%
HSB/HSV104°21.28%92.16%
CMYK15.74%0.00%21.28%
7.84%

Color #C6EBB9 in popluar number systems.

HEXC6EBB9
Decimal198235185
Binary110001101110101110111001
Octal306353271

Shades and tints

Shades of #C6EBB9

#C6EBB9
(198,235,185)
#B4D6A9
(180,214,169)
#A2C199
(162,193,153)
#90AC89
(144,172,137)
#7E9779
(126,151,121)
#6C8269
(108,130,105)
#5A6D59
(90,109,89)
#485849
(72,88,73)
#364339
(54,67,57)
#242E29
(36,46,41)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #C6EBB9

#C6EBB9
(198,235,185)
#CBECBF
(203,236,191)
#D0EDC5
(208,237,197)
#D5EECB
(213,238,203)
#DAEFD1
(218,239,209)
#DFF0D7
(223,240,215)
#E4F1DD
(228,241,221)
#E9F2E3
(233,242,227)
#EEF3E9
(238,243,233)
#F3F4EF
(243,244,239)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EBB9; }

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

This text font color is #C6EBB9.


Background Color

.myBgColor { background-color: #C6EBB9; }

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

This div background color is #C6EBB9.


Border color

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

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

This div border color is #C6EBB9.


Opacity

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

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

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

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

This text has shadow with #C6EBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EBB9 on black background.


Color preview on white background

This text has color #C6EBB9 on white background.



Black color preview on #C6EBB9 background

This text has black color on #C6EBB9 background.


White color preview on #C6EBB9 background

This text has white color on #C6EBB9 background.