COLOR #C3D186

HEX: #C3D186
RGB: (195,209,134)

Color info

#C3D186 contains mainly red and green colors. Web safe color of #C3D186 is #CCCC99 (or #CC9).

RGB color model

#C3D186 color RGB value is (195,209,134).

  • red value is 195;
  • green value is 209;
  • blue value is 134.
RGB:
(195,209,134)
(76%,82%,53%)

RGB channels and saturation

R 195 of 255 = 76%
G 209 of 255 = 82%
B 134 of 255 = 53%

195
209
134

R + G + B ~ 70%. #C3D186 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 209 + 134 = 538 (100%)
R 195 of 538 ~ 36.25%
G 209 of 538 ~ 38.85%
B 134 of 538 ~ 24.91%

%36.25
%38.85
%24.91

CMYK color model

#C3D186 color CMYK value is (7,0,36,18).

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 35.89%
  • key color value is 18.04%
CMYK:
(7,0,36,18)
C7M0Y36K18 
(7%,0%,36%,18%)
(0.07/0.00/0.36/0.18)	

CMYK percentages

%6.7
%0
%35.89
%18.04

Codes

Color #C3D186 in popluar color models

C3D186
RGB195209134
HSL71°44.91%67.25%
HSB/HSV71°35.89%81.96%
CMYK6.70%0.00%35.89%
18.04%

Color #C3D186 in popluar number systems.

HEXC3D186
Decimal195209134
Binary110000111101000110000110
Octal303321206

Shades and tints

Shades of #C3D186

#C3D186
(195,209,134)
#B2BE7A
(178,190,122)
#A1AB6E
(161,171,110)
#909862
(144,152,98)
#7F8556
(127,133,86)
#6E724A
(110,114,74)
#5D5F3E
(93,95,62)
#4C4C32
(76,76,50)
#3B3926
(59,57,38)
#2A261A
(42,38,26)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #C3D186

#C3D186
(195,209,134)
#C8D591
(200,213,145)
#CDD99C
(205,217,156)
#D2DDA7
(210,221,167)
#D7E1B2
(215,225,178)
#DCE5BD
(220,229,189)
#E1E9C8
(225,233,200)
#E6EDD3
(230,237,211)
#EBF1DE
(235,241,222)
#F0F5E9
(240,245,233)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D186 color. Also use rgb(195,209,134) instead hex code.

Text Font Color

.myTextColor { color: #C3D186; }

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

This text font color is #C3D186.


Background Color

.myBgColor { background-color: #C3D186; }

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

This div background color is #C3D186.


Border color

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

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

This div border color is #C3D186.


Opacity

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

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

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

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

This text has shadow with #C3D186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D186 on black background.


Color preview on white background

This text has color #C3D186 on white background.



Black color preview on #C3D186 background

This text has black color on #C3D186 background.


White color preview on #C3D186 background

This text has white color on #C3D186 background.