COLOR #C3F9BE

HEX: #C3F9BE
RGB: (195,249,190)

Color info

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

RGB color model

#C3F9BE color RGB value is (195,249,190).

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

RGB channels and saturation

R 195 of 255 = 76%
G 249 of 255 = 98%
B 190 of 255 = 75%

195
249
190

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

Portions of RGB colors in percentages

R + G + B =
195 + 249 + 190 = 634 (100%)
R 195 of 634 ~ 30.76%
G 249 of 634 ~ 39.27%
B 190 of 634 ~ 29.97%

%30.76
%39.27
%29.97

CMYK color model

#C3F9BE color CMYK value is (22,0,24,2).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 23.69%
  • key color value is 2.35%
CMYK:
(22,0,24,2)
C22M0Y24K2 
(22%,0%,24%,2%)
(0.22/0.00/0.24/0.02)	

CMYK percentages

%21.69
%0
%23.69
%2.35

Codes

Color #C3F9BE in popluar color models

C3F9BE
RGB195249190
HSL115°83.10%86.08%
HSB/HSV115°23.69%97.65%
CMYK21.69%0.00%23.69%
2.35%

Color #C3F9BE in popluar number systems.

HEXC3F9BE
Decimal195249190
Binary110000111111100110111110
Octal303371276

Shades and tints

Shades of #C3F9BE

#C3F9BE
(195,249,190)
#B2E3AD
(178,227,173)
#A1CD9C
(161,205,156)
#90B78B
(144,183,139)
#7FA17A
(127,161,122)
#6E8B69
(110,139,105)
#5D7558
(93,117,88)
#4C5F47
(76,95,71)
#3B4936
(59,73,54)
#2A3325
(42,51,37)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #C3F9BE

#C3F9BE
(195,249,190)
#C8F9C3
(200,249,195)
#CDF9C8
(205,249,200)
#D2F9CD
(210,249,205)
#D7F9D2
(215,249,210)
#DCF9D7
(220,249,215)
#E1F9DC
(225,249,220)
#E6F9E1
(230,249,225)
#EBF9E6
(235,249,230)
#F0F9EB
(240,249,235)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3F9BE; }

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

This text font color is #C3F9BE.


Background Color

.myBgColor { background-color: #C3F9BE; }

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

This div background color is #C3F9BE.


Border color

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

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

This div border color is #C3F9BE.


Opacity

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

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

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

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

This text has shadow with #C3F9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F9BE on black background.


Color preview on white background

This text has color #C3F9BE on white background.



Black color preview on #C3F9BE background

This text has black color on #C3F9BE background.


White color preview on #C3F9BE background

This text has white color on #C3F9BE background.