COLOR #C1BE9F

HEX: #C1BE9F RGB: (193,190,159)

Color info

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

RGB color model

#C1BE9F color RGB value is (193,190,159).

RGB: (193,190,159) (76%, 75%, 62%)

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 159 of 255 = 62%

193
190
159

R + G + B ~ 71%. #C1BE9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 190 + 159 = 542 (100%)
R 193 of 542 ~ 35.61%
G 190 of 542 ~ 35.06%
B 159 of 542 ~ 29.34'%

%35.61
%35.06
%29.34

CMYK color model

#C1BE9F color CMYK value is (0,2,18,24).

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

CMYK: (0,2,18,24)
C0M2Y18K24 (0%, 2%, 18%, 24%)
(0.00 / 0.02 / 0.18 / 0.24)

CMYK percentages

%0
%1.55
%17.62
%24.31

Codes

Color #C1BE9F in popluar color models

C1 BE 9F
RGB 193 190 159
HSL 55° 21.52% 69.02%
HSB/HSV 55° 17.62% 75.69%
CMYK 0.00% 1.55% 17.62%
24.31%

Color #C1BE9F in popluar number systems.

HEX C1 BE 9F
Decimal 193 190 159
Binary 11000001 10111110 10011111
Octal 301 276 237

Shades and tints

Shades of #C1BE9F

#C1BE9F
(193,190,159)
#B0AD91
(176,173,145)
#9F9C83
(159,156,131)
#8E8B75
(142,139,117)
#7D7A67
(125,122,103)
#6C6959
(108,105,89)
#5B584B
(91,88,75)
#4A473D
(74,71,61)
#39362F
(57,54,47)
#282521
(40,37,33)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #C1BE9F

#C1BE9F
(193,190,159)
#C6C3A7
(198,195,167)
#CBC8AF
(203,200,175)
#D0CDB7
(208,205,183)
#D5D2BF
(213,210,191)
#DAD7C7
(218,215,199)
#DFDCCF
(223,220,207)
#E4E1D7
(228,225,215)
#E9E6DF
(233,230,223)
#EEEBE7
(238,235,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BE9F; }

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

This text font color is #C1BE9F.

Background Color

.myBgColor { background-color: #C1BE9F; }

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

This div background color is #C1BE9F.

Border color

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

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

This div border color is #C1BE9F.

Opacity

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

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

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

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

This text has shadow with #C1BE9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1BE9F.

Preview

Color preview on black background

This text has color #C1BE9F on black background.


Color preview on white background

This text has color #C1BE9F on white background.


Black color preview on #C1BE9F background

This text has black color on #C1BE9F background.


White color preview on #C1BE9F background

This text has white color on #C1BE9F background.


Related colors

Complementary color

Complementary color for #hex is #3E4160.


I love getcolorcode.com

Triadic colors

1 #9FC1BE and #BE9FC1 with #C1BE9F are triadic colors.

2 #9FBEC1 and #BEC19F with #C1BE9F are triadic colors.