COLOR #C1D5A3

HEX: #C1D5A3
RGB: (193,213,163)

Color info

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

RGB color model

#C1D5A3 color RGB value is (193,213,163).

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

RGB channels and saturation

R 193 of 255 = 76%
G 213 of 255 = 84%
B 163 of 255 = 64%

193
213
163

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

Portions of RGB colors in percentages

R + G + B =
193 + 213 + 163 = 569 (100%)
R 193 of 569 ~ 33.92%
G 213 of 569 ~ 37.43%
B 163 of 569 ~ 28.65%

%33.92
%37.43
%28.65

CMYK color model

#C1D5A3 color CMYK value is (9,0,23,16).

  • cyan value is 9.39%
  • magenta value is 0.00%
  • yellow value is 23.47%
  • key color value is 16.47%
CMYK:
(9,0,23,16)
C9M0Y23K16 
(9%,0%,23%,16%)
(0.09/0.00/0.23/0.16)	

CMYK percentages

%9.39
%0
%23.47
%16.47

Codes

Color #C1D5A3 in popluar color models

C1D5A3
RGB193213163
HSL84°37.31%73.73%
HSB/HSV84°23.47%83.53%
CMYK9.39%0.00%23.47%
16.47%

Color #C1D5A3 in popluar number systems.

HEXC1D5A3
Decimal193213163
Binary110000011101010110100011
Octal301325243

Shades and tints

Shades of #C1D5A3

#C1D5A3
(193,213,163)
#B0C295
(176,194,149)
#9FAF87
(159,175,135)
#8E9C79
(142,156,121)
#7D896B
(125,137,107)
#6C765D
(108,118,93)
#5B634F
(91,99,79)
#4A5041
(74,80,65)
#393D33
(57,61,51)
#282A25
(40,42,37)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #C1D5A3

#C1D5A3
(193,213,163)
#C6D8AB
(198,216,171)
#CBDBB3
(203,219,179)
#D0DEBB
(208,222,187)
#D5E1C3
(213,225,195)
#DAE4CB
(218,228,203)
#DFE7D3
(223,231,211)
#E4EADB
(228,234,219)
#E9EDE3
(233,237,227)
#EEF0EB
(238,240,235)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D5A3; }

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

This text font color is #C1D5A3.


Background Color

.myBgColor { background-color: #C1D5A3; }

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

This div background color is #C1D5A3.


Border color

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

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

This div border color is #C1D5A3.


Opacity

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

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

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

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

This text has shadow with #C1D5A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D5A3 on black background.


Color preview on white background

This text has color #C1D5A3 on white background.



Black color preview on #C1D5A3 background

This text has black color on #C1D5A3 background.


White color preview on #C1D5A3 background

This text has white color on #C1D5A3 background.