COLOR #C5CBA3

HEX: #C5CBA3 RGB: (197,203,163)

Color info

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

RGB color model

#C5CBA3 color RGB value is (197,203,163).

RGB: (197,203,163) (77%, 80%, 64%)

RGB channels and saturation

R 197 of 255 = 77%
G 203 of 255 = 80%
B 163 of 255 = 64%

197
203
163

R + G + B ~ 74%. #C5CBA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 203 + 163 = 563 (100%)
R 197 of 563 ~ 34.99%
G 203 of 563 ~ 36.06%
B 163 of 563 ~ 28.95'%

%34.99
%36.06
%28.95

CMYK color model

#C5CBA3 color CMYK value is (3,0,20,20).

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 20.39%

CMYK: (3,0,20,20)
C3M0Y20K20 (3%, 0%, 20%, 20%)
(0.03 / 0.00 / 0.20 / 0.20)

CMYK percentages

%2.96
%0
%19.7
%20.39

Codes

Color #C5CBA3 in popluar color models

C5 CB A3
RGB 197 203 163
HSL 69° 27.78% 71.76%
HSB/HSV 69° 19.70% 79.61%
CMYK 2.96% 0.00% 19.70%
20.39%

Color #C5CBA3 in popluar number systems.

HEX C5 CB A3
Decimal 197 203 163
Binary 11000101 11001011 10100011
Octal 305 313 243

Shades and tints

Shades of #C5CBA3

#C5CBA3
(197,203,163)
#B4B995
(180,185,149)
#A3A787
(163,167,135)
#929579
(146,149,121)
#81836B
(129,131,107)
#70715D
(112,113,93)
#5F5F4F
(95,95,79)
#4E4D41
(78,77,65)
#3D3B33
(61,59,51)
#2C2925
(44,41,37)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5CBA3

#C5CBA3
(197,203,163)
#CACFAB
(202,207,171)
#CFD3B3
(207,211,179)
#D4D7BB
(212,215,187)
#D9DBC3
(217,219,195)
#DEDFCB
(222,223,203)
#E3E3D3
(227,227,211)
#E8E7DB
(232,231,219)
#EDEBE3
(237,235,227)
#F2EFEB
(242,239,235)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CBA3 color. Also use rgb(197,203,163) instead hex code.

Text Font Color

.myTextColor { color: #C5CBA3; }

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

This text font color is #C5CBA3.

Background Color

.myBgColor { background-color: #C5CBA3; }

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

This div background color is #C5CBA3.

Border color

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

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

This div border color is #C5CBA3.

Opacity

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

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

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

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

This text has shadow with #C5CBA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CBA3.

Preview

Color preview on black background

This text has color #C5CBA3 on black background.


Color preview on white background

This text has color #C5CBA3 on white background.


Black color preview on #C5CBA3 background

This text has black color on #C5CBA3 background.


White color preview on #C5CBA3 background

This text has white color on #C5CBA3 background.


Related colors

Complementary color

Complementary color for #hex is #3A345C.


I love getcolorcode.com

Triadic colors

1 #A3C5CB and #CBA3C5 with #C5CBA3 are triadic colors.

2 #A3CBC5 and #CBC5A3 with #C5CBA3 are triadic colors.