COLOR #C0CEB8

HEX: #C0CEB8
RGB: (192,206,184)

Color info

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

RGB color model

#C0CEB8 color RGB value is (192,206,184).

  • red value is 192;
  • green value is 206;
  • blue value is 184.
RGB:
(192,206,184)
(75%,81%,72%)

RGB channels and saturation

R 192 of 255 = 75%
G 206 of 255 = 81%
B 184 of 255 = 72%

192
206
184

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

Portions of RGB colors in percentages

R + G + B =
192 + 206 + 184 = 582 (100%)
R 192 of 582 ~ 32.99%
G 206 of 582 ~ 35.4%
B 184 of 582 ~ 31.62%

%32.99
%35.4
%31.62

CMYK color model

#C0CEB8 color CMYK value is (7,0,11,19).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 19.22%
CMYK:
(7,0,11,19)
C7M0Y11K19 
(7%,0%,11%,19%)
(0.07/0.00/0.11/0.19)	

CMYK percentages

%6.8
%0
%10.68
%19.22

Codes

Color #C0CEB8 in popluar color models

C0CEB8
RGB192206184
HSL98°18.33%76.47%
HSB/HSV98°10.68%80.78%
CMYK6.80%0.00%10.68%
19.22%

Color #C0CEB8 in popluar number systems.

HEXC0CEB8
Decimal192206184
Binary110000001100111010111000
Octal300316270

Shades and tints

Shades of #C0CEB8

#C0CEB8
(192,206,184)
#AFBCA8
(175,188,168)
#9EAA98
(158,170,152)
#8D9888
(141,152,136)
#7C8678
(124,134,120)
#6B7468
(107,116,104)
#5A6258
(90,98,88)
#495048
(73,80,72)
#383E38
(56,62,56)
#272C28
(39,44,40)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #C0CEB8

#C0CEB8
(192,206,184)
#C5D2BE
(197,210,190)
#CAD6C4
(202,214,196)
#CFDACA
(207,218,202)
#D4DED0
(212,222,208)
#D9E2D6
(217,226,214)
#DEE6DC
(222,230,220)
#E3EAE2
(227,234,226)
#E8EEE8
(232,238,232)
#EDF2EE
(237,242,238)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CEB8 color. Also use rgb(192,206,184) instead hex code.

Text Font Color

.myTextColor { color: #C0CEB8; }

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

This text font color is #C0CEB8.


Background Color

.myBgColor { background-color: #C0CEB8; }

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

This div background color is #C0CEB8.


Border color

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

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

This div border color is #C0CEB8.


Opacity

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

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

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

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

This text has shadow with #C0CEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CEB8 on black background.


Color preview on white background

This text has color #C0CEB8 on white background.



Black color preview on #C0CEB8 background

This text has black color on #C0CEB8 background.


White color preview on #C0CEB8 background

This text has white color on #C0CEB8 background.