COLOR #C1BE68

HEX: #C1BE68 RGB: (193,190,104)

Color info

#C1BE68 contains mainly red and green colors. Web safe color of #C1BE68 is #CCCC66 (or #CC6).

RGB color model

#C1BE68 color RGB value is (193,190,104).

RGB: (193,190,104) (76%, 75%, 41%)

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 104 of 255 = 41%

193
190
104

R + G + B ~ 64%. #C1BE68 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 190 + 104 = 487 (100%)
R 193 of 487 ~ 39.63%
G 190 of 487 ~ 39.01%
B 104 of 487 ~ 21.36'%

%39.63
%39.01
%21.36

CMYK color model

#C1BE68 color CMYK value is (0,2,46,24).

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

CMYK: (0,2,46,24)
C0M2Y46K24 (0%, 2%, 46%, 24%)
(0.00 / 0.02 / 0.46 / 0.24)

CMYK percentages

%0
%1.55
%46.11
%24.31

Codes

Color #C1BE68 in popluar color models

C1 BE 68
RGB 193 190 104
HSL 58° 41.78% 58.24%
HSB/HSV 58° 46.11% 75.69%
CMYK 0.00% 1.55% 46.11%
24.31%

Color #C1BE68 in popluar number systems.

HEX C1 BE 68
Decimal 193 190 104
Binary 11000001 10111110 1101000
Octal 301 276 150

Shades and tints

Shades of #C1BE68

#C1BE68
(193,190,104)
#B0AD5F
(176,173,95)
#9F9C56
(159,156,86)
#8E8B4D
(142,139,77)
#7D7A44
(125,122,68)
#6C693B
(108,105,59)
#5B5832
(91,88,50)
#4A4729
(74,71,41)
#393620
(57,54,32)
#282517
(40,37,23)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #C1BE68

#C1BE68
(193,190,104)
#C6C375
(198,195,117)
#CBC882
(203,200,130)
#D0CD8F
(208,205,143)
#D5D29C
(213,210,156)
#DAD7A9
(218,215,169)
#DFDCB6
(223,220,182)
#E4E1C3
(228,225,195)
#E9E6D0
(233,230,208)
#EEEBDD
(238,235,221)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BE68; }

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

This text font color is #C1BE68.

Background Color

.myBgColor { background-color: #C1BE68; }

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

This div background color is #C1BE68.

Border color

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

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

This div border color is #C1BE68.

Opacity

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

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

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

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

This text has shadow with #C1BE68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1BE68.

Preview

Color preview on black background

This text has color #C1BE68 on black background.


Color preview on white background

This text has color #C1BE68 on white background.


Black color preview on #C1BE68 background

This text has black color on #C1BE68 background.


White color preview on #C1BE68 background

This text has white color on #C1BE68 background.


Related colors

Complementary color

Complementary color for #hex is #3E4197.


I love getcolorcode.com

Triadic colors

1 #68C1BE and #BE68C1 with #C1BE68 are triadic colors.

2 #68BEC1 and #BEC168 with #C1BE68 are triadic colors.