COLOR #C2B7B4

HEX: #C2B7B4 RGB: (194,183,180)

Color info

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

RGB color model

#C2B7B4 color RGB value is (194,183,180).

RGB: (194,183,180) (76%, 72%, 71%)

RGB channels and saturation

R 194 of 255 = 76%
G 183 of 255 = 72%
B 180 of 255 = 71%

194
183
180

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

Portions of RGB colors in percentages

R + G + B = 194 + 183 + 180 = 557 (100%)
R 194 of 557 ~ 34.83%
G 183 of 557 ~ 32.85%
B 180 of 557 ~ 32.32'%

%34.83
%32.85
%32.32

CMYK color model

#C2B7B4 color CMYK value is (0,6,7,24).

  • cyan value is 0.00%
  • magenta value is 5.67%
  • yellow value is 7.22%
  • key color value is 23.92%

CMYK: (0,6,7,24)
C0M6Y7K24 (0%, 6%, 7%, 24%)
(0.00 / 0.06 / 0.07 / 0.24)

CMYK percentages

%0
%5.67
%7.22
%23.92

Codes

Color #C2B7B4 in popluar color models

C2 B7 B4
RGB 194 183 180
HSL 13° 10.29% 73.33%
HSB/HSV 13° 7.22% 76.08%
CMYK 0.00% 5.67% 7.22%
23.92%

Color #C2B7B4 in popluar number systems.

HEX C2 B7 B4
Decimal 194 183 180
Binary 11000010 10110111 10110100
Octal 302 267 264

Shades and tints

Shades of #C2B7B4

#C2B7B4
(194,183,180)
#B1A7A4
(177,167,164)
#A09794
(160,151,148)
#8F8784
(143,135,132)
#7E7774
(126,119,116)
#6D6764
(109,103,100)
#5C5754
(92,87,84)
#4B4744
(75,71,68)
#3A3734
(58,55,52)
#292724
(41,39,36)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #C2B7B4

#C2B7B4
(194,183,180)
#C7BDBA
(199,189,186)
#CCC3C0
(204,195,192)
#D1C9C6
(209,201,198)
#D6CFCC
(214,207,204)
#DBD5D2
(219,213,210)
#E0DBD8
(224,219,216)
#E5E1DE
(229,225,222)
#EAE7E4
(234,231,228)
#EFEDEA
(239,237,234)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B7B4 color. Also use rgb(194,183,180) instead hex code.

Text Font Color

.myTextColor { color: #C2B7B4; }

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

This text font color is #C2B7B4.

Background Color

.myBgColor { background-color: #C2B7B4; }

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

This div background color is #C2B7B4.

Border color

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

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

This div border color is #C2B7B4.

Opacity

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

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

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

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

This text has shadow with #C2B7B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B7B4.

Preview

Color preview on black background

This text has color #C2B7B4 on black background.


Color preview on white background

This text has color #C2B7B4 on white background.


Black color preview on #C2B7B4 background

This text has black color on #C2B7B4 background.


White color preview on #C2B7B4 background

This text has white color on #C2B7B4 background.


Related colors

Complementary color

Complementary color for #hex is #3D484B.


I love getcolorcode.com

Triadic colors

1 #B4C2B7 and #B7B4C2 with #C2B7B4 are triadic colors.

2 #B4B7C2 and #B7C2B4 with #C2B7B4 are triadic colors.