COLOR #C0CEBB

HEX: #C0CEBB
RGB: (192,206,187)

Color info

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

RGB color model

#C0CEBB color RGB value is (192,206,187).

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

RGB channels and saturation

R 192 of 255 = 75%
G 206 of 255 = 81%
B 187 of 255 = 73%

192
206
187

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

Portions of RGB colors in percentages

R + G + B =
192 + 206 + 187 = 585 (100%)
R 192 of 585 ~ 32.82%
G 206 of 585 ~ 35.21%
B 187 of 585 ~ 31.97%

%32.82
%35.21
%31.97

CMYK color model

#C0CEBB color CMYK value is (7,0,9,19).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 9.22%
  • key color value is 19.22%
CMYK:
(7,0,9,19)
C7M0Y9K19 
(7%,0%,9%,19%)
(0.07/0.00/0.09/0.19)	

CMYK percentages

%6.8
%0
%9.22
%19.22

Codes

Color #C0CEBB in popluar color models

C0CEBB
RGB192206187
HSL104°16.24%77.06%
HSB/HSV104°9.22%80.78%
CMYK6.80%0.00%9.22%
19.22%

Color #C0CEBB in popluar number systems.

HEXC0CEBB
Decimal192206187
Binary110000001100111010111011
Octal300316273

Shades and tints

Shades of #C0CEBB

#C0CEBB
(192,206,187)
#AFBCAA
(175,188,170)
#9EAA99
(158,170,153)
#8D9888
(141,152,136)
#7C8677
(124,134,119)
#6B7466
(107,116,102)
#5A6255
(90,98,85)
#495044
(73,80,68)
#383E33
(56,62,51)
#272C22
(39,44,34)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #C0CEBB

#C0CEBB
(192,206,187)
#C5D2C1
(197,210,193)
#CAD6C7
(202,214,199)
#CFDACD
(207,218,205)
#D4DED3
(212,222,211)
#D9E2D9
(217,226,217)
#DEE6DF
(222,230,223)
#E3EAE5
(227,234,229)
#E8EEEB
(232,238,235)
#EDF2F1
(237,242,241)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CEBB; }

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

This text font color is #C0CEBB.


Background Color

.myBgColor { background-color: #C0CEBB; }

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

This div background color is #C0CEBB.


Border color

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

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

This div border color is #C0CEBB.


Opacity

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

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

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

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

This text has shadow with #C0CEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CEBB on black background.


Color preview on white background

This text has color #C0CEBB on white background.



Black color preview on #C0CEBB background

This text has black color on #C0CEBB background.


White color preview on #C0CEBB background

This text has white color on #C0CEBB background.