COLOR #C2BB90

HEX: #C2BB90
RGB: (194,187,144)

Color info

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

RGB color model

#C2BB90 color RGB value is (194,187,144).

  • red value is 194;
  • green value is 187;
  • blue value is 144.
RGB:
(194,187,144)
(76%,73%,56%)

RGB channels and saturation

R 194 of 255 = 76%
G 187 of 255 = 73%
B 144 of 255 = 56%

194
187
144

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

Portions of RGB colors in percentages

R + G + B =
194 + 187 + 144 = 525 (100%)
R 194 of 525 ~ 36.95%
G 187 of 525 ~ 35.62%
B 144 of 525 ~ 27.43%

%36.95
%35.62
%27.43

CMYK color model

#C2BB90 color CMYK value is (0,4,26,24).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 25.77%
  • key color value is 23.92%
CMYK:
(0,4,26,24)
C0M4Y26K24 
(0%,4%,26%,24%)
(0.00/0.04/0.26/0.24)	

CMYK percentages

%0
%3.61
%25.77
%23.92

Codes

Color #C2BB90 in popluar color models

C2BB90
RGB194187144
HSL52°29.07%66.27%
HSB/HSV52°25.77%76.08%
CMYK0.00%3.61%25.77%
23.92%

Color #C2BB90 in popluar number systems.

HEXC2BB90
Decimal194187144
Binary110000101011101110010000
Octal302273220

Shades and tints

Shades of #C2BB90

#C2BB90
(194,187,144)
#B1AA83
(177,170,131)
#A09976
(160,153,118)
#8F8869
(143,136,105)
#7E775C
(126,119,92)
#6D664F
(109,102,79)
#5C5542
(92,85,66)
#4B4435
(75,68,53)
#3A3328
(58,51,40)
#29221B
(41,34,27)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #C2BB90

#C2BB90
(194,187,144)
#C7C19A
(199,193,154)
#CCC7A4
(204,199,164)
#D1CDAE
(209,205,174)
#D6D3B8
(214,211,184)
#DBD9C2
(219,217,194)
#E0DFCC
(224,223,204)
#E5E5D6
(229,229,214)
#EAEBE0
(234,235,224)
#EFF1EA
(239,241,234)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BB90 color. Also use rgb(194,187,144) instead hex code.

Text Font Color

.myTextColor { color: #C2BB90; }

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

This text font color is #C2BB90.


Background Color

.myBgColor { background-color: #C2BB90; }

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

This div background color is #C2BB90.


Border color

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

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

This div border color is #C2BB90.


Opacity

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

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

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

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

This text has shadow with #C2BB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BB90 on black background.


Color preview on white background

This text has color #C2BB90 on white background.



Black color preview on #C2BB90 background

This text has black color on #C2BB90 background.


White color preview on #C2BB90 background

This text has white color on #C2BB90 background.