COLOR #C1BE81

HEX: #C1BE81 RGB: (193,190,129)

Color info

#C1BE81 contains mainly red and green colors. Web safe color of #C1BE81 is #CCCC99 (or #CC9).

RGB color model

#C1BE81 color RGB value is (193,190,129).

RGB: (193,190,129) (76%, 75%, 51%)

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 129 of 255 = 51%

193
190
129

R + G + B ~ 67%. #C1BE81 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 190 + 129 = 512 (100%)
R 193 of 512 ~ 37.7%
G 190 of 512 ~ 37.11%
B 129 of 512 ~ 25.2'%

%37.7
%37.11
%25.2

CMYK color model

#C1BE81 color CMYK value is (0,2,33,24).

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

CMYK: (0,2,33,24)
C0M2Y33K24 (0%, 2%, 33%, 24%)
(0.00 / 0.02 / 0.33 / 0.24)

CMYK percentages

%0
%1.55
%33.16
%24.31

Codes

Color #C1BE81 in popluar color models

C1 BE 81
RGB 193 190 129
HSL 57° 34.04% 63.14%
HSB/HSV 57° 33.16% 75.69%
CMYK 0.00% 1.55% 33.16%
24.31%

Color #C1BE81 in popluar number systems.

HEX C1 BE 81
Decimal 193 190 129
Binary 11000001 10111110 10000001
Octal 301 276 201

Shades and tints

Shades of #C1BE81

#C1BE81
(193,190,129)
#B0AD76
(176,173,118)
#9F9C6B
(159,156,107)
#8E8B60
(142,139,96)
#7D7A55
(125,122,85)
#6C694A
(108,105,74)
#5B583F
(91,88,63)
#4A4734
(74,71,52)
#393629
(57,54,41)
#28251E
(40,37,30)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #C1BE81

#C1BE81
(193,190,129)
#C6C38C
(198,195,140)
#CBC897
(203,200,151)
#D0CDA2
(208,205,162)
#D5D2AD
(213,210,173)
#DAD7B8
(218,215,184)
#DFDCC3
(223,220,195)
#E4E1CE
(228,225,206)
#E9E6D9
(233,230,217)
#EEEBE4
(238,235,228)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BE81; }

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

This text font color is #C1BE81.

Background Color

.myBgColor { background-color: #C1BE81; }

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

This div background color is #C1BE81.

Border color

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

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

This div border color is #C1BE81.

Opacity

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

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

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

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

This text has shadow with #C1BE81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1BE81.

Preview

Color preview on black background

This text has color #C1BE81 on black background.


Color preview on white background

This text has color #C1BE81 on white background.


Black color preview on #C1BE81 background

This text has black color on #C1BE81 background.


White color preview on #C1BE81 background

This text has white color on #C1BE81 background.


Related colors

Complementary color

Complementary color for #hex is #3E417E.


I love getcolorcode.com

Triadic colors

1 #81C1BE and #BE81C1 with #C1BE81 are triadic colors.

2 #81BEC1 and #BEC181 with #C1BE81 are triadic colors.