COLOR #C1DB5E

HEX: #C1DB5E RGB: (193,219,94)

Color info

#C1DB5E contains mainly red and green colors. Web safe color of #C1DB5E is #CCCC66 (or #CC6).

RGB color model

#C1DB5E color RGB value is (193,219,94).

RGB: (193,219,94) (76%, 86%, 37%)

RGB channels and saturation

R 193 of 255 = 76%
G 219 of 255 = 86%
B 94 of 255 = 37%

193
219
94

R + G + B ~ 66%. #C1DB5E is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 219 + 94 = 506 (100%)
R 193 of 506 ~ 38.14%
G 219 of 506 ~ 43.28%
B 94 of 506 ~ 18.58'%

%38.14
%43.28
%18.58

CMYK color model

#C1DB5E color CMYK value is (12,0,57,14).

  • cyan value is 11.87%
  • magenta value is 0.00%
  • yellow value is 57.08%
  • key color value is 14.12%

CMYK: (12,0,57,14)
C12M0Y57K14 (12%, 0%, 57%, 14%)
(0.12 / 0.00 / 0.57 / 0.14)

CMYK percentages

%11.87
%0
%57.08
%14.12

Codes

Color #C1DB5E in popluar color models

C1 DB 5E
RGB 193 219 94
HSL 72° 63.45% 61.37%
HSB/HSV 72° 57.08% 85.88%
CMYK 11.87% 0.00% 57.08%
14.12%

Color #C1DB5E in popluar number systems.

HEX C1 DB 5E
Decimal 193 219 94
Binary 11000001 11011011 1011110
Octal 301 333 136

Shades and tints

Shades of #C1DB5E

#C1DB5E
(193,219,94)
#B0C856
(176,200,86)
#9FB54E
(159,181,78)
#8EA246
(142,162,70)
#7D8F3E
(125,143,62)
#6C7C36
(108,124,54)
#5B692E
(91,105,46)
#4A5626
(74,86,38)
#39431E
(57,67,30)
#283016
(40,48,22)
#171D0E
(23,29,14)
#000000
(0,0,0)

Tints of #C1DB5E

#C1DB5E
(193,219,94)
#C6DE6C
(198,222,108)
#CBE17A
(203,225,122)
#D0E488
(208,228,136)
#D5E796
(213,231,150)
#DAEAA4
(218,234,164)
#DFEDB2
(223,237,178)
#E4F0C0
(228,240,192)
#E9F3CE
(233,243,206)
#EEF6DC
(238,246,220)
#F3F9EA
(243,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DB5E color. Also use rgb(193,219,94) instead hex code.

Text Font Color

.myTextColor { color: #C1DB5E; }

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

This text font color is #C1DB5E.

Background Color

.myBgColor { background-color: #C1DB5E; }

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

This div background color is #C1DB5E.

Border color

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

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

This div border color is #C1DB5E.

Opacity

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

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

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

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

This text has shadow with #C1DB5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1DB5E.

Preview

Color preview on black background

This text has color #C1DB5E on black background.


Color preview on white background

This text has color #C1DB5E on white background.


Black color preview on #C1DB5E background

This text has black color on #C1DB5E background.


White color preview on #C1DB5E background

This text has white color on #C1DB5E background.


Related colors

Complementary color

Complementary color for #hex is #3E24A1.


I love getcolorcode.com

Triadic colors

1 #5EC1DB and #DB5EC1 with #C1DB5E are triadic colors.

2 #5EDBC1 and #DBC15E with #C1DB5E are triadic colors.