COLOR #C1D992

HEX: #C1D992 RGB: (193,217,146)

Color info

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

RGB color model

#C1D992 color RGB value is (193,217,146).

RGB: (193,217,146) (76%, 85%, 57%)

RGB channels and saturation

R 193 of 255 = 76%
G 217 of 255 = 85%
B 146 of 255 = 57%

193
217
146

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

Portions of RGB colors in percentages

R + G + B = 193 + 217 + 146 = 556 (100%)
R 193 of 556 ~ 34.71%
G 217 of 556 ~ 39.03%
B 146 of 556 ~ 26.26'%

%34.71
%39.03
%26.26

CMYK color model

#C1D992 color CMYK value is (11,0,33,15).

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

CMYK: (11,0,33,15)
C11M0Y33K15 (11%, 0%, 33%, 15%)
(0.11 / 0.00 / 0.33 / 0.15)

CMYK percentages

%11.06
%0
%32.72
%14.9

Codes

Color #C1D992 in popluar color models

C1 D9 92
RGB 193 217 146
HSL 80° 48.30% 71.18%
HSB/HSV 80° 32.72% 85.10%
CMYK 11.06% 0.00% 32.72%
14.90%

Color #C1D992 in popluar number systems.

HEX C1 D9 92
Decimal 193 217 146
Binary 11000001 11011001 10010010
Octal 301 331 222

Shades and tints

Shades of #C1D992

#C1D992
(193,217,146)
#B0C685
(176,198,133)
#9FB378
(159,179,120)
#8EA06B
(142,160,107)
#7D8D5E
(125,141,94)
#6C7A51
(108,122,81)
#5B6744
(91,103,68)
#4A5437
(74,84,55)
#39412A
(57,65,42)
#282E1D
(40,46,29)
#171B10
(23,27,16)
#000000
(0,0,0)

Tints of #C1D992

#C1D992
(193,217,146)
#C6DC9B
(198,220,155)
#CBDFA4
(203,223,164)
#D0E2AD
(208,226,173)
#D5E5B6
(213,229,182)
#DAE8BF
(218,232,191)
#DFEBC8
(223,235,200)
#E4EED1
(228,238,209)
#E9F1DA
(233,241,218)
#EEF4E3
(238,244,227)
#F3F7EC
(243,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D992; }

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

This text font color is #C1D992.

Background Color

.myBgColor { background-color: #C1D992; }

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

This div background color is #C1D992.

Border color

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

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

This div border color is #C1D992.

Opacity

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

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

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

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

This text has shadow with #C1D992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D992.

Preview

Color preview on black background

This text has color #C1D992 on black background.


Color preview on white background

This text has color #C1D992 on white background.


Black color preview on #C1D992 background

This text has black color on #C1D992 background.


White color preview on #C1D992 background

This text has white color on #C1D992 background.


Related colors

Complementary color

Complementary color for #hex is #3E266D.


I love getcolorcode.com

Triadic colors

1 #92C1D9 and #D992C1 with #C1D992 are triadic colors.

2 #92D9C1 and #D9C192 with #C1D992 are triadic colors.