COLOR #C3E7CF

HEX: #C3E7CF
RGB: (195,231,207)

Color info

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

RGB color model

#C3E7CF color RGB value is (195,231,207).

  • red value is 195;
  • green value is 231;
  • blue value is 207.
RGB:
(195,231,207)
(76%,91%,81%)

RGB channels and saturation

R 195 of 255 = 76%
G 231 of 255 = 91%
B 207 of 255 = 81%

195
231
207

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

Portions of RGB colors in percentages

R + G + B =
195 + 231 + 207 = 633 (100%)
R 195 of 633 ~ 30.81%
G 231 of 633 ~ 36.49%
B 207 of 633 ~ 32.7%

%30.81
%36.49
%32.7

CMYK color model

#C3E7CF color CMYK value is (16,0,10,9).

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 10.39%
  • key color value is 9.41%
CMYK:
(16,0,10,9)
C16M0Y10K9 
(16%,0%,10%,9%)
(0.16/0.00/0.10/0.09)	

CMYK percentages

%15.58
%0
%10.39
%9.41

Codes

Color #C3E7CF in popluar color models

C3E7CF
RGB195231207
HSL140°42.86%83.53%
HSB/HSV140°15.58%90.59%
CMYK15.58%0.00%10.39%
9.41%

Color #C3E7CF in popluar number systems.

HEXC3E7CF
Decimal195231207
Binary110000111110011111001111
Octal303347317

Shades and tints

Shades of #C3E7CF

#C3E7CF
(195,231,207)
#B2D2BD
(178,210,189)
#A1BDAB
(161,189,171)
#90A899
(144,168,153)
#7F9387
(127,147,135)
#6E7E75
(110,126,117)
#5D6963
(93,105,99)
#4C5451
(76,84,81)
#3B3F3F
(59,63,63)
#2A2A2D
(42,42,45)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #C3E7CF

#C3E7CF
(195,231,207)
#C8E9D3
(200,233,211)
#CDEBD7
(205,235,215)
#D2EDDB
(210,237,219)
#D7EFDF
(215,239,223)
#DCF1E3
(220,241,227)
#E1F3E7
(225,243,231)
#E6F5EB
(230,245,235)
#EBF7EF
(235,247,239)
#F0F9F3
(240,249,243)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E7CF color. Also use rgb(195,231,207) instead hex code.

Text Font Color

.myTextColor { color: #C3E7CF; }

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

This text font color is #C3E7CF.


Background Color

.myBgColor { background-color: #C3E7CF; }

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

This div background color is #C3E7CF.


Border color

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

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

This div border color is #C3E7CF.


Opacity

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

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

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

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

This text has shadow with #C3E7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E7CF on black background.


Color preview on white background

This text has color #C3E7CF on white background.



Black color preview on #C3E7CF background

This text has black color on #C3E7CF background.


White color preview on #C3E7CF background

This text has white color on #C3E7CF background.