COLOR #C3CFA6

HEX: #C3CFA6 RGB: (195,207,166)

Color info

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

RGB color model

#C3CFA6 color RGB value is (195,207,166).

RGB: (195,207,166) (76%, 81%, 65%)

RGB channels and saturation

R 195 of 255 = 76%
G 207 of 255 = 81%
B 166 of 255 = 65%

195
207
166

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

Portions of RGB colors in percentages

R + G + B = 195 + 207 + 166 = 568 (100%)
R 195 of 568 ~ 34.33%
G 207 of 568 ~ 36.44%
B 166 of 568 ~ 29.23'%

%34.33
%36.44
%29.23

CMYK color model

#C3CFA6 color CMYK value is (6,0,20,19).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 18.82%

CMYK: (6,0,20,19)
C6M0Y20K19 (6%, 0%, 20%, 19%)
(0.06 / 0.00 / 0.20 / 0.19)

CMYK percentages

%5.8
%0
%19.81
%18.82

Codes

Color #C3CFA6 in popluar color models

C3 CF A6
RGB 195 207 166
HSL 78° 29.93% 73.14%
HSB/HSV 78° 19.81% 81.18%
CMYK 5.80% 0.00% 19.81%
18.82%

Color #C3CFA6 in popluar number systems.

HEX C3 CF A6
Decimal 195 207 166
Binary 11000011 11001111 10100110
Octal 303 317 246

Shades and tints

Shades of #C3CFA6

#C3CFA6
(195,207,166)
#B2BD97
(178,189,151)
#A1AB88
(161,171,136)
#909979
(144,153,121)
#7F876A
(127,135,106)
#6E755B
(110,117,91)
#5D634C
(93,99,76)
#4C513D
(76,81,61)
#3B3F2E
(59,63,46)
#2A2D1F
(42,45,31)
#191B10
(25,27,16)
#000000
(0,0,0)

Tints of #C3CFA6

#C3CFA6
(195,207,166)
#C8D3AE
(200,211,174)
#CDD7B6
(205,215,182)
#D2DBBE
(210,219,190)
#D7DFC6
(215,223,198)
#DCE3CE
(220,227,206)
#E1E7D6
(225,231,214)
#E6EBDE
(230,235,222)
#EBEFE6
(235,239,230)
#F0F3EE
(240,243,238)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CFA6 color. Also use rgb(195,207,166) instead hex code.

Text Font Color

.myTextColor { color: #C3CFA6; }

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

This text font color is #C3CFA6.

Background Color

.myBgColor { background-color: #C3CFA6; }

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

This div background color is #C3CFA6.

Border color

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

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

This div border color is #C3CFA6.

Opacity

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

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

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

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

This text has shadow with #C3CFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CFA6.

Preview

Color preview on black background

This text has color #C3CFA6 on black background.


Color preview on white background

This text has color #C3CFA6 on white background.


Black color preview on #C3CFA6 background

This text has black color on #C3CFA6 background.


White color preview on #C3CFA6 background

This text has white color on #C3CFA6 background.


Related colors

Complementary color

Complementary color for #hex is #3C3059.


I love getcolorcode.com

Triadic colors

1 #A6C3CF and #CFA6C3 with #C3CFA6 are triadic colors.

2 #A6CFC3 and #CFC3A6 with #C3CFA6 are triadic colors.