COLOR #C2DBA0

HEX: #C2DBA0
RGB: (194,219,160)

Color info

#C2DBA0 contains red, green and blue colors in about the same proportion. Web safe color of #C2DBA0 is #CCCC99 (or #CC9).

RGB color model

#C2DBA0 color RGB value is (194,219,160).

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

RGB channels and saturation

R 194 of 255 = 76%
G 219 of 255 = 86%
B 160 of 255 = 63%

194
219
160

R + G + B ~ 75%. #C2DBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 219 + 160 = 573 (100%)
R 194 of 573 ~ 33.86%
G 219 of 573 ~ 38.22%
B 160 of 573 ~ 27.92%

%33.86
%38.22
%27.92

CMYK color model

#C2DBA0 color CMYK value is (11,0,27,14).

  • cyan value is 11.42%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 14.12%
CMYK:
(11,0,27,14)
C11M0Y27K14 
(11%,0%,27%,14%)
(0.11/0.00/0.27/0.14)	

CMYK percentages

%11.42
%0
%26.94
%14.12

Codes

Color #C2DBA0 in popluar color models

C2DBA0
RGB194219160
HSL85°45.04%74.31%
HSB/HSV85°26.94%85.88%
CMYK11.42%0.00%26.94%
14.12%

Color #C2DBA0 in popluar number systems.

HEXC2DBA0
Decimal194219160
Binary110000101101101110100000
Octal302333240

Shades and tints

Shades of #C2DBA0

#C2DBA0
(194,219,160)
#B1C892
(177,200,146)
#A0B584
(160,181,132)
#8FA276
(143,162,118)
#7E8F68
(126,143,104)
#6D7C5A
(109,124,90)
#5C694C
(92,105,76)
#4B563E
(75,86,62)
#3A4330
(58,67,48)
#293022
(41,48,34)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #C2DBA0

#C2DBA0
(194,219,160)
#C7DEA8
(199,222,168)
#CCE1B0
(204,225,176)
#D1E4B8
(209,228,184)
#D6E7C0
(214,231,192)
#DBEAC8
(219,234,200)
#E0EDD0
(224,237,208)
#E5F0D8
(229,240,216)
#EAF3E0
(234,243,224)
#EFF6E8
(239,246,232)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DBA0; }

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

This text font color is #C2DBA0.


Background Color

.myBgColor { background-color: #C2DBA0; }

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

This div background color is #C2DBA0.


Border color

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

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

This div border color is #C2DBA0.


Opacity

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

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

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

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

This text has shadow with #C2DBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DBA0 on black background.


Color preview on white background

This text has color #C2DBA0 on white background.



Black color preview on #C2DBA0 background

This text has black color on #C2DBA0 background.


White color preview on #C2DBA0 background

This text has white color on #C2DBA0 background.