COLOR #C2CEB6

HEX: #C2CEB6
RGB: (194,206,182)

Color info

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

RGB color model

#C2CEB6 color RGB value is (194,206,182).

  • red value is 194;
  • green value is 206;
  • blue value is 182.
RGB:
(194,206,182)
(76%,81%,71%)

RGB channels and saturation

R 194 of 255 = 76%
G 206 of 255 = 81%
B 182 of 255 = 71%

194
206
182

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

Portions of RGB colors in percentages

R + G + B =
194 + 206 + 182 = 582 (100%)
R 194 of 582 ~ 33.33%
G 206 of 582 ~ 35.4%
B 182 of 582 ~ 31.27%

%33.33
%35.4
%31.27

CMYK color model

#C2CEB6 color CMYK value is (6,0,12,19).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 19.22%
CMYK:
(6,0,12,19)
C6M0Y12K19 
(6%,0%,12%,19%)
(0.06/0.00/0.12/0.19)	

CMYK percentages

%5.83
%0
%11.65
%19.22

Codes

Color #C2CEB6 in popluar color models

C2CEB6
RGB194206182
HSL90°19.67%76.08%
HSB/HSV90°11.65%80.78%
CMYK5.83%0.00%11.65%
19.22%

Color #C2CEB6 in popluar number systems.

HEXC2CEB6
Decimal194206182
Binary110000101100111010110110
Octal302316266

Shades and tints

Shades of #C2CEB6

#C2CEB6
(194,206,182)
#B1BCA6
(177,188,166)
#A0AA96
(160,170,150)
#8F9886
(143,152,134)
#7E8676
(126,134,118)
#6D7466
(109,116,102)
#5C6256
(92,98,86)
#4B5046
(75,80,70)
#3A3E36
(58,62,54)
#292C26
(41,44,38)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #C2CEB6

#C2CEB6
(194,206,182)
#C7D2BC
(199,210,188)
#CCD6C2
(204,214,194)
#D1DAC8
(209,218,200)
#D6DECE
(214,222,206)
#DBE2D4
(219,226,212)
#E0E6DA
(224,230,218)
#E5EAE0
(229,234,224)
#EAEEE6
(234,238,230)
#EFF2EC
(239,242,236)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CEB6 color. Also use rgb(194,206,182) instead hex code.

Text Font Color

.myTextColor { color: #C2CEB6; }

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

This text font color is #C2CEB6.


Background Color

.myBgColor { background-color: #C2CEB6; }

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

This div background color is #C2CEB6.


Border color

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

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

This div border color is #C2CEB6.


Opacity

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

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

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

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

This text has shadow with #C2CEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CEB6 on black background.


Color preview on white background

This text has color #C2CEB6 on white background.



Black color preview on #C2CEB6 background

This text has black color on #C2CEB6 background.


White color preview on #C2CEB6 background

This text has white color on #C2CEB6 background.