COLOR #C1D5AB

HEX: #C1D5AB
RGB: (193,213,171)

Color info

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

RGB color model

#C1D5AB color RGB value is (193,213,171).

  • red value is 193;
  • green value is 213;
  • blue value is 171.
RGB:
(193,213,171)
(76%,84%,67%)

RGB channels and saturation

R 193 of 255 = 76%
G 213 of 255 = 84%
B 171 of 255 = 67%

193
213
171

R + G + B ~ 76%. #C1D5AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 213 + 171 = 577 (100%)
R 193 of 577 ~ 33.45%
G 213 of 577 ~ 36.92%
B 171 of 577 ~ 29.64%

%33.45
%36.92
%29.64

CMYK color model

#C1D5AB color CMYK value is (9,0,20,16).

  • cyan value is 9.39%
  • magenta value is 0.00%
  • yellow value is 19.72%
  • key color value is 16.47%
CMYK:
(9,0,20,16)
C9M0Y20K16 
(9%,0%,20%,16%)
(0.09/0.00/0.20/0.16)	

CMYK percentages

%9.39
%0
%19.72
%16.47

Codes

Color #C1D5AB in popluar color models

C1D5AB
RGB193213171
HSL89°33.33%75.29%
HSB/HSV89°19.72%83.53%
CMYK9.39%0.00%19.72%
16.47%

Color #C1D5AB in popluar number systems.

HEXC1D5AB
Decimal193213171
Binary110000011101010110101011
Octal301325253

Shades and tints

Shades of #C1D5AB

#C1D5AB
(193,213,171)
#B0C29C
(176,194,156)
#9FAF8D
(159,175,141)
#8E9C7E
(142,156,126)
#7D896F
(125,137,111)
#6C7660
(108,118,96)
#5B6351
(91,99,81)
#4A5042
(74,80,66)
#393D33
(57,61,51)
#282A24
(40,42,36)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #C1D5AB

#C1D5AB
(193,213,171)
#C6D8B2
(198,216,178)
#CBDBB9
(203,219,185)
#D0DEC0
(208,222,192)
#D5E1C7
(213,225,199)
#DAE4CE
(218,228,206)
#DFE7D5
(223,231,213)
#E4EADC
(228,234,220)
#E9EDE3
(233,237,227)
#EEF0EA
(238,240,234)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D5AB color. Also use rgb(193,213,171) instead hex code.

Text Font Color

.myTextColor { color: #C1D5AB; }

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

This text font color is #C1D5AB.


Background Color

.myBgColor { background-color: #C1D5AB; }

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

This div background color is #C1D5AB.


Border color

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

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

This div border color is #C1D5AB.


Opacity

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

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

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

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

This text has shadow with #C1D5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D5AB on black background.


Color preview on white background

This text has color #C1D5AB on white background.



Black color preview on #C1D5AB background

This text has black color on #C1D5AB background.


White color preview on #C1D5AB background

This text has white color on #C1D5AB background.