COLOR #C3D381

HEX: #C3D381
RGB: (195,211,129)

Color info

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

RGB color model

#C3D381 color RGB value is (195,211,129).

  • red value is 195;
  • green value is 211;
  • blue value is 129.
RGB:
(195,211,129)
(76%,83%,51%)

RGB channels and saturation

R 195 of 255 = 76%
G 211 of 255 = 83%
B 129 of 255 = 51%

195
211
129

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

Portions of RGB colors in percentages

R + G + B =
195 + 211 + 129 = 535 (100%)
R 195 of 535 ~ 36.45%
G 211 of 535 ~ 39.44%
B 129 of 535 ~ 24.11%

%36.45
%39.44
%24.11

CMYK color model

#C3D381 color CMYK value is (8,0,39,17).

  • cyan value is 7.58%
  • magenta value is 0.00%
  • yellow value is 38.86%
  • key color value is 17.25%
CMYK:
(8,0,39,17)
C8M0Y39K17 
(8%,0%,39%,17%)
(0.08/0.00/0.39/0.17)	

CMYK percentages

%7.58
%0
%38.86
%17.25

Codes

Color #C3D381 in popluar color models

C3D381
RGB195211129
HSL72°48.24%66.67%
HSB/HSV72°38.86%82.75%
CMYK7.58%0.00%38.86%
17.25%

Color #C3D381 in popluar number systems.

HEXC3D381
Decimal195211129
Binary110000111101001110000001
Octal303323201

Shades and tints

Shades of #C3D381

#C3D381
(195,211,129)
#B2C076
(178,192,118)
#A1AD6B
(161,173,107)
#909A60
(144,154,96)
#7F8755
(127,135,85)
#6E744A
(110,116,74)
#5D613F
(93,97,63)
#4C4E34
(76,78,52)
#3B3B29
(59,59,41)
#2A281E
(42,40,30)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #C3D381

#C3D381
(195,211,129)
#C8D78C
(200,215,140)
#CDDB97
(205,219,151)
#D2DFA2
(210,223,162)
#D7E3AD
(215,227,173)
#DCE7B8
(220,231,184)
#E1EBC3
(225,235,195)
#E6EFCE
(230,239,206)
#EBF3D9
(235,243,217)
#F0F7E4
(240,247,228)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D381 color. Also use rgb(195,211,129) instead hex code.

Text Font Color

.myTextColor { color: #C3D381; }

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

This text font color is #C3D381.


Background Color

.myBgColor { background-color: #C3D381; }

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

This div background color is #C3D381.


Border color

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

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

This div border color is #C3D381.


Opacity

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

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

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

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

This text has shadow with #C3D381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D381 on black background.


Color preview on white background

This text has color #C3D381 on white background.



Black color preview on #C3D381 background

This text has black color on #C3D381 background.


White color preview on #C3D381 background

This text has white color on #C3D381 background.