COLOR #C6E6BD

HEX: #C6E6BD
RGB: (198,230,189)

Color info

#C6E6BD contains red, green and blue colors in about the same proportion. Web safe color of #C6E6BD is #CCCCCC (or #CCC).

RGB color model

#C6E6BD color RGB value is (198,230,189).

  • red value is 198;
  • green value is 230;
  • blue value is 189.
RGB:
(198,230,189)
(78%,90%,74%)

RGB channels and saturation

R 198 of 255 = 78%
G 230 of 255 = 90%
B 189 of 255 = 74%

198
230
189

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

Portions of RGB colors in percentages

R + G + B =
198 + 230 + 189 = 617 (100%)
R 198 of 617 ~ 32.09%
G 230 of 617 ~ 37.28%
B 189 of 617 ~ 30.63%

%32.09
%37.28
%30.63

CMYK color model

#C6E6BD color CMYK value is (14,0,18,10).

  • cyan value is 13.91%
  • magenta value is 0.00%
  • yellow value is 17.83%
  • key color value is 9.80%
CMYK:
(14,0,18,10)
C14M0Y18K10 
(14%,0%,18%,10%)
(0.14/0.00/0.18/0.10)	

CMYK percentages

%13.91
%0
%17.83
%9.8

Codes

Color #C6E6BD in popluar color models

C6E6BD
RGB198230189
HSL107°45.05%82.16%
HSB/HSV107°17.83%90.20%
CMYK13.91%0.00%17.83%
9.80%

Color #C6E6BD in popluar number systems.

HEXC6E6BD
Decimal198230189
Binary110001101110011010111101
Octal306346275

Shades and tints

Shades of #C6E6BD

#C6E6BD
(198,230,189)
#B4D2AC
(180,210,172)
#A2BE9B
(162,190,155)
#90AA8A
(144,170,138)
#7E9679
(126,150,121)
#6C8268
(108,130,104)
#5A6E57
(90,110,87)
#485A46
(72,90,70)
#364635
(54,70,53)
#243224
(36,50,36)
#121E13
(18,30,19)
#000000
(0,0,0)

Tints of #C6E6BD

#C6E6BD
(198,230,189)
#CBE8C3
(203,232,195)
#D0EAC9
(208,234,201)
#D5ECCF
(213,236,207)
#DAEED5
(218,238,213)
#DFF0DB
(223,240,219)
#E4F2E1
(228,242,225)
#E9F4E7
(233,244,231)
#EEF6ED
(238,246,237)
#F3F8F3
(243,248,243)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E6BD; }

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

This text font color is #C6E6BD.


Background Color

.myBgColor { background-color: #C6E6BD; }

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

This div background color is #C6E6BD.


Border color

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

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

This div border color is #C6E6BD.


Opacity

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

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

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

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

This text has shadow with #C6E6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E6BD on black background.


Color preview on white background

This text has color #C6E6BD on white background.



Black color preview on #C6E6BD background

This text has black color on #C6E6BD background.


White color preview on #C6E6BD background

This text has white color on #C6E6BD background.