COLOR #C3BEC1

HEX: #C3BEC1 RGB: (195,190,193)

Color info

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

RGB color model

#C3BEC1 color RGB value is (195,190,193).

RGB: (195,190,193) (76%, 75%, 76%)

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 193 of 255 = 76%

195
190
193

R + G + B ~ 76%. #C3BEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 190 + 193 = 578 (100%)
R 195 of 578 ~ 33.74%
G 190 of 578 ~ 32.87%
B 193 of 578 ~ 33.39'%

%33.74
%32.87
%33.39

CMYK color model

#C3BEC1 color CMYK value is (0,3,1,24).

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

CMYK: (0,3,1,24)
C0M3Y1K24 (0%, 3%, 1%, 24%)
(0.00 / 0.03 / 0.01 / 0.24)

CMYK percentages

%0
%2.56
%1.03
%23.53

Codes

Color #C3BEC1 in popluar color models

C3 BE C1
RGB 195 190 193
HSL 324° 4.00% 75.49%
HSB/HSV 324° 2.56% 76.47%
CMYK 0.00% 2.56% 1.03%
23.53%

Color #C3BEC1 in popluar number systems.

HEX C3 BE C1
Decimal 195 190 193
Binary 11000011 10111110 11000001
Octal 303 276 301

Shades and tints

Shades of #C3BEC1

#C3BEC1
(195,190,193)
#B2ADB0
(178,173,176)
#A19C9F
(161,156,159)
#908B8E
(144,139,142)
#7F7A7D
(127,122,125)
#6E696C
(110,105,108)
#5D585B
(93,88,91)
#4C474A
(76,71,74)
#3B3639
(59,54,57)
#2A2528
(42,37,40)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #C3BEC1

#C3BEC1
(195,190,193)
#C8C3C6
(200,195,198)
#CDC8CB
(205,200,203)
#D2CDD0
(210,205,208)
#D7D2D5
(215,210,213)
#DCD7DA
(220,215,218)
#E1DCDF
(225,220,223)
#E6E1E4
(230,225,228)
#EBE6E9
(235,230,233)
#F0EBEE
(240,235,238)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BEC1; }

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

This text font color is #C3BEC1.

Background Color

.myBgColor { background-color: #C3BEC1; }

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

This div background color is #C3BEC1.

Border color

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

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

This div border color is #C3BEC1.

Opacity

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

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

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

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

This text has shadow with #C3BEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BEC1.

Preview

Color preview on black background

This text has color #C3BEC1 on black background.


Color preview on white background

This text has color #C3BEC1 on white background.


Black color preview on #C3BEC1 background

This text has black color on #C3BEC1 background.


White color preview on #C3BEC1 background

This text has white color on #C3BEC1 background.


Related colors

Complementary color

Complementary color for #hex is #3C413E.


I love getcolorcode.com

Triadic colors

1 #C1C3BE and #BEC1C3 with #C3BEC1 are triadic colors.

2 #C1BEC3 and #BEC3C1 with #C3BEC1 are triadic colors.