COLOR #C3F1D9

HEX: #C3F1D9
RGB: (195,241,217)

Color info

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

RGB color model

#C3F1D9 color RGB value is (195,241,217).

  • red value is 195;
  • green value is 241;
  • blue value is 217.
RGB:
(195,241,217)
(76%,95%,85%)

RGB channels and saturation

R 195 of 255 = 76%
G 241 of 255 = 95%
B 217 of 255 = 85%

195
241
217

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

Portions of RGB colors in percentages

R + G + B =
195 + 241 + 217 = 653 (100%)
R 195 of 653 ~ 29.86%
G 241 of 653 ~ 36.91%
B 217 of 653 ~ 33.23%

%29.86
%36.91
%33.23

CMYK color model

#C3F1D9 color CMYK value is (19,0,10,5).

  • cyan value is 19.09%
  • magenta value is 0.00%
  • yellow value is 9.96%
  • key color value is 5.49%
CMYK:
(19,0,10,5)
C19M0Y10K5 
(19%,0%,10%,5%)
(0.19/0.00/0.10/0.05)	

CMYK percentages

%19.09
%0
%9.96
%5.49

Codes

Color #C3F1D9 in popluar color models

C3F1D9
RGB195241217
HSL149°62.16%85.49%
HSB/HSV149°19.09%94.51%
CMYK19.09%0.00%9.96%
5.49%

Color #C3F1D9 in popluar number systems.

HEXC3F1D9
Decimal195241217
Binary110000111111000111011001
Octal303361331

Shades and tints

Shades of #C3F1D9

#C3F1D9
(195,241,217)
#B2DCC6
(178,220,198)
#A1C7B3
(161,199,179)
#90B2A0
(144,178,160)
#7F9D8D
(127,157,141)
#6E887A
(110,136,122)
#5D7367
(93,115,103)
#4C5E54
(76,94,84)
#3B4941
(59,73,65)
#2A342E
(42,52,46)
#191F1B
(25,31,27)
#000000
(0,0,0)

Tints of #C3F1D9

#C3F1D9
(195,241,217)
#C8F2DC
(200,242,220)
#CDF3DF
(205,243,223)
#D2F4E2
(210,244,226)
#D7F5E5
(215,245,229)
#DCF6E8
(220,246,232)
#E1F7EB
(225,247,235)
#E6F8EE
(230,248,238)
#EBF9F1
(235,249,241)
#F0FAF4
(240,250,244)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F1D9 color. Also use rgb(195,241,217) instead hex code.

Text Font Color

.myTextColor { color: #C3F1D9; }

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

This text font color is #C3F1D9.


Background Color

.myBgColor { background-color: #C3F1D9; }

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

This div background color is #C3F1D9.


Border color

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

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

This div border color is #C3F1D9.


Opacity

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

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

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

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

This text has shadow with #C3F1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F1D9 on black background.


Color preview on white background

This text has color #C3F1D9 on white background.



Black color preview on #C3F1D9 background

This text has black color on #C3F1D9 background.


White color preview on #C3F1D9 background

This text has white color on #C3F1D9 background.