COLOR #C1C689

HEX: #C1C689
RGB: (193,198,137)

Color info

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

RGB color model

#C1C689 color RGB value is (193,198,137).

  • red value is 193;
  • green value is 198;
  • blue value is 137.
RGB:
(193,198,137)
(76%,78%,54%)

RGB channels and saturation

R 193 of 255 = 76%
G 198 of 255 = 78%
B 137 of 255 = 54%

193
198
137

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

Portions of RGB colors in percentages

R + G + B =
193 + 198 + 137 = 528 (100%)
R 193 of 528 ~ 36.55%
G 198 of 528 ~ 37.5%
B 137 of 528 ~ 25.95%

%36.55
%37.5
%25.95

CMYK color model

#C1C689 color CMYK value is (3,0,31,22).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 30.81%
  • key color value is 22.35%
CMYK:
(3,0,31,22)
C3M0Y31K22 
(3%,0%,31%,22%)
(0.03/0.00/0.31/0.22)	

CMYK percentages

%2.53
%0
%30.81
%22.35

Codes

Color #C1C689 in popluar color models

C1C689
RGB193198137
HSL65°34.86%65.69%
HSB/HSV65°30.81%77.65%
CMYK2.53%0.00%30.81%
22.35%

Color #C1C689 in popluar number systems.

HEXC1C689
Decimal193198137
Binary110000011100011010001001
Octal301306211

Shades and tints

Shades of #C1C689

#C1C689
(193,198,137)
#B0B47D
(176,180,125)
#9FA271
(159,162,113)
#8E9065
(142,144,101)
#7D7E59
(125,126,89)
#6C6C4D
(108,108,77)
#5B5A41
(91,90,65)
#4A4835
(74,72,53)
#393629
(57,54,41)
#28241D
(40,36,29)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #C1C689

#C1C689
(193,198,137)
#C6CB93
(198,203,147)
#CBD09D
(203,208,157)
#D0D5A7
(208,213,167)
#D5DAB1
(213,218,177)
#DADFBB
(218,223,187)
#DFE4C5
(223,228,197)
#E4E9CF
(228,233,207)
#E9EED9
(233,238,217)
#EEF3E3
(238,243,227)
#F3F8ED
(243,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C689 color. Also use rgb(193,198,137) instead hex code.

Text Font Color

.myTextColor { color: #C1C689; }

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

This text font color is #C1C689.


Background Color

.myBgColor { background-color: #C1C689; }

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

This div background color is #C1C689.


Border color

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

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

This div border color is #C1C689.


Opacity

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

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

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

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

This text has shadow with #C1C689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C689 on black background.


Color preview on white background

This text has color #C1C689 on white background.



Black color preview on #C1C689 background

This text has black color on #C1C689 background.


White color preview on #C1C689 background

This text has white color on #C1C689 background.