COLOR #C1D8AB

HEX: #C1D8AB
RGB: (193,216,171)

Color info

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

RGB color model

#C1D8AB color RGB value is (193,216,171).

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

RGB channels and saturation

R 193 of 255 = 76%
G 216 of 255 = 85%
B 171 of 255 = 67%

193
216
171

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

Portions of RGB colors in percentages

R + G + B =
193 + 216 + 171 = 580 (100%)
R 193 of 580 ~ 33.28%
G 216 of 580 ~ 37.24%
B 171 of 580 ~ 29.48%

%33.28
%37.24
%29.48

CMYK color model

#C1D8AB color CMYK value is (11,0,21,15).

  • cyan value is 10.65%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 15.29%
CMYK:
(11,0,21,15)
C11M0Y21K15 
(11%,0%,21%,15%)
(0.11/0.00/0.21/0.15)	

CMYK percentages

%10.65
%0
%20.83
%15.29

Codes

Color #C1D8AB in popluar color models

C1D8AB
RGB193216171
HSL91°36.59%75.88%
HSB/HSV91°20.83%84.71%
CMYK10.65%0.00%20.83%
15.29%

Color #C1D8AB in popluar number systems.

HEXC1D8AB
Decimal193216171
Binary110000011101100010101011
Octal301330253

Shades and tints

Shades of #C1D8AB

#C1D8AB
(193,216,171)
#B0C59C
(176,197,156)
#9FB28D
(159,178,141)
#8E9F7E
(142,159,126)
#7D8C6F
(125,140,111)
#6C7960
(108,121,96)
#5B6651
(91,102,81)
#4A5342
(74,83,66)
#394033
(57,64,51)
#282D24
(40,45,36)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #C1D8AB

#C1D8AB
(193,216,171)
#C6DBB2
(198,219,178)
#CBDEB9
(203,222,185)
#D0E1C0
(208,225,192)
#D5E4C7
(213,228,199)
#DAE7CE
(218,231,206)
#DFEAD5
(223,234,213)
#E4EDDC
(228,237,220)
#E9F0E3
(233,240,227)
#EEF3EA
(238,243,234)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D8AB; }

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

This text font color is #C1D8AB.


Background Color

.myBgColor { background-color: #C1D8AB; }

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

This div background color is #C1D8AB.


Border color

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

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

This div border color is #C1D8AB.


Opacity

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

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

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

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

This text has shadow with #C1D8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D8AB on black background.


Color preview on white background

This text has color #C1D8AB on white background.



Black color preview on #C1D8AB background

This text has black color on #C1D8AB background.


White color preview on #C1D8AB background

This text has white color on #C1D8AB background.