COLOR #C1DB69

HEX: #C1DB69 RGB: (193,219,105)

Color info

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

RGB color model

#C1DB69 color RGB value is (193,219,105).

RGB: (193,219,105) (76%, 86%, 41%)

RGB channels and saturation

R 193 of 255 = 76%
G 219 of 255 = 86%
B 105 of 255 = 41%

193
219
105

R + G + B ~ 68%. #C1DB69 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 219 + 105 = 517 (100%)
R 193 of 517 ~ 37.33%
G 219 of 517 ~ 42.36%
B 105 of 517 ~ 20.31'%

%37.33
%42.36
%20.31

CMYK color model

#C1DB69 color CMYK value is (12,0,52,14).

  • cyan value is 11.87%
  • magenta value is 0.00%
  • yellow value is 52.05%
  • key color value is 14.12%
CMYK: (12,0,52,14) C12M0Y52K14 (12%,0%,52%,14%) (0.12/0.00/0.52/0.14) 

CMYK percentages

%11.87
%0
%52.05
%14.12

Codes

Color #C1DB69 in popluar color models

C1 DB 69
RGB 193 219 105
HSL 74° 61.29% 63.53%
HSB/HSV 74° 52.05% 85.88%
CMYK 11.87% 0.00% 52.05%
14.12%

Color #C1DB69 in popluar number systems.

HEX C1 DB 69
Decimal 193 219 105
Binary 11000001 11011011 1101001
Octal 301 333 151

Shades and tints

Shades of #C1DB69

#C1DB69
(193,219,105)
#B0C860
(176,200,96)
#9FB557
(159,181,87)
#8EA24E
(142,162,78)
#7D8F45
(125,143,69)
#6C7C3C
(108,124,60)
#5B6933
(91,105,51)
#4A562A
(74,86,42)
#394321
(57,67,33)
#283018
(40,48,24)
#171D0F
(23,29,15)
#000000
(0,0,0)

Tints of #C1DB69

#C1DB69
(193,219,105)
#C6DE76
(198,222,118)
#CBE183
(203,225,131)
#D0E490
(208,228,144)
#D5E79D
(213,231,157)
#DAEAAA
(218,234,170)
#DFEDB7
(223,237,183)
#E4F0C4
(228,240,196)
#E9F3D1
(233,243,209)
#EEF6DE
(238,246,222)
#F3F9EB
(243,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DB69; }

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

This text font color is #C1DB69.

Background Color

.myBgColor { background-color: #C1DB69; }

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

This div background color is #C1DB69.

Border color

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

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

This div border color is #C1DB69.

Opacity

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

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

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

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

This text has shadow with #C1DB69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1DB69.

Preview

Color preview on black background

This text has color #C1DB69 on black background.


Color preview on white background

This text has color #C1DB69 on white background.


Black color preview on #C1DB69 background

This text has black color on #C1DB69 background.


White color preview on #C1DB69 background

This text has white color on #C1DB69 background.


Related colors

Complementary color

Complementary color for #hex is #3E2496.


I love getcolorcode.com

Triadic colors

1 #69C1DB and #DB69C1 with #C1DB69 are triadic colors.

2 #69DBC1 and #DBC169 with #C1DB69 are triadic colors.