COLOR #C2B88E

HEX: #C2B88E RGB: (194,184,142)

Color info

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

RGB color model

#C2B88E color RGB value is (194,184,142).

RGB: (194,184,142) (76%, 72%, 56%)

RGB channels and saturation

R 194 of 255 = 76%
G 184 of 255 = 72%
B 142 of 255 = 56%

194
184
142

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

Portions of RGB colors in percentages

R + G + B = 194 + 184 + 142 = 520 (100%)
R 194 of 520 ~ 37.31%
G 184 of 520 ~ 35.38%
B 142 of 520 ~ 27.31'%

%37.31
%35.38
%27.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 26.80%
  • 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
%26.8
%23.92

Codes

Color #C2B88E in popluar color models

C2 B8 8E
RGB 194 184 142
HSL 48° 29.89% 65.88%
HSB/HSV 48° 26.80% 76.08%
CMYK 0.00% 5.15% 26.80%
23.92%

Color #C2B88E in popluar number systems.

HEX C2 B8 8E
Decimal 194 184 142
Binary 11000010 10111000 10001110
Octal 302 270 216

Shades and tints

Shades of #C2B88E

#C2B88E
(194,184,142)
#B1A882
(177,168,130)
#A09876
(160,152,118)
#8F886A
(143,136,106)
#7E785E
(126,120,94)
#6D6852
(109,104,82)
#5C5846
(92,88,70)
#4B483A
(75,72,58)
#3A382E
(58,56,46)
#292822
(41,40,34)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #C2B88E

#C2B88E
(194,184,142)
#C7BE98
(199,190,152)
#CCC4A2
(204,196,162)
#D1CAAC
(209,202,172)
#D6D0B6
(214,208,182)
#DBD6C0
(219,214,192)
#E0DCCA
(224,220,202)
#E5E2D4
(229,226,212)
#EAE8DE
(234,232,222)
#EFEEE8
(239,238,232)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B88E; }

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

This text font color is #C2B88E.

Background Color

.myBgColor { background-color: #C2B88E; }

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

This div background color is #C2B88E.

Border color

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

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

This div border color is #C2B88E.

Opacity

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

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

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

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

This text has shadow with #C2B88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B88E.

Preview

Color preview on black background

This text has color #C2B88E on black background.


Color preview on white background

This text has color #C2B88E on white background.


Black color preview on #C2B88E background

This text has black color on #C2B88E background.


White color preview on #C2B88E background

This text has white color on #C2B88E background.


Related colors

Complementary color

Complementary color for #hex is #3D4771.


I love getcolorcode.com

Triadic colors

1 #8EC2B8 and #B88EC2 with #C2B88E are triadic colors.

2 #8EB8C2 and #B8C28E with #C2B88E are triadic colors.