COLOR #C2CEAD

HEX: #C2CEAD
RGB: (194,206,173)

Color info

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

RGB color model

#C2CEAD color RGB value is (194,206,173).

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

RGB channels and saturation

R 194 of 255 = 76%
G 206 of 255 = 81%
B 173 of 255 = 68%

194
206
173

R + G + B ~ 75%. #C2CEAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 206 + 173 = 573 (100%)
R 194 of 573 ~ 33.86%
G 206 of 573 ~ 35.95%
B 173 of 573 ~ 30.19%

%33.86
%35.95
%30.19

CMYK color model

#C2CEAD color CMYK value is (6,0,16,19).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 16.02%
  • key color value is 19.22%
CMYK:
(6,0,16,19)
C6M0Y16K19 
(6%,0%,16%,19%)
(0.06/0.00/0.16/0.19)	

CMYK percentages

%5.83
%0
%16.02
%19.22

Codes

Color #C2CEAD in popluar color models

C2CEAD
RGB194206173
HSL82°25.19%74.31%
HSB/HSV82°16.02%80.78%
CMYK5.83%0.00%16.02%
19.22%

Color #C2CEAD in popluar number systems.

HEXC2CEAD
Decimal194206173
Binary110000101100111010101101
Octal302316255

Shades and tints

Shades of #C2CEAD

#C2CEAD
(194,206,173)
#B1BC9E
(177,188,158)
#A0AA8F
(160,170,143)
#8F9880
(143,152,128)
#7E8671
(126,134,113)
#6D7462
(109,116,98)
#5C6253
(92,98,83)
#4B5044
(75,80,68)
#3A3E35
(58,62,53)
#292C26
(41,44,38)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #C2CEAD

#C2CEAD
(194,206,173)
#C7D2B4
(199,210,180)
#CCD6BB
(204,214,187)
#D1DAC2
(209,218,194)
#D6DEC9
(214,222,201)
#DBE2D0
(219,226,208)
#E0E6D7
(224,230,215)
#E5EADE
(229,234,222)
#EAEEE5
(234,238,229)
#EFF2EC
(239,242,236)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CEAD; }

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

This text font color is #C2CEAD.


Background Color

.myBgColor { background-color: #C2CEAD; }

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

This div background color is #C2CEAD.


Border color

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

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

This div border color is #C2CEAD.


Opacity

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

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

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

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

This text has shadow with #C2CEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CEAD on black background.


Color preview on white background

This text has color #C2CEAD on white background.



Black color preview on #C2CEAD background

This text has black color on #C2CEAD background.


White color preview on #C2CEAD background

This text has white color on #C2CEAD background.