COLOR #C3F9DC

HEX: #C3F9DC
RGB: (195,249,220)

Color info

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

RGB color model

#C3F9DC color RGB value is (195,249,220).

  • red value is 195;
  • green value is 249;
  • blue value is 220.
RGB:
(195,249,220)
(76%,98%,86%)

RGB channels and saturation

R 195 of 255 = 76%
G 249 of 255 = 98%
B 220 of 255 = 86%

195
249
220

R + G + B ~ 87%. #C3F9DC is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 249 + 220 = 664 (100%)
R 195 of 664 ~ 29.37%
G 249 of 664 ~ 37.5%
B 220 of 664 ~ 33.13%

%29.37
%37.5
%33.13

CMYK color model

#C3F9DC color CMYK value is (22,0,12,2).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 2.35%
CMYK:
(22,0,12,2)
C22M0Y12K2 
(22%,0%,12%,2%)
(0.22/0.00/0.12/0.02)	

CMYK percentages

%21.69
%0
%11.65
%2.35

Codes

Color #C3F9DC in popluar color models

C3F9DC
RGB195249220
HSL148°81.82%87.06%
HSB/HSV148°21.69%97.65%
CMYK21.69%0.00%11.65%
2.35%

Color #C3F9DC in popluar number systems.

HEXC3F9DC
Decimal195249220
Binary110000111111100111011100
Octal303371334

Shades and tints

Shades of #C3F9DC

#C3F9DC
(195,249,220)
#B2E3C8
(178,227,200)
#A1CDB4
(161,205,180)
#90B7A0
(144,183,160)
#7FA18C
(127,161,140)
#6E8B78
(110,139,120)
#5D7564
(93,117,100)
#4C5F50
(76,95,80)
#3B493C
(59,73,60)
#2A3328
(42,51,40)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #C3F9DC

#C3F9DC
(195,249,220)
#C8F9DF
(200,249,223)
#CDF9E2
(205,249,226)
#D2F9E5
(210,249,229)
#D7F9E8
(215,249,232)
#DCF9EB
(220,249,235)
#E1F9EE
(225,249,238)
#E6F9F1
(230,249,241)
#EBF9F4
(235,249,244)
#F0F9F7
(240,249,247)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F9DC color. Also use rgb(195,249,220) instead hex code.

Text Font Color

.myTextColor { color: #C3F9DC; }

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

This text font color is #C3F9DC.


Background Color

.myBgColor { background-color: #C3F9DC; }

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

This div background color is #C3F9DC.


Border color

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

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

This div border color is #C3F9DC.


Opacity

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

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

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

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

This text has shadow with #C3F9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F9DC on black background.


Color preview on white background

This text has color #C3F9DC on white background.



Black color preview on #C3F9DC background

This text has black color on #C3F9DC background.


White color preview on #C3F9DC background

This text has white color on #C3F9DC background.