COLOR #C8BE96

HEX: #C8BE96 RGB: (200,190,150)

Color info

#C8BE96 contains red, green and blue colors in about the same proportion. Web safe color of #C8BE96 is #CCCC99 (or #CC9).

RGB color model

#C8BE96 color RGB value is (200,190,150).

RGB: (200,190,150) (78%, 75%, 59%)

RGB channels and saturation

R 200 of 255 = 78%
G 190 of 255 = 75%
B 150 of 255 = 59%

200
190
150

R + G + B ~ 71%. #C8BE96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 190 + 150 = 540 (100%)
R 200 of 540 ~ 37.04%
G 190 of 540 ~ 35.19%
B 150 of 540 ~ 27.78'%

%37.04
%35.19
%27.78

CMYK color model

#C8BE96 color CMYK value is (0,5,25,22).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 25.00%
  • key color value is 21.57%

CMYK: (0,5,25,22)
C0M5Y25K22 (0%, 5%, 25%, 22%)
(0.00 / 0.05 / 0.25 / 0.22)

CMYK percentages

%0
%5
%25
%21.57

Codes

Color #C8BE96 in popluar color models

C8 BE 96
RGB 200 190 150
HSL 48° 31.25% 68.63%
HSB/HSV 48° 25.00% 78.43%
CMYK 0.00% 5.00% 25.00%
21.57%

Color #C8BE96 in popluar number systems.

HEX C8 BE 96
Decimal 200 190 150
Binary 11001000 10111110 10010110
Octal 310 276 226

Shades and tints

Shades of #C8BE96

#C8BE96
(200,190,150)
#B6AD89
(182,173,137)
#A49C7C
(164,156,124)
#928B6F
(146,139,111)
#807A62
(128,122,98)
#6E6955
(110,105,85)
#5C5848
(92,88,72)
#4A473B
(74,71,59)
#38362E
(56,54,46)
#262521
(38,37,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #C8BE96

#C8BE96
(200,190,150)
#CDC39F
(205,195,159)
#D2C8A8
(210,200,168)
#D7CDB1
(215,205,177)
#DCD2BA
(220,210,186)
#E1D7C3
(225,215,195)
#E6DCCC
(230,220,204)
#EBE1D5
(235,225,213)
#F0E6DE
(240,230,222)
#F5EBE7
(245,235,231)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BE96 color. Also use rgb(200,190,150) instead hex code.

Text Font Color

.myTextColor { color: #C8BE96; }

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

This text font color is #C8BE96.

Background Color

.myBgColor { background-color: #C8BE96; }

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

This div background color is #C8BE96.

Border color

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

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

This div border color is #C8BE96.

Opacity

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

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

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

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

This text has shadow with #C8BE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BE96.

Preview

Color preview on black background

This text has color #C8BE96 on black background.


Color preview on white background

This text has color #C8BE96 on white background.


Black color preview on #C8BE96 background

This text has black color on #C8BE96 background.


White color preview on #C8BE96 background

This text has white color on #C8BE96 background.


Related colors

Complementary color

Complementary color for #hex is #374169.


I love getcolorcode.com

Triadic colors

1 #96C8BE and #BE96C8 with #C8BE96 are triadic colors.

2 #96BEC8 and #BEC896 with #C8BE96 are triadic colors.