COLOR #C6E1BE

HEX: #C6E1BE
RGB: (198,225,190)

Color info

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

RGB color model

#C6E1BE color RGB value is (198,225,190).

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

RGB channels and saturation

R 198 of 255 = 78%
G 225 of 255 = 88%
B 190 of 255 = 75%

198
225
190

R + G + B ~ 80%. #C6E1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 225 + 190 = 613 (100%)
R 198 of 613 ~ 32.3%
G 225 of 613 ~ 36.7%
B 190 of 613 ~ 31%

%32.3
%36.7
%31

CMYK color model

#C6E1BE color CMYK value is (12,0,16,12).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 11.76%
CMYK:
(12,0,16,12)
C12M0Y16K12 
(12%,0%,16%,12%)
(0.12/0.00/0.16/0.12)	

CMYK percentages

%12
%0
%15.56
%11.76

Codes

Color #C6E1BE in popluar color models

C6E1BE
RGB198225190
HSL106°36.84%81.37%
HSB/HSV106°15.56%88.24%
CMYK12.00%0.00%15.56%
11.76%

Color #C6E1BE in popluar number systems.

HEXC6E1BE
Decimal198225190
Binary110001101110000110111110
Octal306341276

Shades and tints

Shades of #C6E1BE

#C6E1BE
(198,225,190)
#B4CDAD
(180,205,173)
#A2B99C
(162,185,156)
#90A58B
(144,165,139)
#7E917A
(126,145,122)
#6C7D69
(108,125,105)
#5A6958
(90,105,88)
#485547
(72,85,71)
#364136
(54,65,54)
#242D25
(36,45,37)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #C6E1BE

#C6E1BE
(198,225,190)
#CBE3C3
(203,227,195)
#D0E5C8
(208,229,200)
#D5E7CD
(213,231,205)
#DAE9D2
(218,233,210)
#DFEBD7
(223,235,215)
#E4EDDC
(228,237,220)
#E9EFE1
(233,239,225)
#EEF1E6
(238,241,230)
#F3F3EB
(243,243,235)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E1BE; }

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

This text font color is #C6E1BE.


Background Color

.myBgColor { background-color: #C6E1BE; }

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

This div background color is #C6E1BE.


Border color

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

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

This div border color is #C6E1BE.


Opacity

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

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

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

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

This text has shadow with #C6E1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E1BE on black background.


Color preview on white background

This text has color #C6E1BE on white background.



Black color preview on #C6E1BE background

This text has black color on #C6E1BE background.


White color preview on #C6E1BE background

This text has white color on #C6E1BE background.