COLOR #C3F9E4

HEX: #C3F9E4
RGB: (195,249,228)

Color info

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

RGB color model

#C3F9E4 color RGB value is (195,249,228).

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

RGB channels and saturation

R 195 of 255 = 76%
G 249 of 255 = 98%
B 228 of 255 = 89%

195
249
228

R + G + B ~ 88%. #C3F9E4 is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 249 + 228 = 672 (100%)
R 195 of 672 ~ 29.02%
G 249 of 672 ~ 37.05%
B 228 of 672 ~ 33.93%

%29.02
%37.05
%33.93

CMYK color model

#C3F9E4 color CMYK value is (22,0,8,2).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 2.35%
CMYK:
(22,0,8,2)
C22M0Y8K2 
(22%,0%,8%,2%)
(0.22/0.00/0.08/0.02)	

CMYK percentages

%21.69
%0
%8.43
%2.35

Codes

Color #C3F9E4 in popluar color models

C3F9E4
RGB195249228
HSL157°81.82%87.06%
HSB/HSV157°21.69%97.65%
CMYK21.69%0.00%8.43%
2.35%

Color #C3F9E4 in popluar number systems.

HEXC3F9E4
Decimal195249228
Binary110000111111100111100100
Octal303371344

Shades and tints

Shades of #C3F9E4

#C3F9E4
(195,249,228)
#B2E3D0
(178,227,208)
#A1CDBC
(161,205,188)
#90B7A8
(144,183,168)
#7FA194
(127,161,148)
#6E8B80
(110,139,128)
#5D756C
(93,117,108)
#4C5F58
(76,95,88)
#3B4944
(59,73,68)
#2A3330
(42,51,48)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #C3F9E4

#C3F9E4
(195,249,228)
#C8F9E6
(200,249,230)
#CDF9E8
(205,249,232)
#D2F9EA
(210,249,234)
#D7F9EC
(215,249,236)
#DCF9EE
(220,249,238)
#E1F9F0
(225,249,240)
#E6F9F2
(230,249,242)
#EBF9F4
(235,249,244)
#F0F9F6
(240,249,246)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3F9E4; }

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

This text font color is #C3F9E4.


Background Color

.myBgColor { background-color: #C3F9E4; }

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

This div background color is #C3F9E4.


Border color

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

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

This div border color is #C3F9E4.


Opacity

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

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

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

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

This text has shadow with #C3F9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F9E4 on black background.


Color preview on white background

This text has color #C3F9E4 on white background.



Black color preview on #C3F9E4 background

This text has black color on #C3F9E4 background.


White color preview on #C3F9E4 background

This text has white color on #C3F9E4 background.