COLOR #C5BEA8

HEX: #C5BEA8 RGB: (197,190,168)

Color info

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

RGB color model

#C5BEA8 color RGB value is (197,190,168).

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

RGB channels and saturation

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

197
190
168

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

Portions of RGB colors in percentages

R + G + B = 197 + 190 + 168 = 555 (100%)
R 197 of 555 ~ 35.5%
G 190 of 555 ~ 34.23%
B 168 of 555 ~ 30.27'%

%35.5
%34.23
%30.27

CMYK color model

#C5BEA8 color CMYK value is (0,4,15,23).

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

CMYK: (0,4,15,23)
C0M4Y15K23 (0%, 4%, 15%, 23%)
(0.00 / 0.04 / 0.15 / 0.23)

CMYK percentages

%0
%3.55
%14.72
%22.75

Codes

Color #C5BEA8 in popluar color models

C5 BE A8
RGB 197 190 168
HSL 46° 20.00% 71.57%
HSB/HSV 46° 14.72% 77.25%
CMYK 0.00% 3.55% 14.72%
22.75%

Color #C5BEA8 in popluar number systems.

HEX C5 BE A8
Decimal 197 190 168
Binary 11000101 10111110 10101000
Octal 305 276 250

Shades and tints

Shades of #C5BEA8

#C5BEA8
(197,190,168)
#B4AD99
(180,173,153)
#A39C8A
(163,156,138)
#928B7B
(146,139,123)
#817A6C
(129,122,108)
#70695D
(112,105,93)
#5F584E
(95,88,78)
#4E473F
(78,71,63)
#3D3630
(61,54,48)
#2C2521
(44,37,33)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #C5BEA8

#C5BEA8
(197,190,168)
#CAC3AF
(202,195,175)
#CFC8B6
(207,200,182)
#D4CDBD
(212,205,189)
#D9D2C4
(217,210,196)
#DED7CB
(222,215,203)
#E3DCD2
(227,220,210)
#E8E1D9
(232,225,217)
#EDE6E0
(237,230,224)
#F2EBE7
(242,235,231)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEA8; }

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

This text font color is #C5BEA8.

Background Color

.myBgColor { background-color: #C5BEA8; }

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

This div background color is #C5BEA8.

Border color

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

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

This div border color is #C5BEA8.

Opacity

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

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

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

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

This text has shadow with #C5BEA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BEA8.

Preview

Color preview on black background

This text has color #C5BEA8 on black background.


Color preview on white background

This text has color #C5BEA8 on white background.


Black color preview on #C5BEA8 background

This text has black color on #C5BEA8 background.


White color preview on #C5BEA8 background

This text has white color on #C5BEA8 background.


Related colors

Complementary color

Complementary color for #hex is #3A4157.


I love getcolorcode.com

Triadic colors

1 #A8C5BE and #BEA8C5 with #C5BEA8 are triadic colors.

2 #A8BEC5 and #BEC5A8 with #C5BEA8 are triadic colors.