COLOR #C3C498

HEX: #C3C498
RGB: (195,196,152)

Color info

#C3C498 contains red, green and blue colors in about the same proportion. Web safe color of #C3C498 is #CCCC99 (or #CC9).

RGB color model

#C3C498 color RGB value is (195,196,152).

  • red value is 195;
  • green value is 196;
  • blue value is 152.
RGB:
(195,196,152)
(76%,77%,60%)

RGB channels and saturation

R 195 of 255 = 76%
G 196 of 255 = 77%
B 152 of 255 = 60%

195
196
152

R + G + B ~ 71%. #C3C498 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 196 + 152 = 543 (100%)
R 195 of 543 ~ 35.91%
G 196 of 543 ~ 36.1%
B 152 of 543 ~ 27.99%

%35.91
%36.1
%27.99

CMYK color model

#C3C498 color CMYK value is (1,0,22,23).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 23.14%
CMYK:
(1,0,22,23)
C1M0Y22K23 
(1%,0%,22%,23%)
(0.01/0.00/0.22/0.23)	

CMYK percentages

%0.51
%0
%22.45
%23.14

Codes

Color #C3C498 in popluar color models

C3C498
RGB195196152
HSL61°27.16%68.24%
HSB/HSV61°22.45%76.86%
CMYK0.51%0.00%22.45%
23.14%

Color #C3C498 in popluar number systems.

HEXC3C498
Decimal195196152
Binary110000111100010010011000
Octal303304230

Shades and tints

Shades of #C3C498

#C3C498
(195,196,152)
#B2B38B
(178,179,139)
#A1A27E
(161,162,126)
#909171
(144,145,113)
#7F8064
(127,128,100)
#6E6F57
(110,111,87)
#5D5E4A
(93,94,74)
#4C4D3D
(76,77,61)
#3B3C30
(59,60,48)
#2A2B23
(42,43,35)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #C3C498

#C3C498
(195,196,152)
#C8C9A1
(200,201,161)
#CDCEAA
(205,206,170)
#D2D3B3
(210,211,179)
#D7D8BC
(215,216,188)
#DCDDC5
(220,221,197)
#E1E2CE
(225,226,206)
#E6E7D7
(230,231,215)
#EBECE0
(235,236,224)
#F0F1E9
(240,241,233)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C498 color. Also use rgb(195,196,152) instead hex code.

Text Font Color

.myTextColor { color: #C3C498; }

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

This text font color is #C3C498.


Background Color

.myBgColor { background-color: #C3C498; }

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

This div background color is #C3C498.


Border color

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

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

This div border color is #C3C498.


Opacity

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

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

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

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

This text has shadow with #C3C498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C498 on black background.


Color preview on white background

This text has color #C3C498 on white background.



Black color preview on #C3C498 background

This text has black color on #C3C498 background.


White color preview on #C3C498 background

This text has white color on #C3C498 background.