COLOR #C0BEB4

HEX: #C0BEB4 RGB: (192,190,180)

Color info

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

RGB color model

#C0BEB4 color RGB value is (192,190,180).

RGB: (192,190,180) (75%, 75%, 71%)

RGB channels and saturation

R 192 of 255 = 75%
G 190 of 255 = 75%
B 180 of 255 = 71%

192
190
180

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

Portions of RGB colors in percentages

R + G + B = 192 + 190 + 180 = 562 (100%)
R 192 of 562 ~ 34.16%
G 190 of 562 ~ 33.81%
B 180 of 562 ~ 32.03'%

%34.16
%33.81
%32.03

CMYK color model

#C0BEB4 color CMYK value is (0,1,6,25).

  • cyan value is 0.00%
  • magenta value is 1.04%
  • yellow value is 6.25%
  • key color value is 24.71%

CMYK: (0,1,6,25)
C0M1Y6K25 (0%, 1%, 6%, 25%)
(0.00 / 0.01 / 0.06 / 0.25)

CMYK percentages

%0
%1.04
%6.25
%24.71

Codes

Color #C0BEB4 in popluar color models

C0 BE B4
RGB 192 190 180
HSL 50° 8.70% 72.94%
HSB/HSV 50° 6.25% 75.29%
CMYK 0.00% 1.04% 6.25%
24.71%

Color #C0BEB4 in popluar number systems.

HEX C0 BE B4
Decimal 192 190 180
Binary 11000000 10111110 10110100
Octal 300 276 264

Shades and tints

Shades of #C0BEB4

#C0BEB4
(192,190,180)
#AFADA4
(175,173,164)
#9E9C94
(158,156,148)
#8D8B84
(141,139,132)
#7C7A74
(124,122,116)
#6B6964
(107,105,100)
#5A5854
(90,88,84)
#494744
(73,71,68)
#383634
(56,54,52)
#272524
(39,37,36)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #C0BEB4

#C0BEB4
(192,190,180)
#C5C3BA
(197,195,186)
#CAC8C0
(202,200,192)
#CFCDC6
(207,205,198)
#D4D2CC
(212,210,204)
#D9D7D2
(217,215,210)
#DEDCD8
(222,220,216)
#E3E1DE
(227,225,222)
#E8E6E4
(232,230,228)
#EDEBEA
(237,235,234)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0BEB4 color. Also use rgb(192,190,180) instead hex code.

Text Font Color

.myTextColor { color: #C0BEB4; }

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

This text font color is #C0BEB4.

Background Color

.myBgColor { background-color: #C0BEB4; }

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

This div background color is #C0BEB4.

Border color

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

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

This div border color is #C0BEB4.

Opacity

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

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

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

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

This text has shadow with #C0BEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0BEB4.

Preview

Color preview on black background

This text has color #C0BEB4 on black background.


Color preview on white background

This text has color #C0BEB4 on white background.


Black color preview on #C0BEB4 background

This text has black color on #C0BEB4 background.


White color preview on #C0BEB4 background

This text has white color on #C0BEB4 background.


Related colors

Complementary color

Complementary color for #hex is #3F414B.


I love getcolorcode.com

Triadic colors

1 #B4C0BE and #BEB4C0 with #C0BEB4 are triadic colors.

2 #B4BEC0 and #BEC0B4 with #C0BEB4 are triadic colors.