COLOR #C4BAB0

HEX: #C4BAB0 RGB: (196,186,176)

Color info

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

RGB color model

#C4BAB0 color RGB value is (196,186,176).

RGB: (196,186,176) (77%, 73%, 69%)

RGB channels and saturation

R 196 of 255 = 77%
G 186 of 255 = 73%
B 176 of 255 = 69%

196
186
176

R + G + B ~ 73%. #C4BAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 186 + 176 = 558 (100%)
R 196 of 558 ~ 35.13%
G 186 of 558 ~ 33.33%
B 176 of 558 ~ 31.54'%

%35.13
%33.33
%31.54

CMYK color model

#C4BAB0 color CMYK value is (0,5,10,23).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 10.20%
  • key color value is 23.14%

CMYK: (0,5,10,23)
C0M5Y10K23 (0%, 5%, 10%, 23%)
(0.00 / 0.05 / 0.10 / 0.23)

CMYK percentages

%0
%5.1
%10.2
%23.14

Codes

Color #C4BAB0 in popluar color models

C4 BA B0
RGB 196 186 176
HSL 30° 14.49% 72.94%
HSB/HSV 30° 10.20% 76.86%
CMYK 0.00% 5.10% 10.20%
23.14%

Color #C4BAB0 in popluar number systems.

HEX C4 BA B0
Decimal 196 186 176
Binary 11000100 10111010 10110000
Octal 304 272 260

Shades and tints

Shades of #C4BAB0

#C4BAB0
(196,186,176)
#B3AAA0
(179,170,160)
#A29A90
(162,154,144)
#918A80
(145,138,128)
#807A70
(128,122,112)
#6F6A60
(111,106,96)
#5E5A50
(94,90,80)
#4D4A40
(77,74,64)
#3C3A30
(60,58,48)
#2B2A20
(43,42,32)
#1A1A10
(26,26,16)
#000000
(0,0,0)

Tints of #C4BAB0

#C4BAB0
(196,186,176)
#C9C0B7
(201,192,183)
#CEC6BE
(206,198,190)
#D3CCC5
(211,204,197)
#D8D2CC
(216,210,204)
#DDD8D3
(221,216,211)
#E2DEDA
(226,222,218)
#E7E4E1
(231,228,225)
#ECEAE8
(236,234,232)
#F1F0EF
(241,240,239)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BAB0 color. Also use rgb(196,186,176) instead hex code.

Text Font Color

.myTextColor { color: #C4BAB0; }

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

This text font color is #C4BAB0.

Background Color

.myBgColor { background-color: #C4BAB0; }

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

This div background color is #C4BAB0.

Border color

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

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

This div border color is #C4BAB0.

Opacity

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

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

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

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

This text has shadow with #C4BAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BAB0.

Preview

Color preview on black background

This text has color #C4BAB0 on black background.


Color preview on white background

This text has color #C4BAB0 on white background.


Black color preview on #C4BAB0 background

This text has black color on #C4BAB0 background.


White color preview on #C4BAB0 background

This text has white color on #C4BAB0 background.


Related colors

Complementary color

Complementary color for #hex is #3B454F.


I love getcolorcode.com

Triadic colors

1 #B0C4BA and #BAB0C4 with #C4BAB0 are triadic colors.

2 #B0BAC4 and #BAC4B0 with #C4BAB0 are triadic colors.