COLOR #C2DB91

HEX: #C2DB91
RGB: (194,219,145)

Color info

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

RGB color model

#C2DB91 color RGB value is (194,219,145).

  • red value is 194;
  • green value is 219;
  • blue value is 145.
RGB:
(194,219,145)
(76%,86%,57%)

RGB channels and saturation

R 194 of 255 = 76%
G 219 of 255 = 86%
B 145 of 255 = 57%

194
219
145

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

Portions of RGB colors in percentages

R + G + B =
194 + 219 + 145 = 558 (100%)
R 194 of 558 ~ 34.77%
G 219 of 558 ~ 39.25%
B 145 of 558 ~ 25.99%

%34.77
%39.25
%25.99

CMYK color model

#C2DB91 color CMYK value is (11,0,34,14).

  • cyan value is 11.42%
  • magenta value is 0.00%
  • yellow value is 33.79%
  • key color value is 14.12%
CMYK:
(11,0,34,14)
C11M0Y34K14 
(11%,0%,34%,14%)
(0.11/0.00/0.34/0.14)	

CMYK percentages

%11.42
%0
%33.79
%14.12

Codes

Color #C2DB91 in popluar color models

C2DB91
RGB194219145
HSL80°50.68%71.37%
HSB/HSV80°33.79%85.88%
CMYK11.42%0.00%33.79%
14.12%

Color #C2DB91 in popluar number systems.

HEXC2DB91
Decimal194219145
Binary110000101101101110010001
Octal302333221

Shades and tints

Shades of #C2DB91

#C2DB91
(194,219,145)
#B1C884
(177,200,132)
#A0B577
(160,181,119)
#8FA26A
(143,162,106)
#7E8F5D
(126,143,93)
#6D7C50
(109,124,80)
#5C6943
(92,105,67)
#4B5636
(75,86,54)
#3A4329
(58,67,41)
#29301C
(41,48,28)
#181D0F
(24,29,15)
#000000
(0,0,0)

Tints of #C2DB91

#C2DB91
(194,219,145)
#C7DE9B
(199,222,155)
#CCE1A5
(204,225,165)
#D1E4AF
(209,228,175)
#D6E7B9
(214,231,185)
#DBEAC3
(219,234,195)
#E0EDCD
(224,237,205)
#E5F0D7
(229,240,215)
#EAF3E1
(234,243,225)
#EFF6EB
(239,246,235)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DB91; }

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

This text font color is #C2DB91.


Background Color

.myBgColor { background-color: #C2DB91; }

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

This div background color is #C2DB91.


Border color

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

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

This div border color is #C2DB91.


Opacity

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

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

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

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

This text has shadow with #C2DB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DB91 on black background.


Color preview on white background

This text has color #C2DB91 on white background.



Black color preview on #C2DB91 background

This text has black color on #C2DB91 background.


White color preview on #C2DB91 background

This text has white color on #C2DB91 background.