COLOR #C6E4BF

HEX: #C6E4BF
RGB: (198,228,191)

Color info

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

RGB color model

#C6E4BF color RGB value is (198,228,191).

  • red value is 198;
  • green value is 228;
  • blue value is 191.
RGB:
(198,228,191)
(78%,89%,75%)

RGB channels and saturation

R 198 of 255 = 78%
G 228 of 255 = 89%
B 191 of 255 = 75%

198
228
191

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

Portions of RGB colors in percentages

R + G + B =
198 + 228 + 191 = 617 (100%)
R 198 of 617 ~ 32.09%
G 228 of 617 ~ 36.95%
B 191 of 617 ~ 30.96%

%32.09
%36.95
%30.96

CMYK color model

#C6E4BF color CMYK value is (13,0,16,11).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 10.59%
CMYK:
(13,0,16,11)
C13M0Y16K11 
(13%,0%,16%,11%)
(0.13/0.00/0.16/0.11)	

CMYK percentages

%13.16
%0
%16.23
%10.59

Codes

Color #C6E4BF in popluar color models

C6E4BF
RGB198228191
HSL109°40.66%82.16%
HSB/HSV109°16.23%89.41%
CMYK13.16%0.00%16.23%
10.59%

Color #C6E4BF in popluar number systems.

HEXC6E4BF
Decimal198228191
Binary110001101110010010111111
Octal306344277

Shades and tints

Shades of #C6E4BF

#C6E4BF
(198,228,191)
#B4D0AE
(180,208,174)
#A2BC9D
(162,188,157)
#90A88C
(144,168,140)
#7E947B
(126,148,123)
#6C806A
(108,128,106)
#5A6C59
(90,108,89)
#485848
(72,88,72)
#364437
(54,68,55)
#243026
(36,48,38)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #C6E4BF

#C6E4BF
(198,228,191)
#CBE6C4
(203,230,196)
#D0E8C9
(208,232,201)
#D5EACE
(213,234,206)
#DAECD3
(218,236,211)
#DFEED8
(223,238,216)
#E4F0DD
(228,240,221)
#E9F2E2
(233,242,226)
#EEF4E7
(238,244,231)
#F3F6EC
(243,246,236)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E4BF; }

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

This text font color is #C6E4BF.


Background Color

.myBgColor { background-color: #C6E4BF; }

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

This div background color is #C6E4BF.


Border color

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

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

This div border color is #C6E4BF.


Opacity

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

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

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

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

This text has shadow with #C6E4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E4BF on black background.


Color preview on white background

This text has color #C6E4BF on white background.



Black color preview on #C6E4BF background

This text has black color on #C6E4BF background.


White color preview on #C6E4BF background

This text has white color on #C6E4BF background.