COLOR #C1D99A

HEX: #C1D99A
RGB: (193,217,154)

Color info

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

RGB color model

#C1D99A color RGB value is (193,217,154).

  • red value is 193;
  • green value is 217;
  • blue value is 154.
RGB:
(193,217,154)
(76%,85%,60%)

RGB channels and saturation

R 193 of 255 = 76%
G 217 of 255 = 85%
B 154 of 255 = 60%

193
217
154

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

Portions of RGB colors in percentages

R + G + B =
193 + 217 + 154 = 564 (100%)
R 193 of 564 ~ 34.22%
G 217 of 564 ~ 38.48%
B 154 of 564 ~ 27.3%

%34.22
%38.48
%27.3

CMYK color model

#C1D99A color CMYK value is (11,0,29,15).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 14.90%
CMYK:
(11,0,29,15)
C11M0Y29K15 
(11%,0%,29%,15%)
(0.11/0.00/0.29/0.15)	

CMYK percentages

%11.06
%0
%29.03
%14.9

Codes

Color #C1D99A in popluar color models

C1D99A
RGB193217154
HSL83°45.32%72.75%
HSB/HSV83°29.03%85.10%
CMYK11.06%0.00%29.03%
14.90%

Color #C1D99A in popluar number systems.

HEXC1D99A
Decimal193217154
Binary110000011101100110011010
Octal301331232

Shades and tints

Shades of #C1D99A

#C1D99A
(193,217,154)
#B0C68C
(176,198,140)
#9FB37E
(159,179,126)
#8EA070
(142,160,112)
#7D8D62
(125,141,98)
#6C7A54
(108,122,84)
#5B6746
(91,103,70)
#4A5438
(74,84,56)
#39412A
(57,65,42)
#282E1C
(40,46,28)
#171B0E
(23,27,14)
#000000
(0,0,0)

Tints of #C1D99A

#C1D99A
(193,217,154)
#C6DCA3
(198,220,163)
#CBDFAC
(203,223,172)
#D0E2B5
(208,226,181)
#D5E5BE
(213,229,190)
#DAE8C7
(218,232,199)
#DFEBD0
(223,235,208)
#E4EED9
(228,238,217)
#E9F1E2
(233,241,226)
#EEF4EB
(238,244,235)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D99A color. Also use rgb(193,217,154) instead hex code.

Text Font Color

.myTextColor { color: #C1D99A; }

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

This text font color is #C1D99A.


Background Color

.myBgColor { background-color: #C1D99A; }

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

This div background color is #C1D99A.


Border color

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

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

This div border color is #C1D99A.


Opacity

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

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

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

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

This text has shadow with #C1D99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D99A on black background.


Color preview on white background

This text has color #C1D99A on white background.



Black color preview on #C1D99A background

This text has black color on #C1D99A background.


White color preview on #C1D99A background

This text has white color on #C1D99A background.