COLOR #C1DF9D

HEX: #C1DF9D
RGB: (193,223,157)

Color info

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

RGB color model

#C1DF9D color RGB value is (193,223,157).

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

RGB channels and saturation

R 193 of 255 = 76%
G 223 of 255 = 87%
B 157 of 255 = 62%

193
223
157

R + G + B ~ 75%. #C1DF9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 223 + 157 = 573 (100%)
R 193 of 573 ~ 33.68%
G 223 of 573 ~ 38.92%
B 157 of 573 ~ 27.4%

%33.68
%38.92
%27.4

CMYK color model

#C1DF9D color CMYK value is (13,0,30,13).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 29.60%
  • key color value is 12.55%
CMYK:
(13,0,30,13)
C13M0Y30K13 
(13%,0%,30%,13%)
(0.13/0.00/0.30/0.13)	

CMYK percentages

%13.45
%0
%29.6
%12.55

Codes

Color #C1DF9D in popluar color models

C1DF9D
RGB193223157
HSL87°50.77%74.51%
HSB/HSV87°29.60%87.45%
CMYK13.45%0.00%29.60%
12.55%

Color #C1DF9D in popluar number systems.

HEXC1DF9D
Decimal193223157
Binary110000011101111110011101
Octal301337235

Shades and tints

Shades of #C1DF9D

#C1DF9D
(193,223,157)
#B0CB8F
(176,203,143)
#9FB781
(159,183,129)
#8EA373
(142,163,115)
#7D8F65
(125,143,101)
#6C7B57
(108,123,87)
#5B6749
(91,103,73)
#4A533B
(74,83,59)
#393F2D
(57,63,45)
#282B1F
(40,43,31)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #C1DF9D

#C1DF9D
(193,223,157)
#C6E1A5
(198,225,165)
#CBE3AD
(203,227,173)
#D0E5B5
(208,229,181)
#D5E7BD
(213,231,189)
#DAE9C5
(218,233,197)
#DFEBCD
(223,235,205)
#E4EDD5
(228,237,213)
#E9EFDD
(233,239,221)
#EEF1E5
(238,241,229)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DF9D; }

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

This text font color is #C1DF9D.


Background Color

.myBgColor { background-color: #C1DF9D; }

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

This div background color is #C1DF9D.


Border color

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

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

This div border color is #C1DF9D.


Opacity

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

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

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

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

This text has shadow with #C1DF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DF9D on black background.


Color preview on white background

This text has color #C1DF9D on white background.



Black color preview on #C1DF9D background

This text has black color on #C1DF9D background.


White color preview on #C1DF9D background

This text has white color on #C1DF9D background.