COLOR #C3EDCE

HEX: #C3EDCE
RGB: (195,237,206)

Color info

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

RGB color model

#C3EDCE color RGB value is (195,237,206).

  • red value is 195;
  • green value is 237;
  • blue value is 206.
RGB:
(195,237,206)
(76%,93%,81%)

RGB channels and saturation

R 195 of 255 = 76%
G 237 of 255 = 93%
B 206 of 255 = 81%

195
237
206

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

Portions of RGB colors in percentages

R + G + B =
195 + 237 + 206 = 638 (100%)
R 195 of 638 ~ 30.56%
G 237 of 638 ~ 37.15%
B 206 of 638 ~ 32.29%

%30.56
%37.15
%32.29

CMYK color model

#C3EDCE color CMYK value is (18,0,13,7).

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK:
(18,0,13,7)
C18M0Y13K7 
(18%,0%,13%,7%)
(0.18/0.00/0.13/0.07)	

CMYK percentages

%17.72
%0
%13.08
%7.06

Codes

Color #C3EDCE in popluar color models

C3EDCE
RGB195237206
HSL136°53.85%84.71%
HSB/HSV136°17.72%92.94%
CMYK17.72%0.00%13.08%
7.06%

Color #C3EDCE in popluar number systems.

HEXC3EDCE
Decimal195237206
Binary110000111110110111001110
Octal303355316

Shades and tints

Shades of #C3EDCE

#C3EDCE
(195,237,206)
#B2D8BC
(178,216,188)
#A1C3AA
(161,195,170)
#90AE98
(144,174,152)
#7F9986
(127,153,134)
#6E8474
(110,132,116)
#5D6F62
(93,111,98)
#4C5A50
(76,90,80)
#3B453E
(59,69,62)
#2A302C
(42,48,44)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #C3EDCE

#C3EDCE
(195,237,206)
#C8EED2
(200,238,210)
#CDEFD6
(205,239,214)
#D2F0DA
(210,240,218)
#D7F1DE
(215,241,222)
#DCF2E2
(220,242,226)
#E1F3E6
(225,243,230)
#E6F4EA
(230,244,234)
#EBF5EE
(235,245,238)
#F0F6F2
(240,246,242)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3EDCE color. Also use rgb(195,237,206) instead hex code.

Text Font Color

.myTextColor { color: #C3EDCE; }

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

This text font color is #C3EDCE.


Background Color

.myBgColor { background-color: #C3EDCE; }

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

This div background color is #C3EDCE.


Border color

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

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

This div border color is #C3EDCE.


Opacity

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

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

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

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

This text has shadow with #C3EDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EDCE on black background.


Color preview on white background

This text has color #C3EDCE on white background.



Black color preview on #C3EDCE background

This text has black color on #C3EDCE background.


White color preview on #C3EDCE background

This text has white color on #C3EDCE background.