COLOR #C3CCAF

HEX: #C3CCAF RGB: (195,204,175)

Color info

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

RGB color model

#C3CCAF color RGB value is (195,204,175).

RGB: (195,204,175) (76%, 80%, 69%)

RGB channels and saturation

R 195 of 255 = 76%
G 204 of 255 = 80%
B 175 of 255 = 69%

195
204
175

R + G + B ~ 75%. #C3CCAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 204 + 175 = 574 (100%)
R 195 of 574 ~ 33.97%
G 204 of 574 ~ 35.54%
B 175 of 574 ~ 30.49'%

%33.97
%35.54
%30.49

CMYK color model

#C3CCAF color CMYK value is (4,0,14,20).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 20.00%

CMYK: (4,0,14,20)
C4M0Y14K20 (4%, 0%, 14%, 20%)
(0.04 / 0.00 / 0.14 / 0.20)

CMYK percentages

%4.41
%0
%14.22
%20

Codes

Color #C3CCAF in popluar color models

C3 CC AF
RGB 195 204 175
HSL 79° 22.14% 74.31%
HSB/HSV 79° 14.22% 80.00%
CMYK 4.41% 0.00% 14.22%
20.00%

Color #C3CCAF in popluar number systems.

HEX C3 CC AF
Decimal 195 204 175
Binary 11000011 11001100 10101111
Octal 303 314 257

Shades and tints

Shades of #C3CCAF

#C3CCAF
(195,204,175)
#B2BAA0
(178,186,160)
#A1A891
(161,168,145)
#909682
(144,150,130)
#7F8473
(127,132,115)
#6E7264
(110,114,100)
#5D6055
(93,96,85)
#4C4E46
(76,78,70)
#3B3C37
(59,60,55)
#2A2A28
(42,42,40)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #C3CCAF

#C3CCAF
(195,204,175)
#C8D0B6
(200,208,182)
#CDD4BD
(205,212,189)
#D2D8C4
(210,216,196)
#D7DCCB
(215,220,203)
#DCE0D2
(220,224,210)
#E1E4D9
(225,228,217)
#E6E8E0
(230,232,224)
#EBECE7
(235,236,231)
#F0F0EE
(240,240,238)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CCAF; }

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

This text font color is #C3CCAF.

Background Color

.myBgColor { background-color: #C3CCAF; }

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

This div background color is #C3CCAF.

Border color

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

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

This div border color is #C3CCAF.

Opacity

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

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

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

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

This text has shadow with #C3CCAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CCAF.

Preview

Color preview on black background

This text has color #C3CCAF on black background.


Color preview on white background

This text has color #C3CCAF on white background.


Black color preview on #C3CCAF background

This text has black color on #C3CCAF background.


White color preview on #C3CCAF background

This text has white color on #C3CCAF background.


Related colors

Complementary color

Complementary color for #hex is #3C3350.


I love getcolorcode.com

Triadic colors

1 #AFC3CC and #CCAFC3 with #C3CCAF are triadic colors.

2 #AFCCC3 and #CCC3AF with #C3CCAF are triadic colors.