COLOR #C3CCA7

HEX: #C3CCA7
RGB: (195,204,167)

Color info

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

RGB color model

#C3CCA7 color RGB value is (195,204,167).

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

RGB channels and saturation

R 195 of 255 = 76%
G 204 of 255 = 80%
B 167 of 255 = 65%

195
204
167

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

Portions of RGB colors in percentages

R + G + B =
195 + 204 + 167 = 566 (100%)
R 195 of 566 ~ 34.45%
G 204 of 566 ~ 36.04%
B 167 of 566 ~ 29.51%

%34.45
%36.04
%29.51

CMYK color model

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

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • 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
%18.14
%20

Codes

Color #C3CCA7 in popluar color models

C3CCA7
RGB195204167
HSL75°26.62%72.75%
HSB/HSV75°18.14%80.00%
CMYK4.41%0.00%18.14%
20.00%

Color #C3CCA7 in popluar number systems.

HEXC3CCA7
Decimal195204167
Binary110000111100110010100111
Octal303314247

Shades and tints

Shades of #C3CCA7

#C3CCA7
(195,204,167)
#B2BA98
(178,186,152)
#A1A889
(161,168,137)
#90967A
(144,150,122)
#7F846B
(127,132,107)
#6E725C
(110,114,92)
#5D604D
(93,96,77)
#4C4E3E
(76,78,62)
#3B3C2F
(59,60,47)
#2A2A20
(42,42,32)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #C3CCA7

#C3CCA7
(195,204,167)
#C8D0AF
(200,208,175)
#CDD4B7
(205,212,183)
#D2D8BF
(210,216,191)
#D7DCC7
(215,220,199)
#DCE0CF
(220,224,207)
#E1E4D7
(225,228,215)
#E6E8DF
(230,232,223)
#EBECE7
(235,236,231)
#F0F0EF
(240,240,239)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CCA7; }

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

This text font color is #C3CCA7.


Background Color

.myBgColor { background-color: #C3CCA7; }

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

This div background color is #C3CCA7.


Border color

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

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

This div border color is #C3CCA7.


Opacity

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

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

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

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

This text has shadow with #C3CCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CCA7 on black background.


Color preview on white background

This text has color #C3CCA7 on white background.



Black color preview on #C3CCA7 background

This text has black color on #C3CCA7 background.


White color preview on #C3CCA7 background

This text has white color on #C3CCA7 background.