COLOR #C1D67F

HEX: #C1D67F
RGB: (193,214,127)

Color info

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

RGB color model

#C1D67F color RGB value is (193,214,127).

  • red value is 193;
  • green value is 214;
  • blue value is 127.
RGB:
(193,214,127)
(76%,84%,50%)

RGB channels and saturation

R 193 of 255 = 76%
G 214 of 255 = 84%
B 127 of 255 = 50%

193
214
127

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

Portions of RGB colors in percentages

R + G + B =
193 + 214 + 127 = 534 (100%)
R 193 of 534 ~ 36.14%
G 214 of 534 ~ 40.07%
B 127 of 534 ~ 23.78%

%36.14
%40.07
%23.78

CMYK color model

#C1D67F color CMYK value is (10,0,41,16).

  • cyan value is 9.81%
  • magenta value is 0.00%
  • yellow value is 40.65%
  • key color value is 16.08%
CMYK:
(10,0,41,16)
C10M0Y41K16 
(10%,0%,41%,16%)
(0.10/0.00/0.41/0.16)	

CMYK percentages

%9.81
%0
%40.65
%16.08

Codes

Color #C1D67F in popluar color models

C1D67F
RGB193214127
HSL74°51.48%66.86%
HSB/HSV74°40.65%83.92%
CMYK9.81%0.00%40.65%
16.08%

Color #C1D67F in popluar number systems.

HEXC1D67F
Decimal193214127
Binary11000001110101101111111
Octal301326177

Shades and tints

Shades of #C1D67F

#C1D67F
(193,214,127)
#B0C374
(176,195,116)
#9FB069
(159,176,105)
#8E9D5E
(142,157,94)
#7D8A53
(125,138,83)
#6C7748
(108,119,72)
#5B643D
(91,100,61)
#4A5132
(74,81,50)
#393E27
(57,62,39)
#282B1C
(40,43,28)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #C1D67F

#C1D67F
(193,214,127)
#C6D98A
(198,217,138)
#CBDC95
(203,220,149)
#D0DFA0
(208,223,160)
#D5E2AB
(213,226,171)
#DAE5B6
(218,229,182)
#DFE8C1
(223,232,193)
#E4EBCC
(228,235,204)
#E9EED7
(233,238,215)
#EEF1E2
(238,241,226)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D67F color. Also use rgb(193,214,127) instead hex code.

Text Font Color

.myTextColor { color: #C1D67F; }

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

This text font color is #C1D67F.


Background Color

.myBgColor { background-color: #C1D67F; }

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

This div background color is #C1D67F.


Border color

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

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

This div border color is #C1D67F.


Opacity

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

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

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

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

This text has shadow with #C1D67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D67F on black background.


Color preview on white background

This text has color #C1D67F on white background.



Black color preview on #C1D67F background

This text has black color on #C1D67F background.


White color preview on #C1D67F background

This text has white color on #C1D67F background.