COLOR #C2DB7C

HEX: #C2DB7C RGB: (194,219,124)

Color info

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

RGB color model

#C2DB7C color RGB value is (194,219,124).

RGB: (194,219,124) (76%, 86%, 49%)

RGB channels and saturation

R 194 of 255 = 76%
G 219 of 255 = 86%
B 124 of 255 = 49%

194
219
124

R + G + B ~ 70%. #C2DB7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 219 + 124 = 537 (100%)
R 194 of 537 ~ 36.13%
G 219 of 537 ~ 40.78%
B 124 of 537 ~ 23.09'%

%36.13
%40.78
%23.09

CMYK color model

#C2DB7C color CMYK value is (11,0,43,14).

  • cyan value is 11.42%
  • magenta value is 0.00%
  • yellow value is 43.38%
  • key color value is 14.12%

CMYK: (11,0,43,14)
C11M0Y43K14 (11%, 0%, 43%, 14%)
(0.11 / 0.00 / 0.43 / 0.14)

CMYK percentages

%11.42
%0
%43.38
%14.12

Codes

Color #C2DB7C in popluar color models

C2 DB 7C
RGB 194 219 124
HSL 76° 56.89% 67.25%
HSB/HSV 76° 43.38% 85.88%
CMYK 11.42% 0.00% 43.38%
14.12%

Color #C2DB7C in popluar number systems.

HEX C2 DB 7C
Decimal 194 219 124
Binary 11000010 11011011 1111100
Octal 302 333 174

Shades and tints

Shades of #C2DB7C

#C2DB7C
(194,219,124)
#B1C871
(177,200,113)
#A0B566
(160,181,102)
#8FA25B
(143,162,91)
#7E8F50
(126,143,80)
#6D7C45
(109,124,69)
#5C693A
(92,105,58)
#4B562F
(75,86,47)
#3A4324
(58,67,36)
#293019
(41,48,25)
#181D0E
(24,29,14)
#000000
(0,0,0)

Tints of #C2DB7C

#C2DB7C
(194,219,124)
#C7DE87
(199,222,135)
#CCE192
(204,225,146)
#D1E49D
(209,228,157)
#D6E7A8
(214,231,168)
#DBEAB3
(219,234,179)
#E0EDBE
(224,237,190)
#E5F0C9
(229,240,201)
#EAF3D4
(234,243,212)
#EFF6DF
(239,246,223)
#F4F9EA
(244,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DB7C color. Also use rgb(194,219,124) instead hex code.

Text Font Color

.myTextColor { color: #C2DB7C; }

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

This text font color is #C2DB7C.

Background Color

.myBgColor { background-color: #C2DB7C; }

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

This div background color is #C2DB7C.

Border color

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

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

This div border color is #C2DB7C.

Opacity

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

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

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

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

This text has shadow with #C2DB7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2DB7C.

Preview

Color preview on black background

This text has color #C2DB7C on black background.


Color preview on white background

This text has color #C2DB7C on white background.


Black color preview on #C2DB7C background

This text has black color on #C2DB7C background.


White color preview on #C2DB7C background

This text has white color on #C2DB7C background.


Related colors

Complementary color

Complementary color for #hex is #3D2483.


I love getcolorcode.com

Triadic colors

1 #7CC2DB and #DB7CC2 with #C2DB7C are triadic colors.

2 #7CDBC2 and #DBC27C with #C2DB7C are triadic colors.