COLOR #C4C688

HEX: #C4C688 RGB: (196,198,136)

Color info

#C4C688 contains mainly red and green colors. Web safe color of #C4C688 is #CCCC99 (or #CC9).

RGB color model

#C4C688 color RGB value is (196,198,136).

RGB: (196,198,136) (77%, 78%, 53%)

RGB channels and saturation

R 196 of 255 = 77%
G 198 of 255 = 78%
B 136 of 255 = 53%

196
198
136

R + G + B ~ 69%. #C4C688 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 198 + 136 = 530 (100%)
R 196 of 530 ~ 36.98%
G 198 of 530 ~ 37.36%
B 136 of 530 ~ 25.66'%

%36.98
%37.36
%25.66

CMYK color model

#C4C688 color CMYK value is (1,0,31,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 22.35%
CMYK: (1,0,31,22) C1M0Y31K22 (1%,0%,31%,22%) (0.01/0.00/0.31/0.22) 

CMYK percentages

%1.01
%0
%31.31
%22.35

Codes

Color #C4C688 in popluar color models

C4 C6 88
RGB 196 198 136
HSL 62° 35.23% 65.49%
HSB/HSV 62° 31.31% 77.65%
CMYK 1.01% 0.00% 31.31%
22.35%

Color #C4C688 in popluar number systems.

HEX C4 C6 88
Decimal 196 198 136
Binary 11000100 11000110 10001000
Octal 304 306 210

Shades and tints

Shades of #C4C688

#C4C688
(196,198,136)
#B3B47C
(179,180,124)
#A2A270
(162,162,112)
#919064
(145,144,100)
#807E58
(128,126,88)
#6F6C4C
(111,108,76)
#5E5A40
(94,90,64)
#4D4834
(77,72,52)
#3C3628
(60,54,40)
#2B241C
(43,36,28)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #C4C688

#C4C688
(196,198,136)
#C9CB92
(201,203,146)
#CED09C
(206,208,156)
#D3D5A6
(211,213,166)
#D8DAB0
(216,218,176)
#DDDFBA
(221,223,186)
#E2E4C4
(226,228,196)
#E7E9CE
(231,233,206)
#ECEED8
(236,238,216)
#F1F3E2
(241,243,226)
#F6F8EC
(246,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C688 color. Also use rgb(196,198,136) instead hex code.

Text Font Color

.myTextColor { color: #C4C688; }

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

This text font color is #C4C688.

Background Color

.myBgColor { background-color: #C4C688; }

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

This div background color is #C4C688.

Border color

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

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

This div border color is #C4C688.

Opacity

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

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

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

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

This text has shadow with #C4C688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C688.

Preview

Color preview on black background

This text has color #C4C688 on black background.


Color preview on white background

This text has color #C4C688 on white background.


Black color preview on #C4C688 background

This text has black color on #C4C688 background.


White color preview on #C4C688 background

This text has white color on #C4C688 background.


Related colors

Complementary color

Complementary color for #hex is #3B3977.


I love getcolorcode.com

Triadic colors

1 #88C4C6 and #C688C4 with #C4C688 are triadic colors.

2 #88C6C4 and #C6C488 with #C4C688 are triadic colors.