COLOR #C1DC89

HEX: #C1DC89 RGB: (193,220,137)

Color info

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

RGB color model

#C1DC89 color RGB value is (193,220,137).

RGB: (193,220,137) (76%, 86%, 54%)

RGB channels and saturation

R 193 of 255 = 76%
G 220 of 255 = 86%
B 137 of 255 = 54%

193
220
137

R + G + B ~ 72%. #C1DC89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 220 + 137 = 550 (100%)
R 193 of 550 ~ 35.09%
G 220 of 550 ~ 40%
B 137 of 550 ~ 24.91'%

%35.09
%40
%24.91

CMYK color model

#C1DC89 color CMYK value is (12,0,38,14).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 37.73%
  • key color value is 13.73%

CMYK: (12,0,38,14)
C12M0Y38K14 (12%, 0%, 38%, 14%)
(0.12 / 0.00 / 0.38 / 0.14)

CMYK percentages

%12.27
%0
%37.73
%13.73

Codes

Color #C1DC89 in popluar color models

C1 DC 89
RGB 193 220 137
HSL 80° 54.25% 70.00%
HSB/HSV 80° 37.73% 86.27%
CMYK 12.27% 0.00% 37.73%
13.73%

Color #C1DC89 in popluar number systems.

HEX C1 DC 89
Decimal 193 220 137
Binary 11000001 11011100 10001001
Octal 301 334 211

Shades and tints

Shades of #C1DC89

#C1DC89
(193,220,137)
#B0C87D
(176,200,125)
#9FB471
(159,180,113)
#8EA065
(142,160,101)
#7D8C59
(125,140,89)
#6C784D
(108,120,77)
#5B6441
(91,100,65)
#4A5035
(74,80,53)
#393C29
(57,60,41)
#28281D
(40,40,29)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #C1DC89

#C1DC89
(193,220,137)
#C6DF93
(198,223,147)
#CBE29D
(203,226,157)
#D0E5A7
(208,229,167)
#D5E8B1
(213,232,177)
#DAEBBB
(218,235,187)
#DFEEC5
(223,238,197)
#E4F1CF
(228,241,207)
#E9F4D9
(233,244,217)
#EEF7E3
(238,247,227)
#F3FAED
(243,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DC89 color. Also use rgb(193,220,137) instead hex code.

Text Font Color

.myTextColor { color: #C1DC89; }

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

This text font color is #C1DC89.

Background Color

.myBgColor { background-color: #C1DC89; }

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

This div background color is #C1DC89.

Border color

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

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

This div border color is #C1DC89.

Opacity

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

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

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

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

This text has shadow with #C1DC89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1DC89.

Preview

Color preview on black background

This text has color #C1DC89 on black background.


Color preview on white background

This text has color #C1DC89 on white background.


Black color preview on #C1DC89 background

This text has black color on #C1DC89 background.


White color preview on #C1DC89 background

This text has white color on #C1DC89 background.


Related colors

Complementary color

Complementary color for #hex is #3E2376.


I love getcolorcode.com

Triadic colors

1 #89C1DC and #DC89C1 with #C1DC89 are triadic colors.

2 #89DCC1 and #DCC189 with #C1DC89 are triadic colors.