COLOR #C1D59D

HEX: #C1D59D
RGB: (193,213,157)

Color info

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

RGB color model

#C1D59D color RGB value is (193,213,157).

  • red value is 193;
  • green value is 213;
  • blue value is 157.
RGB:
(193,213,157)
(76%,84%,62%)

RGB channels and saturation

R 193 of 255 = 76%
G 213 of 255 = 84%
B 157 of 255 = 62%

193
213
157

R + G + B ~ 74%. #C1D59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 213 + 157 = 563 (100%)
R 193 of 563 ~ 34.28%
G 213 of 563 ~ 37.83%
B 157 of 563 ~ 27.89%

%34.28
%37.83
%27.89

CMYK color model

#C1D59D color CMYK value is (9,0,26,16).

  • cyan value is 9.39%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 16.47%
CMYK:
(9,0,26,16)
C9M0Y26K16 
(9%,0%,26%,16%)
(0.09/0.00/0.26/0.16)	

CMYK percentages

%9.39
%0
%26.29
%16.47

Codes

Color #C1D59D in popluar color models

C1D59D
RGB193213157
HSL81°40.00%72.55%
HSB/HSV81°26.29%83.53%
CMYK9.39%0.00%26.29%
16.47%

Color #C1D59D in popluar number systems.

HEXC1D59D
Decimal193213157
Binary110000011101010110011101
Octal301325235

Shades and tints

Shades of #C1D59D

#C1D59D
(193,213,157)
#B0C28F
(176,194,143)
#9FAF81
(159,175,129)
#8E9C73
(142,156,115)
#7D8965
(125,137,101)
#6C7657
(108,118,87)
#5B6349
(91,99,73)
#4A503B
(74,80,59)
#393D2D
(57,61,45)
#282A1F
(40,42,31)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #C1D59D

#C1D59D
(193,213,157)
#C6D8A5
(198,216,165)
#CBDBAD
(203,219,173)
#D0DEB5
(208,222,181)
#D5E1BD
(213,225,189)
#DAE4C5
(218,228,197)
#DFE7CD
(223,231,205)
#E4EAD5
(228,234,213)
#E9EDDD
(233,237,221)
#EEF0E5
(238,240,229)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D59D color. Also use rgb(193,213,157) instead hex code.

Text Font Color

.myTextColor { color: #C1D59D; }

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

This text font color is #C1D59D.


Background Color

.myBgColor { background-color: #C1D59D; }

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

This div background color is #C1D59D.


Border color

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

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

This div border color is #C1D59D.


Opacity

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

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

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

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

This text has shadow with #C1D59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D59D on black background.


Color preview on white background

This text has color #C1D59D on white background.



Black color preview on #C1D59D background

This text has black color on #C1D59D background.


White color preview on #C1D59D background

This text has white color on #C1D59D background.