COLOR #C1CF83

HEX: #C1CF83
RGB: (193,207,131)

Color info

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

RGB color model

#C1CF83 color RGB value is (193,207,131).

  • red value is 193;
  • green value is 207;
  • blue value is 131.
RGB:
(193,207,131)
(76%,81%,51%)

RGB channels and saturation

R 193 of 255 = 76%
G 207 of 255 = 81%
B 131 of 255 = 51%

193
207
131

R + G + B ~ 69%. #C1CF83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 207 + 131 = 531 (100%)
R 193 of 531 ~ 36.35%
G 207 of 531 ~ 38.98%
B 131 of 531 ~ 24.67%

%36.35
%38.98
%24.67

CMYK color model

#C1CF83 color CMYK value is (7,0,37,19).

  • cyan value is 6.76%
  • magenta value is 0.00%
  • yellow value is 36.71%
  • key color value is 18.82%
CMYK:
(7,0,37,19)
C7M0Y37K19 
(7%,0%,37%,19%)
(0.07/0.00/0.37/0.19)	

CMYK percentages

%6.76
%0
%36.71
%18.82

Codes

Color #C1CF83 in popluar color models

C1CF83
RGB193207131
HSL71°44.19%66.27%
HSB/HSV71°36.71%81.18%
CMYK6.76%0.00%36.71%
18.82%

Color #C1CF83 in popluar number systems.

HEXC1CF83
Decimal193207131
Binary110000011100111110000011
Octal301317203

Shades and tints

Shades of #C1CF83

#C1CF83
(193,207,131)
#B0BD78
(176,189,120)
#9FAB6D
(159,171,109)
#8E9962
(142,153,98)
#7D8757
(125,135,87)
#6C754C
(108,117,76)
#5B6341
(91,99,65)
#4A5136
(74,81,54)
#393F2B
(57,63,43)
#282D20
(40,45,32)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #C1CF83

#C1CF83
(193,207,131)
#C6D38E
(198,211,142)
#CBD799
(203,215,153)
#D0DBA4
(208,219,164)
#D5DFAF
(213,223,175)
#DAE3BA
(218,227,186)
#DFE7C5
(223,231,197)
#E4EBD0
(228,235,208)
#E9EFDB
(233,239,219)
#EEF3E6
(238,243,230)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CF83 color. Also use rgb(193,207,131) instead hex code.

Text Font Color

.myTextColor { color: #C1CF83; }

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

This text font color is #C1CF83.


Background Color

.myBgColor { background-color: #C1CF83; }

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

This div background color is #C1CF83.


Border color

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

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

This div border color is #C1CF83.


Opacity

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

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

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

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

This text has shadow with #C1CF83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CF83 on black background.


Color preview on white background

This text has color #C1CF83 on white background.



Black color preview on #C1CF83 background

This text has black color on #C1CF83 background.


White color preview on #C1CF83 background

This text has white color on #C1CF83 background.