COLOR #C4C3BE

HEX: #C4C3BE RGB: (196,195,190)

Color info

#C4C3BE contains red, green and blue colors in about the same proportion. Web safe color of #C4C3BE is #CCCCCC (or #CCC).

RGB color model

#C4C3BE color RGB value is (196,195,190).

RGB: (196,195,190) (77%, 76%, 75%)

RGB channels and saturation

R 196 of 255 = 77%
G 195 of 255 = 76%
B 190 of 255 = 75%

196
195
190

R + G + B ~ 76%. #C4C3BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 195 + 190 = 581 (100%)
R 196 of 581 ~ 33.73%
G 195 of 581 ~ 33.56%
B 190 of 581 ~ 32.7'%

%33.73
%33.56
%32.7

CMYK color model

#C4C3BE color CMYK value is (0,1,3,23).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK: (0,1,3,23) C0M1Y3K23 (0%,1%,3%,23%) (0.00/0.01/0.03/0.23) 

CMYK percentages

%0
%0.51
%3.06
%23.14

Codes

Color #C4C3BE in popluar color models

C4 C3 BE
RGB 196 195 190
HSL 50° 4.84% 75.69%
HSB/HSV 50° 3.06% 76.86%
CMYK 0.00% 0.51% 3.06%
23.14%

Color #C4C3BE in popluar number systems.

HEX C4 C3 BE
Decimal 196 195 190
Binary 11000100 11000011 10111110
Octal 304 303 276

Shades and tints

Shades of #C4C3BE

#C4C3BE
(196,195,190)
#B3B2AD
(179,178,173)
#A2A19C
(162,161,156)
#91908B
(145,144,139)
#807F7A
(128,127,122)
#6F6E69
(111,110,105)
#5E5D58
(94,93,88)
#4D4C47
(77,76,71)
#3C3B36
(60,59,54)
#2B2A25
(43,42,37)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #C4C3BE

#C4C3BE
(196,195,190)
#C9C8C3
(201,200,195)
#CECDC8
(206,205,200)
#D3D2CD
(211,210,205)
#D8D7D2
(216,215,210)
#DDDCD7
(221,220,215)
#E2E1DC
(226,225,220)
#E7E6E1
(231,230,225)
#ECEBE6
(236,235,230)
#F1F0EB
(241,240,235)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C3BE color. Also use rgb(196,195,190) instead hex code.

Text Font Color

.myTextColor { color: #C4C3BE; }

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

This text font color is #C4C3BE.

Background Color

.myBgColor { background-color: #C4C3BE; }

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

This div background color is #C4C3BE.

Border color

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

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

This div border color is #C4C3BE.

Opacity

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

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

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

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

This text has shadow with #C4C3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C3BE.

Preview

Color preview on black background

This text has color #C4C3BE on black background.


Color preview on white background

This text has color #C4C3BE on white background.


Black color preview on #C4C3BE background

This text has black color on #C4C3BE background.


White color preview on #C4C3BE background

This text has white color on #C4C3BE background.


Related colors

Complementary color

Complementary color for #hex is #3B3C41.


I love getcolorcode.com

Triadic colors

1 #BEC4C3 and #C3BEC4 with #C4C3BE are triadic colors.

2 #BEC3C4 and #C3C4BE with #C4C3BE are triadic colors.