COLOR #C4BF88

HEX: #C4BF88 RGB: (196,191,136)

Color info

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

RGB color model

#C4BF88 color RGB value is (196,191,136).

RGB: (196,191,136) (77%, 75%, 53%)

RGB channels and saturation

R 196 of 255 = 77%
G 191 of 255 = 75%
B 136 of 255 = 53%

196
191
136

R + G + B ~ 68%. #C4BF88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 191 + 136 = 523 (100%)
R 196 of 523 ~ 37.48%
G 191 of 523 ~ 36.52%
B 136 of 523 ~ 26'%

%37.48
%36.52
%26

CMYK color model

#C4BF88 color CMYK value is (0,3,31,23).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 30.61%
  • key color value is 23.14%

CMYK: (0,3,31,23)
C0M3Y31K23 (0%, 3%, 31%, 23%)
(0.00 / 0.03 / 0.31 / 0.23)

CMYK percentages

%0
%2.55
%30.61
%23.14

Codes

Color #C4BF88 in popluar color models

C4 BF 88
RGB 196 191 136
HSL 55° 33.71% 65.10%
HSB/HSV 55° 30.61% 76.86%
CMYK 0.00% 2.55% 30.61%
23.14%

Color #C4BF88 in popluar number systems.

HEX C4 BF 88
Decimal 196 191 136
Binary 11000100 10111111 10001000
Octal 304 277 210

Shades and tints

Shades of #C4BF88

#C4BF88
(196,191,136)
#B3AE7C
(179,174,124)
#A29D70
(162,157,112)
#918C64
(145,140,100)
#807B58
(128,123,88)
#6F6A4C
(111,106,76)
#5E5940
(94,89,64)
#4D4834
(77,72,52)
#3C3728
(60,55,40)
#2B261C
(43,38,28)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #C4BF88

#C4BF88
(196,191,136)
#C9C492
(201,196,146)
#CEC99C
(206,201,156)
#D3CEA6
(211,206,166)
#D8D3B0
(216,211,176)
#DDD8BA
(221,216,186)
#E2DDC4
(226,221,196)
#E7E2CE
(231,226,206)
#ECE7D8
(236,231,216)
#F1ECE2
(241,236,226)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BF88; }

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

This text font color is #C4BF88.

Background Color

.myBgColor { background-color: #C4BF88; }

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

This div background color is #C4BF88.

Border color

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

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

This div border color is #C4BF88.

Opacity

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

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

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

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

This text has shadow with #C4BF88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BF88.

Preview

Color preview on black background

This text has color #C4BF88 on black background.


Color preview on white background

This text has color #C4BF88 on white background.


Black color preview on #C4BF88 background

This text has black color on #C4BF88 background.


White color preview on #C4BF88 background

This text has white color on #C4BF88 background.


Related colors

Complementary color

Complementary color for #hex is #3B4077.


I love getcolorcode.com

Triadic colors

1 #88C4BF and #BF88C4 with #C4BF88 are triadic colors.

2 #88BFC4 and #BFC488 with #C4BF88 are triadic colors.