COLOR #C2C5BD

HEX: #C2C5BD RGB: (194,197,189)

Color info

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

RGB color model

#C2C5BD color RGB value is (194,197,189).

RGB: (194,197,189) (76%, 77%, 74%)

RGB channels and saturation

R 194 of 255 = 76%
G 197 of 255 = 77%
B 189 of 255 = 74%

194
197
189

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

Portions of RGB colors in percentages

R + G + B = 194 + 197 + 189 = 580 (100%)
R 194 of 580 ~ 33.45%
G 197 of 580 ~ 33.97%
B 189 of 580 ~ 32.59'%

%33.45
%33.97
%32.59

CMYK color model

#C2C5BD color CMYK value is (2,0,4,23).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 4.06%
  • key color value is 22.75%

CMYK: (2,0,4,23)
C2M0Y4K23 (2%, 0%, 4%, 23%)
(0.02 / 0.00 / 0.04 / 0.23)

CMYK percentages

%1.52
%0
%4.06
%22.75

Codes

Color #C2C5BD in popluar color models

C2 C5 BD
RGB 194 197 189
HSL 83° 6.45% 75.69%
HSB/HSV 83° 4.06% 77.25%
CMYK 1.52% 0.00% 4.06%
22.75%

Color #C2C5BD in popluar number systems.

HEX C2 C5 BD
Decimal 194 197 189
Binary 11000010 11000101 10111101
Octal 302 305 275

Shades and tints

Shades of #C2C5BD

#C2C5BD
(194,197,189)
#B1B4AC
(177,180,172)
#A0A39B
(160,163,155)
#8F928A
(143,146,138)
#7E8179
(126,129,121)
#6D7068
(109,112,104)
#5C5F57
(92,95,87)
#4B4E46
(75,78,70)
#3A3D35
(58,61,53)
#292C24
(41,44,36)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #C2C5BD

#C2C5BD
(194,197,189)
#C7CAC3
(199,202,195)
#CCCFC9
(204,207,201)
#D1D4CF
(209,212,207)
#D6D9D5
(214,217,213)
#DBDEDB
(219,222,219)
#E0E3E1
(224,227,225)
#E5E8E7
(229,232,231)
#EAEDED
(234,237,237)
#EFF2F3
(239,242,243)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C5BD color. Also use rgb(194,197,189) instead hex code.

Text Font Color

.myTextColor { color: #C2C5BD; }

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

This text font color is #C2C5BD.

Background Color

.myBgColor { background-color: #C2C5BD; }

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

This div background color is #C2C5BD.

Border color

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

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

This div border color is #C2C5BD.

Opacity

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

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

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

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

This text has shadow with #C2C5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C5BD.

Preview

Color preview on black background

This text has color #C2C5BD on black background.


Color preview on white background

This text has color #C2C5BD on white background.


Black color preview on #C2C5BD background

This text has black color on #C2C5BD background.


White color preview on #C2C5BD background

This text has white color on #C2C5BD background.


Related colors

Complementary color

Complementary color for #hex is #3D3A42.


I love getcolorcode.com

Triadic colors

1 #BDC2C5 and #C5BDC2 with #C2C5BD are triadic colors.

2 #BDC5C2 and #C5C2BD with #C2C5BD are triadic colors.