COLOR #C1DCA5

HEX: #C1DCA5
RGB: (193,220,165)

Color info

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

RGB color model

#C1DCA5 color RGB value is (193,220,165).

  • red value is 193;
  • green value is 220;
  • blue value is 165.
RGB:
(193,220,165)
(76%,86%,65%)

RGB channels and saturation

R 193 of 255 = 76%
G 220 of 255 = 86%
B 165 of 255 = 65%

193
220
165

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

Portions of RGB colors in percentages

R + G + B =
193 + 220 + 165 = 578 (100%)
R 193 of 578 ~ 33.39%
G 220 of 578 ~ 38.06%
B 165 of 578 ~ 28.55%

%33.39
%38.06
%28.55

CMYK color model

#C1DCA5 color CMYK value is (12,0,25,14).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 13.73%
CMYK:
(12,0,25,14)
C12M0Y25K14 
(12%,0%,25%,14%)
(0.12/0.00/0.25/0.14)	

CMYK percentages

%12.27
%0
%25
%13.73

Codes

Color #C1DCA5 in popluar color models

C1DCA5
RGB193220165
HSL89°44.00%75.49%
HSB/HSV89°25.00%86.27%
CMYK12.27%0.00%25.00%
13.73%

Color #C1DCA5 in popluar number systems.

HEXC1DCA5
Decimal193220165
Binary110000011101110010100101
Octal301334245

Shades and tints

Shades of #C1DCA5

#C1DCA5
(193,220,165)
#B0C896
(176,200,150)
#9FB487
(159,180,135)
#8EA078
(142,160,120)
#7D8C69
(125,140,105)
#6C785A
(108,120,90)
#5B644B
(91,100,75)
#4A503C
(74,80,60)
#393C2D
(57,60,45)
#28281E
(40,40,30)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #C1DCA5

#C1DCA5
(193,220,165)
#C6DFAD
(198,223,173)
#CBE2B5
(203,226,181)
#D0E5BD
(208,229,189)
#D5E8C5
(213,232,197)
#DAEBCD
(218,235,205)
#DFEED5
(223,238,213)
#E4F1DD
(228,241,221)
#E9F4E5
(233,244,229)
#EEF7ED
(238,247,237)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DCA5 color. Also use rgb(193,220,165) instead hex code.

Text Font Color

.myTextColor { color: #C1DCA5; }

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

This text font color is #C1DCA5.


Background Color

.myBgColor { background-color: #C1DCA5; }

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

This div background color is #C1DCA5.


Border color

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

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

This div border color is #C1DCA5.


Opacity

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

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

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

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

This text has shadow with #C1DCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DCA5 on black background.


Color preview on white background

This text has color #C1DCA5 on white background.



Black color preview on #C1DCA5 background

This text has black color on #C1DCA5 background.


White color preview on #C1DCA5 background

This text has white color on #C1DCA5 background.