COLOR #C1BEB9

HEX: #C1BEB9 RGB: (193,190,185)

Color info

#C1BEB9 contains red, green and blue colors in about the same proportion. Web safe color of #C1BEB9 is #CCCCCC (or #CCC).

RGB color model

#C1BEB9 color RGB value is (193,190,185).

RGB: (193,190,185) (76%, 75%, 73%)

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 185 of 255 = 73%

193
190
185

R + G + B ~ 75%. #C1BEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 190 + 185 = 568 (100%)
R 193 of 568 ~ 33.98%
G 190 of 568 ~ 33.45%
B 185 of 568 ~ 32.57'%

%33.98
%33.45
%32.57

CMYK color model

#C1BEB9 color CMYK value is (0,2,4,24).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 4.15%
  • key color value is 24.31%

CMYK: (0,2,4,24)
C0M2Y4K24 (0%, 2%, 4%, 24%)
(0.00 / 0.02 / 0.04 / 0.24)

CMYK percentages

%0
%1.55
%4.15
%24.31

Codes

Color #C1BEB9 in popluar color models

C1 BE B9
RGB 193 190 185
HSL 38° 6.06% 74.12%
HSB/HSV 38° 4.15% 75.69%
CMYK 0.00% 1.55% 4.15%
24.31%

Color #C1BEB9 in popluar number systems.

HEX C1 BE B9
Decimal 193 190 185
Binary 11000001 10111110 10111001
Octal 301 276 271

Shades and tints

Shades of #C1BEB9

#C1BEB9
(193,190,185)
#B0ADA9
(176,173,169)
#9F9C99
(159,156,153)
#8E8B89
(142,139,137)
#7D7A79
(125,122,121)
#6C6969
(108,105,105)
#5B5859
(91,88,89)
#4A4749
(74,71,73)
#393639
(57,54,57)
#282529
(40,37,41)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #C1BEB9

#C1BEB9
(193,190,185)
#C6C3BF
(198,195,191)
#CBC8C5
(203,200,197)
#D0CDCB
(208,205,203)
#D5D2D1
(213,210,209)
#DAD7D7
(218,215,215)
#DFDCDD
(223,220,221)
#E4E1E3
(228,225,227)
#E9E6E9
(233,230,233)
#EEEBEF
(238,235,239)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BEB9; }

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

This text font color is #C1BEB9.

Background Color

.myBgColor { background-color: #C1BEB9; }

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

This div background color is #C1BEB9.

Border color

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

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

This div border color is #C1BEB9.

Opacity

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

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

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

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

This text has shadow with #C1BEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1BEB9.

Preview

Color preview on black background

This text has color #C1BEB9 on black background.


Color preview on white background

This text has color #C1BEB9 on white background.


Black color preview on #C1BEB9 background

This text has black color on #C1BEB9 background.


White color preview on #C1BEB9 background

This text has white color on #C1BEB9 background.


Related colors

Complementary color

Complementary color for #hex is #3E4146.


I love getcolorcode.com

Triadic colors

1 #B9C1BE and #BEB9C1 with #C1BEB9 are triadic colors.

2 #B9BEC1 and #BEC1B9 with #C1BEB9 are triadic colors.