COLOR #C2B28E

HEX: #C2B28E
RGB: (194,178,142)

Color info

#C2B28E contains red, green and blue colors in about the same proportion. Web safe color of #C2B28E is #CC9999 (or #C99).

RGB color model

#C2B28E color RGB value is (194,178,142).

  • red value is 194;
  • green value is 178;
  • blue value is 142.
RGB:
(194,178,142)
(76%,70%,56%)

RGB channels and saturation

R 194 of 255 = 76%
G 178 of 255 = 70%
B 142 of 255 = 56%

194
178
142

R + G + B ~ 67%. #C2B28E is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 178 + 142 = 514 (100%)
R 194 of 514 ~ 37.74%
G 178 of 514 ~ 34.63%
B 142 of 514 ~ 27.63%

%37.74
%34.63
%27.63

CMYK color model

#C2B28E color CMYK value is (0,8,27,24).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 26.80%
  • key color value is 23.92%
CMYK:
(0,8,27,24)
C0M8Y27K24 
(0%,8%,27%,24%)
(0.00/0.08/0.27/0.24)	

CMYK percentages

%0
%8.25
%26.8
%23.92

Codes

Color #C2B28E in popluar color models

C2B28E
RGB194178142
HSL42°29.89%65.88%
HSB/HSV42°26.80%76.08%
CMYK0.00%8.25%26.80%
23.92%

Color #C2B28E in popluar number systems.

HEXC2B28E
Decimal194178142
Binary110000101011001010001110
Octal302262216

Shades and tints

Shades of #C2B28E

#C2B28E
(194,178,142)
#B1A282
(177,162,130)
#A09276
(160,146,118)
#8F826A
(143,130,106)
#7E725E
(126,114,94)
#6D6252
(109,98,82)
#5C5246
(92,82,70)
#4B423A
(75,66,58)
#3A322E
(58,50,46)
#292222
(41,34,34)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #C2B28E

#C2B28E
(194,178,142)
#C7B998
(199,185,152)
#CCC0A2
(204,192,162)
#D1C7AC
(209,199,172)
#D6CEB6
(214,206,182)
#DBD5C0
(219,213,192)
#E0DCCA
(224,220,202)
#E5E3D4
(229,227,212)
#EAEADE
(234,234,222)
#EFF1E8
(239,241,232)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B28E color. Also use rgb(194,178,142) instead hex code.

Text Font Color

.myTextColor { color: #C2B28E; }

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

This text font color is #C2B28E.


Background Color

.myBgColor { background-color: #C2B28E; }

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

This div background color is #C2B28E.


Border color

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

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

This div border color is #C2B28E.


Opacity

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

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

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

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

This text has shadow with #C2B28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B28E on black background.


Color preview on white background

This text has color #C2B28E on white background.



Black color preview on #C2B28E background

This text has black color on #C2B28E background.


White color preview on #C2B28E background

This text has white color on #C2B28E background.