COLOR #C4BD9C

HEX: #C4BD9C RGB: (196,189,156)

Color info

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

RGB color model

#C4BD9C color RGB value is (196,189,156).

RGB: (196,189,156) (77%, 74%, 61%)

RGB channels and saturation

R 196 of 255 = 77%
G 189 of 255 = 74%
B 156 of 255 = 61%

196
189
156

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

Portions of RGB colors in percentages

R + G + B = 196 + 189 + 156 = 541 (100%)
R 196 of 541 ~ 36.23%
G 189 of 541 ~ 34.94%
B 156 of 541 ~ 28.84'%

%36.23
%34.94
%28.84

CMYK color model

#C4BD9C color CMYK value is (0,4,20,23).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 20.41%
  • key color value is 23.14%

CMYK: (0,4,20,23)
C0M4Y20K23 (0%, 4%, 20%, 23%)
(0.00 / 0.04 / 0.20 / 0.23)

CMYK percentages

%0
%3.57
%20.41
%23.14

Codes

Color #C4BD9C in popluar color models

C4 BD 9C
RGB 196 189 156
HSL 50° 25.32% 69.02%
HSB/HSV 50° 20.41% 76.86%
CMYK 0.00% 3.57% 20.41%
23.14%

Color #C4BD9C in popluar number systems.

HEX C4 BD 9C
Decimal 196 189 156
Binary 11000100 10111101 10011100
Octal 304 275 234

Shades and tints

Shades of #C4BD9C

#C4BD9C
(196,189,156)
#B3AC8E
(179,172,142)
#A29B80
(162,155,128)
#918A72
(145,138,114)
#807964
(128,121,100)
#6F6856
(111,104,86)
#5E5748
(94,87,72)
#4D463A
(77,70,58)
#3C352C
(60,53,44)
#2B241E
(43,36,30)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #C4BD9C

#C4BD9C
(196,189,156)
#C9C3A5
(201,195,165)
#CEC9AE
(206,201,174)
#D3CFB7
(211,207,183)
#D8D5C0
(216,213,192)
#DDDBC9
(221,219,201)
#E2E1D2
(226,225,210)
#E7E7DB
(231,231,219)
#ECEDE4
(236,237,228)
#F1F3ED
(241,243,237)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BD9C color. Also use rgb(196,189,156) instead hex code.

Text Font Color

.myTextColor { color: #C4BD9C; }

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

This text font color is #C4BD9C.

Background Color

.myBgColor { background-color: #C4BD9C; }

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

This div background color is #C4BD9C.

Border color

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

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

This div border color is #C4BD9C.

Opacity

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

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

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

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

This text has shadow with #C4BD9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BD9C.

Preview

Color preview on black background

This text has color #C4BD9C on black background.


Color preview on white background

This text has color #C4BD9C on white background.


Black color preview on #C4BD9C background

This text has black color on #C4BD9C background.


White color preview on #C4BD9C background

This text has white color on #C4BD9C background.


Related colors

Complementary color

Complementary color for #hex is #3B4263.


I love getcolorcode.com

Triadic colors

1 #9CC4BD and #BD9CC4 with #C4BD9C are triadic colors.

2 #9CBDC4 and #BDC49C with #C4BD9C are triadic colors.