COLOR #C3BEB1

HEX: #C3BEB1 RGB: (195,190,177)

Color info

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

RGB color model

#C3BEB1 color RGB value is (195,190,177).

RGB: (195,190,177) (76%, 75%, 69%)

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 177 of 255 = 69%

195
190
177

R + G + B ~ 73%. #C3BEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 190 + 177 = 562 (100%)
R 195 of 562 ~ 34.7%
G 190 of 562 ~ 33.81%
B 177 of 562 ~ 31.49'%

%34.7
%33.81
%31.49

CMYK color model

#C3BEB1 color CMYK value is (0,3,9,24).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 9.23%
  • key color value is 23.53%

CMYK: (0,3,9,24)
C0M3Y9K24 (0%, 3%, 9%, 24%)
(0.00 / 0.03 / 0.09 / 0.24)

CMYK percentages

%0
%2.56
%9.23
%23.53

Codes

Color #C3BEB1 in popluar color models

C3 BE B1
RGB 195 190 177
HSL 43° 13.04% 72.94%
HSB/HSV 43° 9.23% 76.47%
CMYK 0.00% 2.56% 9.23%
23.53%

Color #C3BEB1 in popluar number systems.

HEX C3 BE B1
Decimal 195 190 177
Binary 11000011 10111110 10110001
Octal 303 276 261

Shades and tints

Shades of #C3BEB1

#C3BEB1
(195,190,177)
#B2ADA1
(178,173,161)
#A19C91
(161,156,145)
#908B81
(144,139,129)
#7F7A71
(127,122,113)
#6E6961
(110,105,97)
#5D5851
(93,88,81)
#4C4741
(76,71,65)
#3B3631
(59,54,49)
#2A2521
(42,37,33)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #C3BEB1

#C3BEB1
(195,190,177)
#C8C3B8
(200,195,184)
#CDC8BF
(205,200,191)
#D2CDC6
(210,205,198)
#D7D2CD
(215,210,205)
#DCD7D4
(220,215,212)
#E1DCDB
(225,220,219)
#E6E1E2
(230,225,226)
#EBE6E9
(235,230,233)
#F0EBF0
(240,235,240)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BEB1 color. Also use rgb(195,190,177) instead hex code.

Text Font Color

.myTextColor { color: #C3BEB1; }

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

This text font color is #C3BEB1.

Background Color

.myBgColor { background-color: #C3BEB1; }

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

This div background color is #C3BEB1.

Border color

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

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

This div border color is #C3BEB1.

Opacity

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

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

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

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

This text has shadow with #C3BEB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BEB1.

Preview

Color preview on black background

This text has color #C3BEB1 on black background.


Color preview on white background

This text has color #C3BEB1 on white background.


Black color preview on #C3BEB1 background

This text has black color on #C3BEB1 background.


White color preview on #C3BEB1 background

This text has white color on #C3BEB1 background.


Related colors

Complementary color

Complementary color for #hex is #3C414E.


I love getcolorcode.com

Triadic colors

1 #B1C3BE and #BEB1C3 with #C3BEB1 are triadic colors.

2 #B1BEC3 and #BEC3B1 with #C3BEB1 are triadic colors.