COLOR #C5BEA4

HEX: #C5BEA4 RGB: (197,190,164)

Color info

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

RGB color model

#C5BEA4 color RGB value is (197,190,164).

RGB: (197,190,164) (77%, 75%, 64%)

RGB channels and saturation

R 197 of 255 = 77%
G 190 of 255 = 75%
B 164 of 255 = 64%

197
190
164

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

Portions of RGB colors in percentages

R + G + B = 197 + 190 + 164 = 551 (100%)
R 197 of 551 ~ 35.75%
G 190 of 551 ~ 34.48%
B 164 of 551 ~ 29.76'%

%35.75
%34.48
%29.76

CMYK color model

#C5BEA4 color CMYK value is (0,4,17,23).

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

CMYK: (0,4,17,23)
C0M4Y17K23 (0%, 4%, 17%, 23%)
(0.00 / 0.04 / 0.17 / 0.23)

CMYK percentages

%0
%3.55
%16.75
%22.75

Codes

Color #C5BEA4 in popluar color models

C5 BE A4
RGB 197 190 164
HSL 47° 22.15% 70.78%
HSB/HSV 47° 16.75% 77.25%
CMYK 0.00% 3.55% 16.75%
22.75%

Color #C5BEA4 in popluar number systems.

HEX C5 BE A4
Decimal 197 190 164
Binary 11000101 10111110 10100100
Octal 305 276 244

Shades and tints

Shades of #C5BEA4

#C5BEA4
(197,190,164)
#B4AD96
(180,173,150)
#A39C88
(163,156,136)
#928B7A
(146,139,122)
#817A6C
(129,122,108)
#70695E
(112,105,94)
#5F5850
(95,88,80)
#4E4742
(78,71,66)
#3D3634
(61,54,52)
#2C2526
(44,37,38)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #C5BEA4

#C5BEA4
(197,190,164)
#CAC3AC
(202,195,172)
#CFC8B4
(207,200,180)
#D4CDBC
(212,205,188)
#D9D2C4
(217,210,196)
#DED7CC
(222,215,204)
#E3DCD4
(227,220,212)
#E8E1DC
(232,225,220)
#EDE6E4
(237,230,228)
#F2EBEC
(242,235,236)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEA4; }

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

This text font color is #C5BEA4.

Background Color

.myBgColor { background-color: #C5BEA4; }

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

This div background color is #C5BEA4.

Border color

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

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

This div border color is #C5BEA4.

Opacity

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

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

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

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

This text has shadow with #C5BEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BEA4.

Preview

Color preview on black background

This text has color #C5BEA4 on black background.


Color preview on white background

This text has color #C5BEA4 on white background.


Black color preview on #C5BEA4 background

This text has black color on #C5BEA4 background.


White color preview on #C5BEA4 background

This text has white color on #C5BEA4 background.


Related colors

Complementary color

Complementary color for #hex is #3A415B.


I love getcolorcode.com

Triadic colors

1 #A4C5BE and #BEA4C5 with #C5BEA4 are triadic colors.

2 #A4BEC5 and #BEC5A4 with #C5BEA4 are triadic colors.