COLOR #C3C4BD

HEX: #C3C4BD RGB: (195,196,189)

Color info

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

RGB color model

#C3C4BD color RGB value is (195,196,189).

RGB: (195,196,189) (76%, 77%, 74%)

RGB channels and saturation

R 195 of 255 = 76%
G 196 of 255 = 77%
B 189 of 255 = 74%

195
196
189

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

Portions of RGB colors in percentages

R + G + B = 195 + 196 + 189 = 580 (100%)
R 195 of 580 ~ 33.62%
G 196 of 580 ~ 33.79%
B 189 of 580 ~ 32.59'%

%33.62
%33.79
%32.59

CMYK color model

#C3C4BD color CMYK value is (1,0,4,23).

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

CMYK: (1,0,4,23)
C1M0Y4K23 (1%, 0%, 4%, 23%)
(0.01 / 0.00 / 0.04 / 0.23)

CMYK percentages

%0.51
%0
%3.57
%23.14

Codes

Color #C3C4BD in popluar color models

C3 C4 BD
RGB 195 196 189
HSL 69° 5.60% 75.49%
HSB/HSV 69° 3.57% 76.86%
CMYK 0.51% 0.00% 3.57%
23.14%

Color #C3C4BD in popluar number systems.

HEX C3 C4 BD
Decimal 195 196 189
Binary 11000011 11000100 10111101
Octal 303 304 275

Shades and tints

Shades of #C3C4BD

#C3C4BD
(195,196,189)
#B2B3AC
(178,179,172)
#A1A29B
(161,162,155)
#90918A
(144,145,138)
#7F8079
(127,128,121)
#6E6F68
(110,111,104)
#5D5E57
(93,94,87)
#4C4D46
(76,77,70)
#3B3C35
(59,60,53)
#2A2B24
(42,43,36)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #C3C4BD

#C3C4BD
(195,196,189)
#C8C9C3
(200,201,195)
#CDCEC9
(205,206,201)
#D2D3CF
(210,211,207)
#D7D8D5
(215,216,213)
#DCDDDB
(220,221,219)
#E1E2E1
(225,226,225)
#E6E7E7
(230,231,231)
#EBECED
(235,236,237)
#F0F1F3
(240,241,243)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C4BD; }

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

This text font color is #C3C4BD.

Background Color

.myBgColor { background-color: #C3C4BD; }

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

This div background color is #C3C4BD.

Border color

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

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

This div border color is #C3C4BD.

Opacity

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

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

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

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

This text has shadow with #C3C4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C4BD.

Preview

Color preview on black background

This text has color #C3C4BD on black background.


Color preview on white background

This text has color #C3C4BD on white background.


Black color preview on #C3C4BD background

This text has black color on #C3C4BD background.


White color preview on #C3C4BD background

This text has white color on #C3C4BD background.


Related colors

Complementary color

Complementary color for #hex is #3C3B42.


I love getcolorcode.com

Triadic colors

1 #BDC3C4 and #C4BDC3 with #C3C4BD are triadic colors.

2 #BDC4C3 and #C4C3BD with #C3C4BD are triadic colors.