COLOR #C0BEAC

HEX: #C0BEAC
RGB: (192,190,172)

Color info

#C0BEAC contains red, green and blue colors in about the same proportion. Web safe color of #C0BEAC is #CCCC99 (or #CC9).

RGB color model

#C0BEAC color RGB value is (192,190,172).

  • red value is 192;
  • green value is 190;
  • blue value is 172.
RGB:
(192,190,172)
(75%,75%,67%)

RGB channels and saturation

R 192 of 255 = 75%
G 190 of 255 = 75%
B 172 of 255 = 67%

192
190
172

R + G + B ~ 72%. #C0BEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 190 + 172 = 554 (100%)
R 192 of 554 ~ 34.66%
G 190 of 554 ~ 34.3%
B 172 of 554 ~ 31.05%

%34.66
%34.3
%31.05

CMYK color model

#C0BEAC color CMYK value is (0,1,10,25).

  • cyan value is 0.00%
  • magenta value is 1.04%
  • yellow value is 10.42%
  • key color value is 24.71%
CMYK:
(0,1,10,25)
C0M1Y10K25 
(0%,1%,10%,25%)
(0.00/0.01/0.10/0.25)	

CMYK percentages

%0
%1.04
%10.42
%24.71

Codes

Color #C0BEAC in popluar color models

C0BEAC
RGB192190172
HSL54°13.70%71.37%
HSB/HSV54°10.42%75.29%
CMYK0.00%1.04%10.42%
24.71%

Color #C0BEAC in popluar number systems.

HEXC0BEAC
Decimal192190172
Binary110000001011111010101100
Octal300276254

Shades and tints

Shades of #C0BEAC

#C0BEAC
(192,190,172)
#AFAD9D
(175,173,157)
#9E9C8E
(158,156,142)
#8D8B7F
(141,139,127)
#7C7A70
(124,122,112)
#6B6961
(107,105,97)
#5A5852
(90,88,82)
#494743
(73,71,67)
#383634
(56,54,52)
#272525
(39,37,37)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #C0BEAC

#C0BEAC
(192,190,172)
#C5C3B3
(197,195,179)
#CAC8BA
(202,200,186)
#CFCDC1
(207,205,193)
#D4D2C8
(212,210,200)
#D9D7CF
(217,215,207)
#DEDCD6
(222,220,214)
#E3E1DD
(227,225,221)
#E8E6E4
(232,230,228)
#EDEBEB
(237,235,235)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0BEAC; }

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

This text font color is #C0BEAC.


Background Color

.myBgColor { background-color: #C0BEAC; }

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

This div background color is #C0BEAC.


Border color

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

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

This div border color is #C0BEAC.


Opacity

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

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

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

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

This text has shadow with #C0BEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BEAC on black background.


Color preview on white background

This text has color #C0BEAC on white background.



Black color preview on #C0BEAC background

This text has black color on #C0BEAC background.


White color preview on #C0BEAC background

This text has white color on #C0BEAC background.