COLOR #C1D996

HEX: #C1D996 RGB: (193,217,150)

Color info

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

RGB color model

#C1D996 color RGB value is (193,217,150).

RGB: (193,217,150) (76%, 85%, 59%)

RGB channels and saturation

R 193 of 255 = 76%
G 217 of 255 = 85%
B 150 of 255 = 59%

193
217
150

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

Portions of RGB colors in percentages

R + G + B = 193 + 217 + 150 = 560 (100%)
R 193 of 560 ~ 34.46%
G 217 of 560 ~ 38.75%
B 150 of 560 ~ 26.79'%

%34.46
%38.75
%26.79

CMYK color model

#C1D996 color CMYK value is (11,0,31,15).

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

CMYK: (11,0,31,15)
C11M0Y31K15 (11%, 0%, 31%, 15%)
(0.11 / 0.00 / 0.31 / 0.15)

CMYK percentages

%11.06
%0
%30.88
%14.9

Codes

Color #C1D996 in popluar color models

C1 D9 96
RGB 193 217 150
HSL 81° 46.85% 71.96%
HSB/HSV 81° 30.88% 85.10%
CMYK 11.06% 0.00% 30.88%
14.90%

Color #C1D996 in popluar number systems.

HEX C1 D9 96
Decimal 193 217 150
Binary 11000001 11011001 10010110
Octal 301 331 226

Shades and tints

Shades of #C1D996

#C1D996
(193,217,150)
#B0C689
(176,198,137)
#9FB37C
(159,179,124)
#8EA06F
(142,160,111)
#7D8D62
(125,141,98)
#6C7A55
(108,122,85)
#5B6748
(91,103,72)
#4A543B
(74,84,59)
#39412E
(57,65,46)
#282E21
(40,46,33)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #C1D996

#C1D996
(193,217,150)
#C6DC9F
(198,220,159)
#CBDFA8
(203,223,168)
#D0E2B1
(208,226,177)
#D5E5BA
(213,229,186)
#DAE8C3
(218,232,195)
#DFEBCC
(223,235,204)
#E4EED5
(228,238,213)
#E9F1DE
(233,241,222)
#EEF4E7
(238,244,231)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D996; }

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

This text font color is #C1D996.

Background Color

.myBgColor { background-color: #C1D996; }

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

This div background color is #C1D996.

Border color

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

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

This div border color is #C1D996.

Opacity

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

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

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

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

This text has shadow with #C1D996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D996.

Preview

Color preview on black background

This text has color #C1D996 on black background.


Color preview on white background

This text has color #C1D996 on white background.


Black color preview on #C1D996 background

This text has black color on #C1D996 background.


White color preview on #C1D996 background

This text has white color on #C1D996 background.


Related colors

Complementary color

Complementary color for #hex is #3E2669.


I love getcolorcode.com

Triadic colors

1 #96C1D9 and #D996C1 with #C1D996 are triadic colors.

2 #96D9C1 and #D9C196 with #C1D996 are triadic colors.