COLOR #C5BEA9

HEX: #C5BEA9 RGB: (197,190,169)

Color info

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

RGB color model

#C5BEA9 color RGB value is (197,190,169).

RGB: (197,190,169) (77%, 75%, 66%)

RGB channels and saturation

R 197 of 255 = 77%
G 190 of 255 = 75%
B 169 of 255 = 66%

197
190
169

R + G + B ~ 73%. #C5BEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 190 + 169 = 556 (100%)
R 197 of 556 ~ 35.43%
G 190 of 556 ~ 34.17%
B 169 of 556 ~ 30.4'%

%35.43
%34.17
%30.4

CMYK color model

#C5BEA9 color CMYK value is (0,4,14,23).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 14.21%
  • key color value is 22.75%

CMYK: (0,4,14,23)
C0M4Y14K23 (0%, 4%, 14%, 23%)
(0.00 / 0.04 / 0.14 / 0.23)

CMYK percentages

%0
%3.55
%14.21
%22.75

Codes

Color #C5BEA9 in popluar color models

C5 BE A9
RGB 197 190 169
HSL 45° 19.44% 71.76%
HSB/HSV 45° 14.21% 77.25%
CMYK 0.00% 3.55% 14.21%
22.75%

Color #C5BEA9 in popluar number systems.

HEX C5 BE A9
Decimal 197 190 169
Binary 11000101 10111110 10101001
Octal 305 276 251

Shades and tints

Shades of #C5BEA9

#C5BEA9
(197,190,169)
#B4AD9A
(180,173,154)
#A39C8B
(163,156,139)
#928B7C
(146,139,124)
#817A6D
(129,122,109)
#70695E
(112,105,94)
#5F584F
(95,88,79)
#4E4740
(78,71,64)
#3D3631
(61,54,49)
#2C2522
(44,37,34)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #C5BEA9

#C5BEA9
(197,190,169)
#CAC3B0
(202,195,176)
#CFC8B7
(207,200,183)
#D4CDBE
(212,205,190)
#D9D2C5
(217,210,197)
#DED7CC
(222,215,204)
#E3DCD3
(227,220,211)
#E8E1DA
(232,225,218)
#EDE6E1
(237,230,225)
#F2EBE8
(242,235,232)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BEA9 color. Also use rgb(197,190,169) instead hex code.

Text Font Color

.myTextColor { color: #C5BEA9; }

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

This text font color is #C5BEA9.

Background Color

.myBgColor { background-color: #C5BEA9; }

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

This div background color is #C5BEA9.

Border color

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

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

This div border color is #C5BEA9.

Opacity

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

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

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

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

This text has shadow with #C5BEA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BEA9.

Preview

Color preview on black background

This text has color #C5BEA9 on black background.


Color preview on white background

This text has color #C5BEA9 on white background.


Black color preview on #C5BEA9 background

This text has black color on #C5BEA9 background.


White color preview on #C5BEA9 background

This text has white color on #C5BEA9 background.


Related colors

Complementary color

Complementary color for #hex is #3A4156.


I love getcolorcode.com

Triadic colors

1 #A9C5BE and #BEA9C5 with #C5BEA9 are triadic colors.

2 #A9BEC5 and #BEC5A9 with #C5BEA9 are triadic colors.