COLOR #C2B88D

HEX: #C2B88D
RGB: (194,184,141)

Color info

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

RGB color model

#C2B88D color RGB value is (194,184,141).

  • red value is 194;
  • green value is 184;
  • blue value is 141.
RGB:
(194,184,141)
(76%,72%,55%)

RGB channels and saturation

R 194 of 255 = 76%
G 184 of 255 = 72%
B 141 of 255 = 55%

194
184
141

R + G + B ~ 68%. #C2B88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 184 + 141 = 519 (100%)
R 194 of 519 ~ 37.38%
G 184 of 519 ~ 35.45%
B 141 of 519 ~ 27.17%

%37.38
%35.45
%27.17

CMYK color model

#C2B88D color CMYK value is (0,5,27,24).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 27.32%
  • key color value is 23.92%
CMYK:
(0,5,27,24)
C0M5Y27K24 
(0%,5%,27%,24%)
(0.00/0.05/0.27/0.24)	

CMYK percentages

%0
%5.15
%27.32
%23.92

Codes

Color #C2B88D in popluar color models

C2B88D
RGB194184141
HSL49°30.29%65.69%
HSB/HSV49°27.32%76.08%
CMYK0.00%5.15%27.32%
23.92%

Color #C2B88D in popluar number systems.

HEXC2B88D
Decimal194184141
Binary110000101011100010001101
Octal302270215

Shades and tints

Shades of #C2B88D

#C2B88D
(194,184,141)
#B1A881
(177,168,129)
#A09875
(160,152,117)
#8F8869
(143,136,105)
#7E785D
(126,120,93)
#6D6851
(109,104,81)
#5C5845
(92,88,69)
#4B4839
(75,72,57)
#3A382D
(58,56,45)
#292821
(41,40,33)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #C2B88D

#C2B88D
(194,184,141)
#C7BE97
(199,190,151)
#CCC4A1
(204,196,161)
#D1CAAB
(209,202,171)
#D6D0B5
(214,208,181)
#DBD6BF
(219,214,191)
#E0DCC9
(224,220,201)
#E5E2D3
(229,226,211)
#EAE8DD
(234,232,221)
#EFEEE7
(239,238,231)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B88D color. Also use rgb(194,184,141) instead hex code.

Text Font Color

.myTextColor { color: #C2B88D; }

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

This text font color is #C2B88D.


Background Color

.myBgColor { background-color: #C2B88D; }

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

This div background color is #C2B88D.


Border color

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

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

This div border color is #C2B88D.


Opacity

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

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

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

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

This text has shadow with #C2B88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B88D on black background.


Color preview on white background

This text has color #C2B88D on white background.



Black color preview on #C2B88D background

This text has black color on #C2B88D background.


White color preview on #C2B88D background

This text has white color on #C2B88D background.