COLOR #C1D1A6

HEX: #C1D1A6
RGB: (193,209,166)

Color info

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

RGB color model

#C1D1A6 color RGB value is (193,209,166).

  • red value is 193;
  • green value is 209;
  • blue value is 166.
RGB:
(193,209,166)
(76%,82%,65%)

RGB channels and saturation

R 193 of 255 = 76%
G 209 of 255 = 82%
B 166 of 255 = 65%

193
209
166

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

Portions of RGB colors in percentages

R + G + B =
193 + 209 + 166 = 568 (100%)
R 193 of 568 ~ 33.98%
G 209 of 568 ~ 36.8%
B 166 of 568 ~ 29.23%

%33.98
%36.8
%29.23

CMYK color model

#C1D1A6 color CMYK value is (8,0,21,18).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 20.57%
  • key color value is 18.04%
CMYK:
(8,0,21,18)
C8M0Y21K18 
(8%,0%,21%,18%)
(0.08/0.00/0.21/0.18)	

CMYK percentages

%7.66
%0
%20.57
%18.04

Codes

Color #C1D1A6 in popluar color models

C1D1A6
RGB193209166
HSL82°31.85%73.53%
HSB/HSV82°20.57%81.96%
CMYK7.66%0.00%20.57%
18.04%

Color #C1D1A6 in popluar number systems.

HEXC1D1A6
Decimal193209166
Binary110000011101000110100110
Octal301321246

Shades and tints

Shades of #C1D1A6

#C1D1A6
(193,209,166)
#B0BE97
(176,190,151)
#9FAB88
(159,171,136)
#8E9879
(142,152,121)
#7D856A
(125,133,106)
#6C725B
(108,114,91)
#5B5F4C
(91,95,76)
#4A4C3D
(74,76,61)
#39392E
(57,57,46)
#28261F
(40,38,31)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #C1D1A6

#C1D1A6
(193,209,166)
#C6D5AE
(198,213,174)
#CBD9B6
(203,217,182)
#D0DDBE
(208,221,190)
#D5E1C6
(213,225,198)
#DAE5CE
(218,229,206)
#DFE9D6
(223,233,214)
#E4EDDE
(228,237,222)
#E9F1E6
(233,241,230)
#EEF5EE
(238,245,238)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D1A6 color. Also use rgb(193,209,166) instead hex code.

Text Font Color

.myTextColor { color: #C1D1A6; }

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

This text font color is #C1D1A6.


Background Color

.myBgColor { background-color: #C1D1A6; }

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

This div background color is #C1D1A6.


Border color

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

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

This div border color is #C1D1A6.


Opacity

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

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

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

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

This text has shadow with #C1D1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D1A6 on black background.


Color preview on white background

This text has color #C1D1A6 on white background.



Black color preview on #C1D1A6 background

This text has black color on #C1D1A6 background.


White color preview on #C1D1A6 background

This text has white color on #C1D1A6 background.