COLOR #C4BF66

HEX: #C4BF66
RGB: (196,191,102)

Color info

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

RGB color model

#C4BF66 color RGB value is (196,191,102).

  • red value is 196;
  • green value is 191;
  • blue value is 102.
RGB:
(196,191,102)
(77%,75%,40%)

RGB channels and saturation

R 196 of 255 = 77%
G 191 of 255 = 75%
B 102 of 255 = 40%

196
191
102

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

Portions of RGB colors in percentages

R + G + B =
196 + 191 + 102 = 489 (100%)
R 196 of 489 ~ 40.08%
G 191 of 489 ~ 39.06%
B 102 of 489 ~ 20.86%

%40.08
%39.06
%20.86

CMYK color model

#C4BF66 color CMYK value is (0,3,48,23).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 47.96%
  • key color value is 23.14%
CMYK:
(0,3,48,23)
C0M3Y48K23 
(0%,3%,48%,23%)
(0.00/0.03/0.48/0.23)	

CMYK percentages

%0
%2.55
%47.96
%23.14

Codes

Color #C4BF66 in popluar color models

C4BF66
RGB196191102
HSL57°44.34%58.43%
HSB/HSV57°47.96%76.86%
CMYK0.00%2.55%47.96%
23.14%

Color #C4BF66 in popluar number systems.

HEXC4BF66
Decimal196191102
Binary11000100101111111100110
Octal304277146

Shades and tints

Shades of #C4BF66

#C4BF66
(196,191,102)
#B3AE5D
(179,174,93)
#A29D54
(162,157,84)
#918C4B
(145,140,75)
#807B42
(128,123,66)
#6F6A39
(111,106,57)
#5E5930
(94,89,48)
#4D4827
(77,72,39)
#3C371E
(60,55,30)
#2B2615
(43,38,21)
#1A150C
(26,21,12)
#000000
(0,0,0)

Tints of #C4BF66

#C4BF66
(196,191,102)
#C9C473
(201,196,115)
#CEC980
(206,201,128)
#D3CE8D
(211,206,141)
#D8D39A
(216,211,154)
#DDD8A7
(221,216,167)
#E2DDB4
(226,221,180)
#E7E2C1
(231,226,193)
#ECE7CE
(236,231,206)
#F1ECDB
(241,236,219)
#F6F1E8
(246,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BF66 color. Also use rgb(196,191,102) instead hex code.

Text Font Color

.myTextColor { color: #C4BF66; }

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

This text font color is #C4BF66.


Background Color

.myBgColor { background-color: #C4BF66; }

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

This div background color is #C4BF66.


Border color

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

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

This div border color is #C4BF66.


Opacity

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

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

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

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

This text has shadow with #C4BF66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BF66 on black background.


Color preview on white background

This text has color #C4BF66 on white background.



Black color preview on #C4BF66 background

This text has black color on #C4BF66 background.


White color preview on #C4BF66 background

This text has white color on #C4BF66 background.