COLOR #C3D367

HEX: #C3D367
RGB: (195,211,103)

Color info

#C3D367 contains mainly red and green colors. Web safe color of #C3D367 is #CCCC66 (or #CC6).

RGB color model

#C3D367 color RGB value is (195,211,103).

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

RGB channels and saturation

R 195 of 255 = 76%
G 211 of 255 = 83%
B 103 of 255 = 40%

195
211
103

R + G + B ~ 66%. #C3D367 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 211 + 103 = 509 (100%)
R 195 of 509 ~ 38.31%
G 211 of 509 ~ 41.45%
B 103 of 509 ~ 20.24%

%38.31
%41.45
%20.24

CMYK color model

#C3D367 color CMYK value is (8,0,51,17).

  • cyan value is 7.58%
  • magenta value is 0.00%
  • yellow value is 51.18%
  • key color value is 17.25%
CMYK:
(8,0,51,17)
C8M0Y51K17 
(8%,0%,51%,17%)
(0.08/0.00/0.51/0.17)	

CMYK percentages

%7.58
%0
%51.18
%17.25

Codes

Color #C3D367 in popluar color models

C3D367
RGB195211103
HSL69°55.10%61.57%
HSB/HSV69°51.18%82.75%
CMYK7.58%0.00%51.18%
17.25%

Color #C3D367 in popluar number systems.

HEXC3D367
Decimal195211103
Binary11000011110100111100111
Octal303323147

Shades and tints

Shades of #C3D367

#C3D367
(195,211,103)
#B2C05E
(178,192,94)
#A1AD55
(161,173,85)
#909A4C
(144,154,76)
#7F8743
(127,135,67)
#6E743A
(110,116,58)
#5D6131
(93,97,49)
#4C4E28
(76,78,40)
#3B3B1F
(59,59,31)
#2A2816
(42,40,22)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #C3D367

#C3D367
(195,211,103)
#C8D774
(200,215,116)
#CDDB81
(205,219,129)
#D2DF8E
(210,223,142)
#D7E39B
(215,227,155)
#DCE7A8
(220,231,168)
#E1EBB5
(225,235,181)
#E6EFC2
(230,239,194)
#EBF3CF
(235,243,207)
#F0F7DC
(240,247,220)
#F5FBE9
(245,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D367; }

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

This text font color is #C3D367.


Background Color

.myBgColor { background-color: #C3D367; }

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

This div background color is #C3D367.


Border color

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

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

This div border color is #C3D367.


Opacity

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

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

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

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

This text has shadow with #C3D367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D367 on black background.


Color preview on white background

This text has color #C3D367 on white background.



Black color preview on #C3D367 background

This text has black color on #C3D367 background.


White color preview on #C3D367 background

This text has white color on #C3D367 background.