COLOR #C1D2AD

HEX: #C1D2AD
RGB: (193,210,173)

Color info

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

RGB color model

#C1D2AD color RGB value is (193,210,173).

  • red value is 193;
  • green value is 210;
  • blue value is 173.
RGB:
(193,210,173)
(76%,82%,68%)

RGB channels and saturation

R 193 of 255 = 76%
G 210 of 255 = 82%
B 173 of 255 = 68%

193
210
173

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

Portions of RGB colors in percentages

R + G + B =
193 + 210 + 173 = 576 (100%)
R 193 of 576 ~ 33.51%
G 210 of 576 ~ 36.46%
B 173 of 576 ~ 30.03%

%33.51
%36.46
%30.03

CMYK color model

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

  • cyan value is 8.10%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 17.65%
CMYK:
(8,0,18,18)
C8M0Y18K18 
(8%,0%,18%,18%)
(0.08/0.00/0.18/0.18)	

CMYK percentages

%8.1
%0
%17.62
%17.65

Codes

Color #C1D2AD in popluar color models

C1D2AD
RGB193210173
HSL88°29.13%75.10%
HSB/HSV88°17.62%82.35%
CMYK8.10%0.00%17.62%
17.65%

Color #C1D2AD in popluar number systems.

HEXC1D2AD
Decimal193210173
Binary110000011101001010101101
Octal301322255

Shades and tints

Shades of #C1D2AD

#C1D2AD
(193,210,173)
#B0BF9E
(176,191,158)
#9FAC8F
(159,172,143)
#8E9980
(142,153,128)
#7D8671
(125,134,113)
#6C7362
(108,115,98)
#5B6053
(91,96,83)
#4A4D44
(74,77,68)
#393A35
(57,58,53)
#282726
(40,39,38)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #C1D2AD

#C1D2AD
(193,210,173)
#C6D6B4
(198,214,180)
#CBDABB
(203,218,187)
#D0DEC2
(208,222,194)
#D5E2C9
(213,226,201)
#DAE6D0
(218,230,208)
#DFEAD7
(223,234,215)
#E4EEDE
(228,238,222)
#E9F2E5
(233,242,229)
#EEF6EC
(238,246,236)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D2AD color. Also use rgb(193,210,173) instead hex code.

Text Font Color

.myTextColor { color: #C1D2AD; }

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

This text font color is #C1D2AD.


Background Color

.myBgColor { background-color: #C1D2AD; }

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

This div background color is #C1D2AD.


Border color

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

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

This div border color is #C1D2AD.


Opacity

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

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

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

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

This text has shadow with #C1D2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D2AD on black background.


Color preview on white background

This text has color #C1D2AD on white background.



Black color preview on #C1D2AD background

This text has black color on #C1D2AD background.


White color preview on #C1D2AD background

This text has white color on #C1D2AD background.