COLOR #C2C7BE

HEX: #C2C7BE RGB: (194,199,190)

Color info

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

RGB color model

#C2C7BE color RGB value is (194,199,190).

RGB: (194,199,190) (76%, 78%, 75%)

RGB channels and saturation

R 194 of 255 = 76%
G 199 of 255 = 78%
B 190 of 255 = 75%

194
199
190

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

Portions of RGB colors in percentages

R + G + B = 194 + 199 + 190 = 583 (100%)
R 194 of 583 ~ 33.28%
G 199 of 583 ~ 34.13%
B 190 of 583 ~ 32.59'%

%33.28
%34.13
%32.59

CMYK color model

#C2C7BE color CMYK value is (3,0,5,22).

  • cyan value is 2.51%
  • magenta value is 0.00%
  • yellow value is 4.52%
  • key color value is 21.96%

CMYK: (3,0,5,22)
C3M0Y5K22 (3%, 0%, 5%, 22%)
(0.03 / 0.00 / 0.05 / 0.22)

CMYK percentages

%2.51
%0
%4.52
%21.96

Codes

Color #C2C7BE in popluar color models

C2 C7 BE
RGB 194 199 190
HSL 93° 7.44% 76.27%
HSB/HSV 93° 4.52% 78.04%
CMYK 2.51% 0.00% 4.52%
21.96%

Color #C2C7BE in popluar number systems.

HEX C2 C7 BE
Decimal 194 199 190
Binary 11000010 11000111 10111110
Octal 302 307 276

Shades and tints

Shades of #C2C7BE

#C2C7BE
(194,199,190)
#B1B5AD
(177,181,173)
#A0A39C
(160,163,156)
#8F918B
(143,145,139)
#7E7F7A
(126,127,122)
#6D6D69
(109,109,105)
#5C5B58
(92,91,88)
#4B4947
(75,73,71)
#3A3736
(58,55,54)
#292525
(41,37,37)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #C2C7BE

#C2C7BE
(194,199,190)
#C7CCC3
(199,204,195)
#CCD1C8
(204,209,200)
#D1D6CD
(209,214,205)
#D6DBD2
(214,219,210)
#DBE0D7
(219,224,215)
#E0E5DC
(224,229,220)
#E5EAE1
(229,234,225)
#EAEFE6
(234,239,230)
#EFF4EB
(239,244,235)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C7BE color. Also use rgb(194,199,190) instead hex code.

Text Font Color

.myTextColor { color: #C2C7BE; }

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

This text font color is #C2C7BE.

Background Color

.myBgColor { background-color: #C2C7BE; }

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

This div background color is #C2C7BE.

Border color

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

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

This div border color is #C2C7BE.

Opacity

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

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

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

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

This text has shadow with #C2C7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C7BE.

Preview

Color preview on black background

This text has color #C2C7BE on black background.


Color preview on white background

This text has color #C2C7BE on white background.


Black color preview on #C2C7BE background

This text has black color on #C2C7BE background.


White color preview on #C2C7BE background

This text has white color on #C2C7BE background.


Related colors

Complementary color

Complementary color for #hex is #3D3841.


I love getcolorcode.com

Triadic colors

1 #BEC2C7 and #C7BEC2 with #C2C7BE are triadic colors.

2 #BEC7C2 and #C7C2BE with #C2C7BE are triadic colors.