COLOR #C4B29B

HEX: #C4B29B
RGB: (196,178,155)

Color info

#C4B29B contains red, green and blue colors in about the same proportion. Web safe color of #C4B29B is #CC9999 (or #C99).

RGB color model

#C4B29B color RGB value is (196,178,155).

  • red value is 196;
  • green value is 178;
  • blue value is 155.
RGB: (196,178,155) (77%,70%,61%)

RGB channels and saturation

R 196 of 255 = 77%
G 178 of 255 = 70%
B 155 of 255 = 61%

196
178
155

R + G + B ~ 69%. #C4B29B is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 178 + 155 = 529 (100%)
R 196 of 529 ~ 37.05%
G 178 of 529 ~ 33.65%
B 155 of 529 ~ 29.3%

%37.05
%33.65
%29.3

CMYK color model

#C4B29B color CMYK value is (0,9,21,23).

  • cyan value is 0.00%
  • magenta value is 9.18%
  • yellow value is 20.92%
  • key color value is 23.14%
CMYK: (0,9,21,23) C0M9Y21K23 (0%,9%,21%,23%) (0.00/0.09/0.21/0.23)

CMYK percentages

%0
%9.18
%20.92
%23.14

Codes

Color #C4B29B in popluar color models

C4B29B
RGB196178155
HSL34°25.79%68.82%
HSB/HSV34°20.92%76.86%
CMYK0.00%9.18%20.92%
23.14%

Color #C4B29B in popluar number systems.

HEXC4B29B
Decimal196178155
Binary110001001011001010011011
Octal304262233

Shades and tints

Shades of #C4B29B

#C4B29B
(196,178,155)
#B3A28D
(179,162,141)
#A2927F
(162,146,127)
#918271
(145,130,113)
#807263
(128,114,99)
#6F6255
(111,98,85)
#5E5247
(94,82,71)
#4D4239
(77,66,57)
#3C322B
(60,50,43)
#2B221D
(43,34,29)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #C4B29B

#C4B29B
(196,178,155)
#C9B9A4
(201,185,164)
#CEC0AD
(206,192,173)
#D3C7B6
(211,199,182)
#D8CEBF
(216,206,191)
#DDD5C8
(221,213,200)
#E2DCD1
(226,220,209)
#E7E3DA
(231,227,218)
#ECEAE3
(236,234,227)
#F1F1EC
(241,241,236)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B29B color. Also use rgb(196,178,155) instead hex code.

Text Font Color

.myTextColor { color: #C4B29B; }

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

This text font color is #C4B29B.


Background Color

.myBgColor { background-color: #C4B29B; }

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

This div background color is #C4B29B.


Border color

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

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

This div border color is #C4B29B.


Opacity

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

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

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

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

This text has shadow with #C4B29B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4B29B on black background.


Color preview on white background

This text has color #C4B29B on white background.



Black color preview on #C4B29B background

This text has black color on #C4B29B background.


White color preview on #C4B29B background

This text has white color on #C4B29B background.