COLOR #C3D38A

HEX: #C3D38A
RGB: (195,211,138)

Color info

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

RGB color model

#C3D38A color RGB value is (195,211,138).

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

RGB channels and saturation

R 195 of 255 = 76%
G 211 of 255 = 83%
B 138 of 255 = 54%

195
211
138

R + G + B ~ 71%. #C3D38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 211 + 138 = 544 (100%)
R 195 of 544 ~ 35.85%
G 211 of 544 ~ 38.79%
B 138 of 544 ~ 25.37%

%35.85
%38.79
%25.37

CMYK color model

#C3D38A color CMYK value is (8,0,35,17).

  • cyan value is 7.58%
  • magenta value is 0.00%
  • yellow value is 34.60%
  • key color value is 17.25%
CMYK:
(8,0,35,17)
C8M0Y35K17 
(8%,0%,35%,17%)
(0.08/0.00/0.35/0.17)	

CMYK percentages

%7.58
%0
%34.6
%17.25

Codes

Color #C3D38A in popluar color models

C3D38A
RGB195211138
HSL73°45.34%68.43%
HSB/HSV73°34.60%82.75%
CMYK7.58%0.00%34.60%
17.25%

Color #C3D38A in popluar number systems.

HEXC3D38A
Decimal195211138
Binary110000111101001110001010
Octal303323212

Shades and tints

Shades of #C3D38A

#C3D38A
(195,211,138)
#B2C07E
(178,192,126)
#A1AD72
(161,173,114)
#909A66
(144,154,102)
#7F875A
(127,135,90)
#6E744E
(110,116,78)
#5D6142
(93,97,66)
#4C4E36
(76,78,54)
#3B3B2A
(59,59,42)
#2A281E
(42,40,30)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #C3D38A

#C3D38A
(195,211,138)
#C8D794
(200,215,148)
#CDDB9E
(205,219,158)
#D2DFA8
(210,223,168)
#D7E3B2
(215,227,178)
#DCE7BC
(220,231,188)
#E1EBC6
(225,235,198)
#E6EFD0
(230,239,208)
#EBF3DA
(235,243,218)
#F0F7E4
(240,247,228)
#F5FBEE
(245,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D38A; }

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

This text font color is #C3D38A.


Background Color

.myBgColor { background-color: #C3D38A; }

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

This div background color is #C3D38A.


Border color

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

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

This div border color is #C3D38A.


Opacity

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

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

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

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

This text has shadow with #C3D38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D38A on black background.


Color preview on white background

This text has color #C3D38A on white background.



Black color preview on #C3D38A background

This text has black color on #C3D38A background.


White color preview on #C3D38A background

This text has white color on #C3D38A background.