COLOR #C3F6B5

HEX: #C3F6B5
RGB: (195,246,181)

Color info

#C3F6B5 contains mainly red and green colors. Web safe color of #C3F6B5 is #CCFFCC (or #CFC).

RGB color model

#C3F6B5 color RGB value is (195,246,181).

  • red value is 195;
  • green value is 246;
  • blue value is 181.
RGB:
(195,246,181)
(76%,96%,71%)

RGB channels and saturation

R 195 of 255 = 76%
G 246 of 255 = 96%
B 181 of 255 = 71%

195
246
181

R + G + B ~ 81%. #C3F6B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 246 + 181 = 622 (100%)
R 195 of 622 ~ 31.35%
G 246 of 622 ~ 39.55%
B 181 of 622 ~ 29.1%

%31.35
%39.55
%29.1

CMYK color model

#C3F6B5 color CMYK value is (21,0,26,4).

  • cyan value is 20.73%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 3.53%
CMYK:
(21,0,26,4)
C21M0Y26K4 
(21%,0%,26%,4%)
(0.21/0.00/0.26/0.04)	

CMYK percentages

%20.73
%0
%26.42
%3.53

Codes

Color #C3F6B5 in popluar color models

C3F6B5
RGB195246181
HSL107°78.31%83.73%
HSB/HSV107°26.42%96.47%
CMYK20.73%0.00%26.42%
3.53%

Color #C3F6B5 in popluar number systems.

HEXC3F6B5
Decimal195246181
Binary110000111111011010110101
Octal303366265

Shades and tints

Shades of #C3F6B5

#C3F6B5
(195,246,181)
#B2E0A5
(178,224,165)
#A1CA95
(161,202,149)
#90B485
(144,180,133)
#7F9E75
(127,158,117)
#6E8865
(110,136,101)
#5D7255
(93,114,85)
#4C5C45
(76,92,69)
#3B4635
(59,70,53)
#2A3025
(42,48,37)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #C3F6B5

#C3F6B5
(195,246,181)
#C8F6BB
(200,246,187)
#CDF6C1
(205,246,193)
#D2F6C7
(210,246,199)
#D7F6CD
(215,246,205)
#DCF6D3
(220,246,211)
#E1F6D9
(225,246,217)
#E6F6DF
(230,246,223)
#EBF6E5
(235,246,229)
#F0F6EB
(240,246,235)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F6B5 color. Also use rgb(195,246,181) instead hex code.

Text Font Color

.myTextColor { color: #C3F6B5; }

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

This text font color is #C3F6B5.


Background Color

.myBgColor { background-color: #C3F6B5; }

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

This div background color is #C3F6B5.


Border color

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

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

This div border color is #C3F6B5.


Opacity

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

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

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

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

This text has shadow with #C3F6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F6B5 on black background.


Color preview on white background

This text has color #C3F6B5 on white background.



Black color preview on #C3F6B5 background

This text has black color on #C3F6B5 background.


White color preview on #C3F6B5 background

This text has white color on #C3F6B5 background.