COLOR #C4BEA2

HEX: #C4BEA2
RGB: (196,190,162)

Color info

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

RGB color model

#C4BEA2 color RGB value is (196,190,162).

  • red value is 196;
  • green value is 190;
  • blue value is 162.
RGB:
(196,190,162)
(77%,75%,64%)

RGB channels and saturation

R 196 of 255 = 77%
G 190 of 255 = 75%
B 162 of 255 = 64%

196
190
162

R + G + B ~ 72%. #C4BEA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 190 + 162 = 548 (100%)
R 196 of 548 ~ 35.77%
G 190 of 548 ~ 34.67%
B 162 of 548 ~ 29.56%

%35.77
%34.67
%29.56

CMYK color model

#C4BEA2 color CMYK value is (0,3,17,23).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 17.35%
  • key color value is 23.14%
CMYK:
(0,3,17,23)
C0M3Y17K23 
(0%,3%,17%,23%)
(0.00/0.03/0.17/0.23)	

CMYK percentages

%0
%3.06
%17.35
%23.14

Codes

Color #C4BEA2 in popluar color models

C4BEA2
RGB196190162
HSL49°22.37%70.20%
HSB/HSV49°17.35%76.86%
CMYK0.00%3.06%17.35%
23.14%

Color #C4BEA2 in popluar number systems.

HEXC4BEA2
Decimal196190162
Binary110001001011111010100010
Octal304276242

Shades and tints

Shades of #C4BEA2

#C4BEA2
(196,190,162)
#B3AD94
(179,173,148)
#A29C86
(162,156,134)
#918B78
(145,139,120)
#807A6A
(128,122,106)
#6F695C
(111,105,92)
#5E584E
(94,88,78)
#4D4740
(77,71,64)
#3C3632
(60,54,50)
#2B2524
(43,37,36)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #C4BEA2

#C4BEA2
(196,190,162)
#C9C3AA
(201,195,170)
#CEC8B2
(206,200,178)
#D3CDBA
(211,205,186)
#D8D2C2
(216,210,194)
#DDD7CA
(221,215,202)
#E2DCD2
(226,220,210)
#E7E1DA
(231,225,218)
#ECE6E2
(236,230,226)
#F1EBEA
(241,235,234)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BEA2 color. Also use rgb(196,190,162) instead hex code.

Text Font Color

.myTextColor { color: #C4BEA2; }

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

This text font color is #C4BEA2.


Background Color

.myBgColor { background-color: #C4BEA2; }

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

This div background color is #C4BEA2.


Border color

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

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

This div border color is #C4BEA2.


Opacity

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

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

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

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

This text has shadow with #C4BEA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BEA2 on black background.


Color preview on white background

This text has color #C4BEA2 on white background.



Black color preview on #C4BEA2 background

This text has black color on #C4BEA2 background.


White color preview on #C4BEA2 background

This text has white color on #C4BEA2 background.