COLOR #C3CB71

HEX: #C3CB71
RGB: (195,203,113)

Color info

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

RGB color model

#C3CB71 color RGB value is (195,203,113).

  • red value is 195;
  • green value is 203;
  • blue value is 113.
RGB:
(195,203,113)
(76%,80%,44%)

RGB channels and saturation

R 195 of 255 = 76%
G 203 of 255 = 80%
B 113 of 255 = 44%

195
203
113

R + G + B ~ 67%. #C3CB71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 203 + 113 = 511 (100%)
R 195 of 511 ~ 38.16%
G 203 of 511 ~ 39.73%
B 113 of 511 ~ 22.11%

%38.16
%39.73
%22.11

CMYK color model

#C3CB71 color CMYK value is (4,0,44,20).

  • cyan value is 3.94%
  • magenta value is 0.00%
  • yellow value is 44.33%
  • key color value is 20.39%
CMYK:
(4,0,44,20)
C4M0Y44K20 
(4%,0%,44%,20%)
(0.04/0.00/0.44/0.20)	

CMYK percentages

%3.94
%0
%44.33
%20.39

Codes

Color #C3CB71 in popluar color models

C3CB71
RGB195203113
HSL65°46.39%61.96%
HSB/HSV65°44.33%79.61%
CMYK3.94%0.00%44.33%
20.39%

Color #C3CB71 in popluar number systems.

HEXC3CB71
Decimal195203113
Binary11000011110010111110001
Octal303313161

Shades and tints

Shades of #C3CB71

#C3CB71
(195,203,113)
#B2B967
(178,185,103)
#A1A75D
(161,167,93)
#909553
(144,149,83)
#7F8349
(127,131,73)
#6E713F
(110,113,63)
#5D5F35
(93,95,53)
#4C4D2B
(76,77,43)
#3B3B21
(59,59,33)
#2A2917
(42,41,23)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #C3CB71

#C3CB71
(195,203,113)
#C8CF7D
(200,207,125)
#CDD389
(205,211,137)
#D2D795
(210,215,149)
#D7DBA1
(215,219,161)
#DCDFAD
(220,223,173)
#E1E3B9
(225,227,185)
#E6E7C5
(230,231,197)
#EBEBD1
(235,235,209)
#F0EFDD
(240,239,221)
#F5F3E9
(245,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CB71 color. Also use rgb(195,203,113) instead hex code.

Text Font Color

.myTextColor { color: #C3CB71; }

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

This text font color is #C3CB71.


Background Color

.myBgColor { background-color: #C3CB71; }

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

This div background color is #C3CB71.


Border color

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

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

This div border color is #C3CB71.


Opacity

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

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

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

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

This text has shadow with #C3CB71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CB71 on black background.


Color preview on white background

This text has color #C3CB71 on white background.



Black color preview on #C3CB71 background

This text has black color on #C3CB71 background.


White color preview on #C3CB71 background

This text has white color on #C3CB71 background.