COLOR #C1D0A0

HEX: #C1D0A0
RGB: (193,208,160)

Color info

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

RGB color model

#C1D0A0 color RGB value is (193,208,160).

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

RGB channels and saturation

R 193 of 255 = 76%
G 208 of 255 = 82%
B 160 of 255 = 63%

193
208
160

R + G + B ~ 74%. #C1D0A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 208 + 160 = 561 (100%)
R 193 of 561 ~ 34.4%
G 208 of 561 ~ 37.08%
B 160 of 561 ~ 28.52%

%34.4
%37.08
%28.52

CMYK color model

#C1D0A0 color CMYK value is (7,0,23,18).

  • cyan value is 7.21%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 18.43%
CMYK:
(7,0,23,18)
C7M0Y23K18 
(7%,0%,23%,18%)
(0.07/0.00/0.23/0.18)	

CMYK percentages

%7.21
%0
%23.08
%18.43

Codes

Color #C1D0A0 in popluar color models

C1D0A0
RGB193208160
HSL79°33.80%72.16%
HSB/HSV79°23.08%81.57%
CMYK7.21%0.00%23.08%
18.43%

Color #C1D0A0 in popluar number systems.

HEXC1D0A0
Decimal193208160
Binary110000011101000010100000
Octal301320240

Shades and tints

Shades of #C1D0A0

#C1D0A0
(193,208,160)
#B0BE92
(176,190,146)
#9FAC84
(159,172,132)
#8E9A76
(142,154,118)
#7D8868
(125,136,104)
#6C765A
(108,118,90)
#5B644C
(91,100,76)
#4A523E
(74,82,62)
#394030
(57,64,48)
#282E22
(40,46,34)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #C1D0A0

#C1D0A0
(193,208,160)
#C6D4A8
(198,212,168)
#CBD8B0
(203,216,176)
#D0DCB8
(208,220,184)
#D5E0C0
(213,224,192)
#DAE4C8
(218,228,200)
#DFE8D0
(223,232,208)
#E4ECD8
(228,236,216)
#E9F0E0
(233,240,224)
#EEF4E8
(238,244,232)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D0A0; }

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

This text font color is #C1D0A0.


Background Color

.myBgColor { background-color: #C1D0A0; }

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

This div background color is #C1D0A0.


Border color

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

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

This div border color is #C1D0A0.


Opacity

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

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

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

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

This text has shadow with #C1D0A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D0A0 on black background.


Color preview on white background

This text has color #C1D0A0 on white background.



Black color preview on #C1D0A0 background

This text has black color on #C1D0A0 background.


White color preview on #C1D0A0 background

This text has white color on #C1D0A0 background.