COLOR #C2BABB

HEX: #C2BABB RGB: (194,186,187)

Color info

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

RGB color model

#C2BABB color RGB value is (194,186,187).

RGB: (194,186,187) (76%, 73%, 73%)

RGB channels and saturation

R 194 of 255 = 76%
G 186 of 255 = 73%
B 187 of 255 = 73%

194
186
187

R + G + B ~ 74%. #C2BABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 186 + 187 = 567 (100%)
R 194 of 567 ~ 34.22%
G 186 of 567 ~ 32.8%
B 187 of 567 ~ 32.98'%

%34.22
%32.8
%32.98

CMYK color model

#C2BABB color CMYK value is (0,4,4,24).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 3.61%
  • key color value is 23.92%

CMYK: (0,4,4,24)
C0M4Y4K24 (0%, 4%, 4%, 24%)
(0.00 / 0.04 / 0.04 / 0.24)

CMYK percentages

%0
%4.12
%3.61
%23.92

Codes

Color #C2BABB in popluar color models

C2 BA BB
RGB 194 186 187
HSL 353° 6.15% 74.51%
HSB/HSV 353° 4.12% 76.08%
CMYK 0.00% 4.12% 3.61%
23.92%

Color #C2BABB in popluar number systems.

HEX C2 BA BB
Decimal 194 186 187
Binary 11000010 10111010 10111011
Octal 302 272 273

Shades and tints

Shades of #C2BABB

#C2BABB
(194,186,187)
#B1AAAA
(177,170,170)
#A09A99
(160,154,153)
#8F8A88
(143,138,136)
#7E7A77
(126,122,119)
#6D6A66
(109,106,102)
#5C5A55
(92,90,85)
#4B4A44
(75,74,68)
#3A3A33
(58,58,51)
#292A22
(41,42,34)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #C2BABB

#C2BABB
(194,186,187)
#C7C0C1
(199,192,193)
#CCC6C7
(204,198,199)
#D1CCCD
(209,204,205)
#D6D2D3
(214,210,211)
#DBD8D9
(219,216,217)
#E0DEDF
(224,222,223)
#E5E4E5
(229,228,229)
#EAEAEB
(234,234,235)
#EFF0F1
(239,240,241)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BABB color. Also use rgb(194,186,187) instead hex code.

Text Font Color

.myTextColor { color: #C2BABB; }

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

This text font color is #C2BABB.

Background Color

.myBgColor { background-color: #C2BABB; }

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

This div background color is #C2BABB.

Border color

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

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

This div border color is #C2BABB.

Opacity

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

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

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

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

This text has shadow with #C2BABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2BABB.

Preview

Color preview on black background

This text has color #C2BABB on black background.


Color preview on white background

This text has color #C2BABB on white background.


Black color preview on #C2BABB background

This text has black color on #C2BABB background.


White color preview on #C2BABB background

This text has white color on #C2BABB background.


Related colors

Complementary color

Complementary color for #hex is #3D4544.


I love getcolorcode.com

Triadic colors

1 #BBC2BA and #BABBC2 with #C2BABB are triadic colors.

2 #BBBAC2 and #BAC2BB with #C2BABB are triadic colors.