COLOR #C3CCA8

HEX: #C3CCA8
RGB: (195,204,168)

Color info

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

RGB color model

#C3CCA8 color RGB value is (195,204,168).

  • red value is 195;
  • green value is 204;
  • blue value is 168.
RGB:
(195,204,168)
(76%,80%,66%)

RGB channels and saturation

R 195 of 255 = 76%
G 204 of 255 = 80%
B 168 of 255 = 66%

195
204
168

R + G + B ~ 74%. #C3CCA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 204 + 168 = 567 (100%)
R 195 of 567 ~ 34.39%
G 204 of 567 ~ 35.98%
B 168 of 567 ~ 29.63%

%34.39
%35.98
%29.63

CMYK color model

#C3CCA8 color CMYK value is (4,0,18,20).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 20.00%
CMYK:
(4,0,18,20)
C4M0Y18K20 
(4%,0%,18%,20%)
(0.04/0.00/0.18/0.20)	

CMYK percentages

%4.41
%0
%17.65
%20

Codes

Color #C3CCA8 in popluar color models

C3CCA8
RGB195204168
HSL75°26.09%72.94%
HSB/HSV75°17.65%80.00%
CMYK4.41%0.00%17.65%
20.00%

Color #C3CCA8 in popluar number systems.

HEXC3CCA8
Decimal195204168
Binary110000111100110010101000
Octal303314250

Shades and tints

Shades of #C3CCA8

#C3CCA8
(195,204,168)
#B2BA99
(178,186,153)
#A1A88A
(161,168,138)
#90967B
(144,150,123)
#7F846C
(127,132,108)
#6E725D
(110,114,93)
#5D604E
(93,96,78)
#4C4E3F
(76,78,63)
#3B3C30
(59,60,48)
#2A2A21
(42,42,33)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #C3CCA8

#C3CCA8
(195,204,168)
#C8D0AF
(200,208,175)
#CDD4B6
(205,212,182)
#D2D8BD
(210,216,189)
#D7DCC4
(215,220,196)
#DCE0CB
(220,224,203)
#E1E4D2
(225,228,210)
#E6E8D9
(230,232,217)
#EBECE0
(235,236,224)
#F0F0E7
(240,240,231)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CCA8 color. Also use rgb(195,204,168) instead hex code.

Text Font Color

.myTextColor { color: #C3CCA8; }

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

This text font color is #C3CCA8.


Background Color

.myBgColor { background-color: #C3CCA8; }

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

This div background color is #C3CCA8.


Border color

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

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

This div border color is #C3CCA8.


Opacity

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

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

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

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

This text has shadow with #C3CCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CCA8 on black background.


Color preview on white background

This text has color #C3CCA8 on white background.



Black color preview on #C3CCA8 background

This text has black color on #C3CCA8 background.


White color preview on #C3CCA8 background

This text has white color on #C3CCA8 background.