COLOR #C8BA1B

HEX: #C8BA1B
RGB: (200,186,27)

Color info

#C8BA1B contains mainly red and green colors. Web safe color of #C8BA1B is #CCCC33 (or #CC3).

RGB color model

#C8BA1B color RGB value is (200,186,27).

  • red value is 200;
  • green value is 186;
  • blue value is 27.
RGB:
(200,186,27)
(78%,73%,11%)

RGB channels and saturation

R 200 of 255 = 78%
G 186 of 255 = 73%
B 27 of 255 = 11%

200
186
27

R + G + B ~ 54%. #C8BA1B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
200 + 186 + 27 = 413 (100%)
R 200 of 413 ~ 48.43%
G 186 of 413 ~ 45.04%
B 27 of 413 ~ 6.54%

%48.43
%45.04

CMYK color model

#C8BA1B color CMYK value is (0,7,87,22).

  • cyan value is 0.00%
  • magenta value is 7.00%
  • yellow value is 86.50%
  • key color value is 21.57%
CMYK:
(0,7,87,22)
C0M7Y87K22 
(0%,7%,87%,22%)
(0.00/0.07/0.87/0.22)	

CMYK percentages

%0
%7
%86.5
%21.57

Codes

Color #C8BA1B in popluar color models

C8BA1B
RGB20018627
HSL55°76.21%44.51%
HSB/HSV55°86.50%78.43%
CMYK0.00%7.00%86.50%
21.57%

Color #C8BA1B in popluar number systems.

HEXC8BA1B
Decimal20018627
Binary110010001011101011011
Octal31027233

Shades and tints

Shades of #C8BA1B

#C8BA1B
(200,186,27)
#B6AA19
(182,170,25)
#A49A17
(164,154,23)
#928A15
(146,138,21)
#807A13
(128,122,19)
#6E6A11
(110,106,17)
#5C5A0F
(92,90,15)
#4A4A0D
(74,74,13)
#383A0B
(56,58,11)
#262A09
(38,42,9)
#141A07
(20,26,7)
#000000
(0,0,0)

Tints of #C8BA1B

#C8BA1B
(200,186,27)
#CDC02F
(205,192,47)
#D2C643
(210,198,67)
#D7CC57
(215,204,87)
#DCD26B
(220,210,107)
#E1D87F
(225,216,127)
#E6DE93
(230,222,147)
#EBE4A7
(235,228,167)
#F0EABB
(240,234,187)
#F5F0CF
(245,240,207)
#FAF6E3
(250,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BA1B color. Also use rgb(200,186,27) instead hex code.

Text Font Color

.myTextColor { color: #C8BA1B; }

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

This text font color is #C8BA1B.


Background Color

.myBgColor { background-color: #C8BA1B; }

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

This div background color is #C8BA1B.


Border color

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

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

This div border color is #C8BA1B.


Opacity

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

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

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

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

This text has shadow with #C8BA1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BA1B on black background.


Color preview on white background

This text has color #C8BA1B on white background.



Black color preview on #C8BA1B background

This text has black color on #C8BA1B background.


White color preview on #C8BA1B background

This text has white color on #C8BA1B background.