COLOR #C3C985

HEX: #C3C985
RGB: (195,201,133)

Color info

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

RGB color model

#C3C985 color RGB value is (195,201,133).

  • red value is 195;
  • green value is 201;
  • blue value is 133.
RGB:
(195,201,133)
(76%,79%,52%)

RGB channels and saturation

R 195 of 255 = 76%
G 201 of 255 = 79%
B 133 of 255 = 52%

195
201
133

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

Portions of RGB colors in percentages

R + G + B =
195 + 201 + 133 = 529 (100%)
R 195 of 529 ~ 36.86%
G 201 of 529 ~ 38%
B 133 of 529 ~ 25.14%

%36.86
%38
%25.14

CMYK color model

#C3C985 color CMYK value is (3,0,34,21).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 33.83%
  • key color value is 21.18%
CMYK:
(3,0,34,21)
C3M0Y34K21 
(3%,0%,34%,21%)
(0.03/0.00/0.34/0.21)	

CMYK percentages

%2.99
%0
%33.83
%21.18

Codes

Color #C3C985 in popluar color models

C3C985
RGB195201133
HSL65°38.64%65.49%
HSB/HSV65°33.83%78.82%
CMYK2.99%0.00%33.83%
21.18%

Color #C3C985 in popluar number systems.

HEXC3C985
Decimal195201133
Binary110000111100100110000101
Octal303311205

Shades and tints

Shades of #C3C985

#C3C985
(195,201,133)
#B2B779
(178,183,121)
#A1A56D
(161,165,109)
#909361
(144,147,97)
#7F8155
(127,129,85)
#6E6F49
(110,111,73)
#5D5D3D
(93,93,61)
#4C4B31
(76,75,49)
#3B3925
(59,57,37)
#2A2719
(42,39,25)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #C3C985

#C3C985
(195,201,133)
#C8CD90
(200,205,144)
#CDD19B
(205,209,155)
#D2D5A6
(210,213,166)
#D7D9B1
(215,217,177)
#DCDDBC
(220,221,188)
#E1E1C7
(225,225,199)
#E6E5D2
(230,229,210)
#EBE9DD
(235,233,221)
#F0EDE8
(240,237,232)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C985 color. Also use rgb(195,201,133) instead hex code.

Text Font Color

.myTextColor { color: #C3C985; }

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

This text font color is #C3C985.


Background Color

.myBgColor { background-color: #C3C985; }

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

This div background color is #C3C985.


Border color

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

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

This div border color is #C3C985.


Opacity

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

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

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

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

This text has shadow with #C3C985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C985 on black background.


Color preview on white background

This text has color #C3C985 on white background.



Black color preview on #C3C985 background

This text has black color on #C3C985 background.


White color preview on #C3C985 background

This text has white color on #C3C985 background.