COLOR #C3C88F

HEX: #C3C88F RGB: (195,200,143)

Color info

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

RGB color model

#C3C88F color RGB value is (195,200,143).

RGB: (195,200,143) (76%, 78%, 56%)

RGB channels and saturation

R 195 of 255 = 76%
G 200 of 255 = 78%
B 143 of 255 = 56%

195
200
143

R + G + B ~ 70%. #C3C88F is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 200 + 143 = 538 (100%)
R 195 of 538 ~ 36.25%
G 200 of 538 ~ 37.17%
B 143 of 538 ~ 26.58'%

%36.25
%37.17
%26.58

CMYK color model

#C3C88F color CMYK value is (3,0,29,22).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 21.57%

CMYK: (3,0,29,22)
C3M0Y29K22 (3%, 0%, 29%, 22%)
(0.03 / 0.00 / 0.29 / 0.22)

CMYK percentages

%2.5
%0
%28.5
%21.57

Codes

Color #C3C88F in popluar color models

C3 C8 8F
RGB 195 200 143
HSL 65° 34.13% 67.25%
HSB/HSV 65° 28.50% 78.43%
CMYK 2.50% 0.00% 28.50%
21.57%

Color #C3C88F in popluar number systems.

HEX C3 C8 8F
Decimal 195 200 143
Binary 11000011 11001000 10001111
Octal 303 310 217

Shades and tints

Shades of #C3C88F

#C3C88F
(195,200,143)
#B2B682
(178,182,130)
#A1A475
(161,164,117)
#909268
(144,146,104)
#7F805B
(127,128,91)
#6E6E4E
(110,110,78)
#5D5C41
(93,92,65)
#4C4A34
(76,74,52)
#3B3827
(59,56,39)
#2A261A
(42,38,26)
#19140D
(25,20,13)
#000000
(0,0,0)

Tints of #C3C88F

#C3C88F
(195,200,143)
#C8CD99
(200,205,153)
#CDD2A3
(205,210,163)
#D2D7AD
(210,215,173)
#D7DCB7
(215,220,183)
#DCE1C1
(220,225,193)
#E1E6CB
(225,230,203)
#E6EBD5
(230,235,213)
#EBF0DF
(235,240,223)
#F0F5E9
(240,245,233)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C88F color. Also use rgb(195,200,143) instead hex code.

Text Font Color

.myTextColor { color: #C3C88F; }

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

This text font color is #C3C88F.

Background Color

.myBgColor { background-color: #C3C88F; }

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

This div background color is #C3C88F.

Border color

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

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

This div border color is #C3C88F.

Opacity

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

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

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

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

This text has shadow with #C3C88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C88F.

Preview

Color preview on black background

This text has color #C3C88F on black background.


Color preview on white background

This text has color #C3C88F on white background.


Black color preview on #C3C88F background

This text has black color on #C3C88F background.


White color preview on #C3C88F background

This text has white color on #C3C88F background.


Related colors

Complementary color

Complementary color for #hex is #3C3770.


I love getcolorcode.com

Triadic colors

1 #8FC3C8 and #C88FC3 with #C3C88F are triadic colors.

2 #8FC8C3 and #C8C38F with #C3C88F are triadic colors.