COLOR #C1DBA0

HEX: #C1DBA0
RGB: (193,219,160)

Color info

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

RGB color model

#C1DBA0 color RGB value is (193,219,160).

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

RGB channels and saturation

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

193
219
160

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

Portions of RGB colors in percentages

R + G + B =
193 + 219 + 160 = 572 (100%)
R 193 of 572 ~ 33.74%
G 219 of 572 ~ 38.29%
B 160 of 572 ~ 27.97%

%33.74
%38.29
%27.97

CMYK color model

#C1DBA0 color CMYK value is (12,0,27,14).

  • cyan value is 11.87%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 14.12%
CMYK:
(12,0,27,14)
C12M0Y27K14 
(12%,0%,27%,14%)
(0.12/0.00/0.27/0.14)	

CMYK percentages

%11.87
%0
%26.94
%14.12

Codes

Color #C1DBA0 in popluar color models

C1DBA0
RGB193219160
HSL86°45.04%74.31%
HSB/HSV86°26.94%85.88%
CMYK11.87%0.00%26.94%
14.12%

Color #C1DBA0 in popluar number systems.

HEXC1DBA0
Decimal193219160
Binary110000011101101110100000
Octal301333240

Shades and tints

Shades of #C1DBA0

#C1DBA0
(193,219,160)
#B0C892
(176,200,146)
#9FB584
(159,181,132)
#8EA276
(142,162,118)
#7D8F68
(125,143,104)
#6C7C5A
(108,124,90)
#5B694C
(91,105,76)
#4A563E
(74,86,62)
#394330
(57,67,48)
#283022
(40,48,34)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #C1DBA0

#C1DBA0
(193,219,160)
#C6DEA8
(198,222,168)
#CBE1B0
(203,225,176)
#D0E4B8
(208,228,184)
#D5E7C0
(213,231,192)
#DAEAC8
(218,234,200)
#DFEDD0
(223,237,208)
#E4F0D8
(228,240,216)
#E9F3E0
(233,243,224)
#EEF6E8
(238,246,232)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DBA0; }

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

This text font color is #C1DBA0.


Background Color

.myBgColor { background-color: #C1DBA0; }

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

This div background color is #C1DBA0.


Border color

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

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

This div border color is #C1DBA0.


Opacity

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

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

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

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

This text has shadow with #C1DBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DBA0 on black background.


Color preview on white background

This text has color #C1DBA0 on white background.



Black color preview on #C1DBA0 background

This text has black color on #C1DBA0 background.


White color preview on #C1DBA0 background

This text has white color on #C1DBA0 background.