COLOR #C1CA9B

HEX: #C1CA9B RGB: (193,202,155)

Color info

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

RGB color model

#C1CA9B color RGB value is (193,202,155).

RGB: (193,202,155) (76%, 79%, 61%)

RGB channels and saturation

R 193 of 255 = 76%
G 202 of 255 = 79%
B 155 of 255 = 61%

193
202
155

R + G + B ~ 72%. #C1CA9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 202 + 155 = 550 (100%)
R 193 of 550 ~ 35.09%
G 202 of 550 ~ 36.73%
B 155 of 550 ~ 28.18'%

%35.09
%36.73
%28.18

CMYK color model

#C1CA9B color CMYK value is (4,0,23,21).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 20.78%

CMYK: (4,0,23,21)
C4M0Y23K21 (4%, 0%, 23%, 21%)
(0.04 / 0.00 / 0.23 / 0.21)

CMYK percentages

%4.46
%0
%23.27
%20.78

Codes

Color #C1CA9B in popluar color models

C1 CA 9B
RGB 193 202 155
HSL 71° 30.72% 70.00%
HSB/HSV 71° 23.27% 79.22%
CMYK 4.46% 0.00% 23.27%
20.78%

Color #C1CA9B in popluar number systems.

HEX C1 CA 9B
Decimal 193 202 155
Binary 11000001 11001010 10011011
Octal 301 312 233

Shades and tints

Shades of #C1CA9B

#C1CA9B
(193,202,155)
#B0B88D
(176,184,141)
#9FA67F
(159,166,127)
#8E9471
(142,148,113)
#7D8263
(125,130,99)
#6C7055
(108,112,85)
#5B5E47
(91,94,71)
#4A4C39
(74,76,57)
#393A2B
(57,58,43)
#28281D
(40,40,29)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #C1CA9B

#C1CA9B
(193,202,155)
#C6CEA4
(198,206,164)
#CBD2AD
(203,210,173)
#D0D6B6
(208,214,182)
#D5DABF
(213,218,191)
#DADEC8
(218,222,200)
#DFE2D1
(223,226,209)
#E4E6DA
(228,230,218)
#E9EAE3
(233,234,227)
#EEEEEC
(238,238,236)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CA9B color. Also use rgb(193,202,155) instead hex code.

Text Font Color

.myTextColor { color: #C1CA9B; }

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

This text font color is #C1CA9B.

Background Color

.myBgColor { background-color: #C1CA9B; }

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

This div background color is #C1CA9B.

Border color

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

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

This div border color is #C1CA9B.

Opacity

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

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

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

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

This text has shadow with #C1CA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1CA9B.

Preview

Color preview on black background

This text has color #C1CA9B on black background.


Color preview on white background

This text has color #C1CA9B on white background.


Black color preview on #C1CA9B background

This text has black color on #C1CA9B background.


White color preview on #C1CA9B background

This text has white color on #C1CA9B background.


Related colors

Complementary color

Complementary color for #hex is #3E3564.


I love getcolorcode.com

Triadic colors

1 #9BC1CA and #CA9BC1 with #C1CA9B are triadic colors.

2 #9BCAC1 and #CAC19B with #C1CA9B are triadic colors.