COLOR #C1D99C

HEX: #C1D99C RGB: (193,217,156)

Color info

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

RGB color model

#C1D99C color RGB value is (193,217,156).

RGB: (193,217,156) (76%, 85%, 61%)

RGB channels and saturation

R 193 of 255 = 76%
G 217 of 255 = 85%
B 156 of 255 = 61%

193
217
156

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

Portions of RGB colors in percentages

R + G + B = 193 + 217 + 156 = 566 (100%)
R 193 of 566 ~ 34.1%
G 217 of 566 ~ 38.34%
B 156 of 566 ~ 27.56'%

%34.1
%38.34
%27.56

CMYK color model

#C1D99C color CMYK value is (11,0,28,15).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 14.90%

CMYK: (11,0,28,15)
C11M0Y28K15 (11%, 0%, 28%, 15%)
(0.11 / 0.00 / 0.28 / 0.15)

CMYK percentages

%11.06
%0
%28.11
%14.9

Codes

Color #C1D99C in popluar color models

C1 D9 9C
RGB 193 217 156
HSL 84° 44.53% 73.14%
HSB/HSV 84° 28.11% 85.10%
CMYK 11.06% 0.00% 28.11%
14.90%

Color #C1D99C in popluar number systems.

HEX C1 D9 9C
Decimal 193 217 156
Binary 11000001 11011001 10011100
Octal 301 331 234

Shades and tints

Shades of #C1D99C

#C1D99C
(193,217,156)
#B0C68E
(176,198,142)
#9FB380
(159,179,128)
#8EA072
(142,160,114)
#7D8D64
(125,141,100)
#6C7A56
(108,122,86)
#5B6748
(91,103,72)
#4A543A
(74,84,58)
#39412C
(57,65,44)
#282E1E
(40,46,30)
#171B10
(23,27,16)
#000000
(0,0,0)

Tints of #C1D99C

#C1D99C
(193,217,156)
#C6DCA5
(198,220,165)
#CBDFAE
(203,223,174)
#D0E2B7
(208,226,183)
#D5E5C0
(213,229,192)
#DAE8C9
(218,232,201)
#DFEBD2
(223,235,210)
#E4EEDB
(228,238,219)
#E9F1E4
(233,241,228)
#EEF4ED
(238,244,237)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D99C; }

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

This text font color is #C1D99C.

Background Color

.myBgColor { background-color: #C1D99C; }

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

This div background color is #C1D99C.

Border color

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

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

This div border color is #C1D99C.

Opacity

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

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

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

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

This text has shadow with #C1D99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D99C.

Preview

Color preview on black background

This text has color #C1D99C on black background.


Color preview on white background

This text has color #C1D99C on white background.


Black color preview on #C1D99C background

This text has black color on #C1D99C background.


White color preview on #C1D99C background

This text has white color on #C1D99C background.


Related colors

Complementary color

Complementary color for #hex is #3E2663.


I love getcolorcode.com

Triadic colors

1 #9CC1D9 and #D99CC1 with #C1D99C are triadic colors.

2 #9CD9C1 and #D9C19C with #C1D99C are triadic colors.