COLOR #C1CD9E

HEX: #C1CD9E
RGB: (193,205,158)

Color info

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

RGB color model

#C1CD9E color RGB value is (193,205,158).

  • red value is 193;
  • green value is 205;
  • blue value is 158.
RGB:
(193,205,158)
(76%,80%,62%)

RGB channels and saturation

R 193 of 255 = 76%
G 205 of 255 = 80%
B 158 of 255 = 62%

193
205
158

R + G + B ~ 73%. #C1CD9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 205 + 158 = 556 (100%)
R 193 of 556 ~ 34.71%
G 205 of 556 ~ 36.87%
B 158 of 556 ~ 28.42%

%34.71
%36.87
%28.42

CMYK color model

#C1CD9E color CMYK value is (6,0,23,20).

  • cyan value is 5.85%
  • magenta value is 0.00%
  • yellow value is 22.93%
  • key color value is 19.61%
CMYK:
(6,0,23,20)
C6M0Y23K20 
(6%,0%,23%,20%)
(0.06/0.00/0.23/0.20)	

CMYK percentages

%5.85
%0
%22.93
%19.61

Codes

Color #C1CD9E in popluar color models

C1CD9E
RGB193205158
HSL75°31.97%71.18%
HSB/HSV75°22.93%80.39%
CMYK5.85%0.00%22.93%
19.61%

Color #C1CD9E in popluar number systems.

HEXC1CD9E
Decimal193205158
Binary110000011100110110011110
Octal301315236

Shades and tints

Shades of #C1CD9E

#C1CD9E
(193,205,158)
#B0BB90
(176,187,144)
#9FA982
(159,169,130)
#8E9774
(142,151,116)
#7D8566
(125,133,102)
#6C7358
(108,115,88)
#5B614A
(91,97,74)
#4A4F3C
(74,79,60)
#393D2E
(57,61,46)
#282B20
(40,43,32)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #C1CD9E

#C1CD9E
(193,205,158)
#C6D1A6
(198,209,166)
#CBD5AE
(203,213,174)
#D0D9B6
(208,217,182)
#D5DDBE
(213,221,190)
#DAE1C6
(218,225,198)
#DFE5CE
(223,229,206)
#E4E9D6
(228,233,214)
#E9EDDE
(233,237,222)
#EEF1E6
(238,241,230)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CD9E color. Also use rgb(193,205,158) instead hex code.

Text Font Color

.myTextColor { color: #C1CD9E; }

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

This text font color is #C1CD9E.


Background Color

.myBgColor { background-color: #C1CD9E; }

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

This div background color is #C1CD9E.


Border color

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

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

This div border color is #C1CD9E.


Opacity

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

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

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

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

This text has shadow with #C1CD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CD9E on black background.


Color preview on white background

This text has color #C1CD9E on white background.



Black color preview on #C1CD9E background

This text has black color on #C1CD9E background.


White color preview on #C1CD9E background

This text has white color on #C1CD9E background.