COLOR #C1BEA5

HEX: #C1BEA5
RGB: (193,190,165)

Color info

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

RGB color model

#C1BEA5 color RGB value is (193,190,165).

  • red value is 193;
  • green value is 190;
  • blue value is 165.
RGB:
(193,190,165)
(76%,75%,65%)

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 165 of 255 = 65%

193
190
165

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

Portions of RGB colors in percentages

R + G + B =
193 + 190 + 165 = 548 (100%)
R 193 of 548 ~ 35.22%
G 190 of 548 ~ 34.67%
B 165 of 548 ~ 30.11%

%35.22
%34.67
%30.11

CMYK color model

#C1BEA5 color CMYK value is (0,2,15,24).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 14.51%
  • key color value is 24.31%
CMYK:
(0,2,15,24)
C0M2Y15K24 
(0%,2%,15%,24%)
(0.00/0.02/0.15/0.24)	

CMYK percentages

%0
%1.55
%14.51
%24.31

Codes

Color #C1BEA5 in popluar color models

C1BEA5
RGB193190165
HSL54°18.42%70.20%
HSB/HSV54°14.51%75.69%
CMYK0.00%1.55%14.51%
24.31%

Color #C1BEA5 in popluar number systems.

HEXC1BEA5
Decimal193190165
Binary110000011011111010100101
Octal301276245

Shades and tints

Shades of #C1BEA5

#C1BEA5
(193,190,165)
#B0AD96
(176,173,150)
#9F9C87
(159,156,135)
#8E8B78
(142,139,120)
#7D7A69
(125,122,105)
#6C695A
(108,105,90)
#5B584B
(91,88,75)
#4A473C
(74,71,60)
#39362D
(57,54,45)
#28251E
(40,37,30)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #C1BEA5

#C1BEA5
(193,190,165)
#C6C3AD
(198,195,173)
#CBC8B5
(203,200,181)
#D0CDBD
(208,205,189)
#D5D2C5
(213,210,197)
#DAD7CD
(218,215,205)
#DFDCD5
(223,220,213)
#E4E1DD
(228,225,221)
#E9E6E5
(233,230,229)
#EEEBED
(238,235,237)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1BEA5 color. Also use rgb(193,190,165) instead hex code.

Text Font Color

.myTextColor { color: #C1BEA5; }

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

This text font color is #C1BEA5.


Background Color

.myBgColor { background-color: #C1BEA5; }

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

This div background color is #C1BEA5.


Border color

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

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

This div border color is #C1BEA5.


Opacity

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

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

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

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

This text has shadow with #C1BEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BEA5 on black background.


Color preview on white background

This text has color #C1BEA5 on white background.



Black color preview on #C1BEA5 background

This text has black color on #C1BEA5 background.


White color preview on #C1BEA5 background

This text has white color on #C1BEA5 background.