COLOR #C4BEB9

HEX: #C4BEB9
RGB: (196,190,185)

Color info

#C4BEB9 contains red, green and blue colors in about the same proportion. Web safe color of #C4BEB9 is #CCCCCC (or #CCC).

RGB color model

#C4BEB9 color RGB value is (196,190,185).

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

RGB channels and saturation

R 196 of 255 = 77%
G 190 of 255 = 75%
B 185 of 255 = 73%

196
190
185

R + G + B ~ 75%. #C4BEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 190 + 185 = 571 (100%)
R 196 of 571 ~ 34.33%
G 190 of 571 ~ 33.27%
B 185 of 571 ~ 32.4%

%34.33
%33.27
%32.4

CMYK color model

#C4BEB9 color CMYK value is (0,3,6,23).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 5.61%
  • key color value is 23.14%
CMYK:
(0,3,6,23)
C0M3Y6K23 
(0%,3%,6%,23%)
(0.00/0.03/0.06/0.23)	

CMYK percentages

%0
%3.06
%5.61
%23.14

Codes

Color #C4BEB9 in popluar color models

C4BEB9
RGB196190185
HSL27°8.53%74.71%
HSB/HSV27°5.61%76.86%
CMYK0.00%3.06%5.61%
23.14%

Color #C4BEB9 in popluar number systems.

HEXC4BEB9
Decimal196190185
Binary110001001011111010111001
Octal304276271

Shades and tints

Shades of #C4BEB9

#C4BEB9
(196,190,185)
#B3ADA9
(179,173,169)
#A29C99
(162,156,153)
#918B89
(145,139,137)
#807A79
(128,122,121)
#6F6969
(111,105,105)
#5E5859
(94,88,89)
#4D4749
(77,71,73)
#3C3639
(60,54,57)
#2B2529
(43,37,41)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #C4BEB9

#C4BEB9
(196,190,185)
#C9C3BF
(201,195,191)
#CEC8C5
(206,200,197)
#D3CDCB
(211,205,203)
#D8D2D1
(216,210,209)
#DDD7D7
(221,215,215)
#E2DCDD
(226,220,221)
#E7E1E3
(231,225,227)
#ECE6E9
(236,230,233)
#F1EBEF
(241,235,239)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BEB9; }

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

This text font color is #C4BEB9.


Background Color

.myBgColor { background-color: #C4BEB9; }

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

This div background color is #C4BEB9.


Border color

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

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

This div border color is #C4BEB9.


Opacity

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

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

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

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

This text has shadow with #C4BEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BEB9 on black background.


Color preview on white background

This text has color #C4BEB9 on white background.



Black color preview on #C4BEB9 background

This text has black color on #C4BEB9 background.


White color preview on #C4BEB9 background

This text has white color on #C4BEB9 background.