COLOR #C3F2D7

HEX: #C3F2D7
RGB: (195,242,215)

Color info

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

RGB color model

#C3F2D7 color RGB value is (195,242,215).

  • red value is 195;
  • green value is 242;
  • blue value is 215.
RGB:
(195,242,215)
(76%,95%,84%)

RGB channels and saturation

R 195 of 255 = 76%
G 242 of 255 = 95%
B 215 of 255 = 84%

195
242
215

R + G + B ~ 85%. #C3F2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 242 + 215 = 652 (100%)
R 195 of 652 ~ 29.91%
G 242 of 652 ~ 37.12%
B 215 of 652 ~ 32.98%

%29.91
%37.12
%32.98

CMYK color model

#C3F2D7 color CMYK value is (19,0,11,5).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 11.16%
  • key color value is 5.10%
CMYK:
(19,0,11,5)
C19M0Y11K5 
(19%,0%,11%,5%)
(0.19/0.00/0.11/0.05)	

CMYK percentages

%19.42
%0
%11.16
%5.1

Codes

Color #C3F2D7 in popluar color models

C3F2D7
RGB195242215
HSL146°64.38%85.69%
HSB/HSV146°19.42%94.90%
CMYK19.42%0.00%11.16%
5.10%

Color #C3F2D7 in popluar number systems.

HEXC3F2D7
Decimal195242215
Binary110000111111001011010111
Octal303362327

Shades and tints

Shades of #C3F2D7

#C3F2D7
(195,242,215)
#B2DCC4
(178,220,196)
#A1C6B1
(161,198,177)
#90B09E
(144,176,158)
#7F9A8B
(127,154,139)
#6E8478
(110,132,120)
#5D6E65
(93,110,101)
#4C5852
(76,88,82)
#3B423F
(59,66,63)
#2A2C2C
(42,44,44)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #C3F2D7

#C3F2D7
(195,242,215)
#C8F3DA
(200,243,218)
#CDF4DD
(205,244,221)
#D2F5E0
(210,245,224)
#D7F6E3
(215,246,227)
#DCF7E6
(220,247,230)
#E1F8E9
(225,248,233)
#E6F9EC
(230,249,236)
#EBFAEF
(235,250,239)
#F0FBF2
(240,251,242)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F2D7 color. Also use rgb(195,242,215) instead hex code.

Text Font Color

.myTextColor { color: #C3F2D7; }

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

This text font color is #C3F2D7.


Background Color

.myBgColor { background-color: #C3F2D7; }

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

This div background color is #C3F2D7.


Border color

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

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

This div border color is #C3F2D7.


Opacity

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

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

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

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

This text has shadow with #C3F2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F2D7 on black background.


Color preview on white background

This text has color #C3F2D7 on white background.



Black color preview on #C3F2D7 background

This text has black color on #C3F2D7 background.


White color preview on #C3F2D7 background

This text has white color on #C3F2D7 background.