COLOR #C6E7CB

HEX: #C6E7CB
RGB: (198,231,203)

Color info

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

RGB color model

#C6E7CB color RGB value is (198,231,203).

  • red value is 198;
  • green value is 231;
  • blue value is 203.
RGB:
(198,231,203)
(78%,91%,80%)

RGB channels and saturation

R 198 of 255 = 78%
G 231 of 255 = 91%
B 203 of 255 = 80%

198
231
203

R + G + B ~ 83%. #C6E7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 231 + 203 = 632 (100%)
R 198 of 632 ~ 31.33%
G 231 of 632 ~ 36.55%
B 203 of 632 ~ 32.12%

%31.33
%36.55
%32.12

CMYK color model

#C6E7CB color CMYK value is (14,0,12,9).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 9.41%
CMYK:
(14,0,12,9)
C14M0Y12K9 
(14%,0%,12%,9%)
(0.14/0.00/0.12/0.09)	

CMYK percentages

%14.29
%0
%12.12
%9.41

Codes

Color #C6E7CB in popluar color models

C6E7CB
RGB198231203
HSL129°40.74%84.12%
HSB/HSV129°14.29%90.59%
CMYK14.29%0.00%12.12%
9.41%

Color #C6E7CB in popluar number systems.

HEXC6E7CB
Decimal198231203
Binary110001101110011111001011
Octal306347313

Shades and tints

Shades of #C6E7CB

#C6E7CB
(198,231,203)
#B4D2B9
(180,210,185)
#A2BDA7
(162,189,167)
#90A895
(144,168,149)
#7E9383
(126,147,131)
#6C7E71
(108,126,113)
#5A695F
(90,105,95)
#48544D
(72,84,77)
#363F3B
(54,63,59)
#242A29
(36,42,41)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #C6E7CB

#C6E7CB
(198,231,203)
#CBE9CF
(203,233,207)
#D0EBD3
(208,235,211)
#D5EDD7
(213,237,215)
#DAEFDB
(218,239,219)
#DFF1DF
(223,241,223)
#E4F3E3
(228,243,227)
#E9F5E7
(233,245,231)
#EEF7EB
(238,247,235)
#F3F9EF
(243,249,239)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E7CB color. Also use rgb(198,231,203) instead hex code.

Text Font Color

.myTextColor { color: #C6E7CB; }

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

This text font color is #C6E7CB.


Background Color

.myBgColor { background-color: #C6E7CB; }

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

This div background color is #C6E7CB.


Border color

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

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

This div border color is #C6E7CB.


Opacity

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

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

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

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

This text has shadow with #C6E7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E7CB on black background.


Color preview on white background

This text has color #C6E7CB on white background.



Black color preview on #C6E7CB background

This text has black color on #C6E7CB background.


White color preview on #C6E7CB background

This text has white color on #C6E7CB background.