COLOR #C4BEB3

HEX: #C4BEB3
RGB: (196,190,179)

Color info

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

RGB color model

#C4BEB3 color RGB value is (196,190,179).

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

RGB channels and saturation

R 196 of 255 = 77%
G 190 of 255 = 75%
B 179 of 255 = 70%

196
190
179

R + G + B ~ 74%. #C4BEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 190 + 179 = 565 (100%)
R 196 of 565 ~ 34.69%
G 190 of 565 ~ 33.63%
B 179 of 565 ~ 31.68%

%34.69
%33.63
%31.68

CMYK color model

#C4BEB3 color CMYK value is (0,3,9,23).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 8.67%
  • key color value is 23.14%
CMYK:
(0,3,9,23)
C0M3Y9K23 
(0%,3%,9%,23%)
(0.00/0.03/0.09/0.23)	

CMYK percentages

%0
%3.06
%8.67
%23.14

Codes

Color #C4BEB3 in popluar color models

C4BEB3
RGB196190179
HSL39°12.59%73.53%
HSB/HSV39°8.67%76.86%
CMYK0.00%3.06%8.67%
23.14%

Color #C4BEB3 in popluar number systems.

HEXC4BEB3
Decimal196190179
Binary110001001011111010110011
Octal304276263

Shades and tints

Shades of #C4BEB3

#C4BEB3
(196,190,179)
#B3ADA3
(179,173,163)
#A29C93
(162,156,147)
#918B83
(145,139,131)
#807A73
(128,122,115)
#6F6963
(111,105,99)
#5E5853
(94,88,83)
#4D4743
(77,71,67)
#3C3633
(60,54,51)
#2B2523
(43,37,35)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #C4BEB3

#C4BEB3
(196,190,179)
#C9C3B9
(201,195,185)
#CEC8BF
(206,200,191)
#D3CDC5
(211,205,197)
#D8D2CB
(216,210,203)
#DDD7D1
(221,215,209)
#E2DCD7
(226,220,215)
#E7E1DD
(231,225,221)
#ECE6E3
(236,230,227)
#F1EBE9
(241,235,233)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BEB3; }

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

This text font color is #C4BEB3.


Background Color

.myBgColor { background-color: #C4BEB3; }

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

This div background color is #C4BEB3.


Border color

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

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

This div border color is #C4BEB3.


Opacity

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

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

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

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

This text has shadow with #C4BEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BEB3 on black background.


Color preview on white background

This text has color #C4BEB3 on white background.



Black color preview on #C4BEB3 background

This text has black color on #C4BEB3 background.


White color preview on #C4BEB3 background

This text has white color on #C4BEB3 background.