COLOR #C3BEC9

HEX: #C3BEC9 RGB: (195,190,201)

Color info

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

RGB color model

#C3BEC9 color RGB value is (195,190,201).

RGB: (195,190,201) (76%, 75%, 79%)

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 201 of 255 = 79%

195
190
201

R + G + B ~ 77%. #C3BEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 190 + 201 = 586 (100%)
R 195 of 586 ~ 33.28%
G 190 of 586 ~ 32.42%
B 201 of 586 ~ 34.3'%

%33.28
%32.42
%34.3

CMYK color model

#C3BEC9 color CMYK value is (3,5,0,21).

  • cyan value is 2.99%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (3,5,0,21) C3M5Y0K21 (3%,5%,0%,21%) (0.03/0.05/0.00/0.21) 

CMYK percentages

%2.99
%5.47
%0
%21.18

Codes

Color #C3BEC9 in popluar color models

C3 BE C9
RGB 195 190 201
HSL 267° 9.24% 76.67%
HSB/HSV 267° 5.47% 78.82%
CMYK 2.99% 5.47% 0.00%
21.18%

Color #C3BEC9 in popluar number systems.

HEX C3 BE C9
Decimal 195 190 201
Binary 11000011 10111110 11001001
Octal 303 276 311

Shades and tints

Shades of #C3BEC9

#C3BEC9
(195,190,201)
#B2ADB7
(178,173,183)
#A19CA5
(161,156,165)
#908B93
(144,139,147)
#7F7A81
(127,122,129)
#6E696F
(110,105,111)
#5D585D
(93,88,93)
#4C474B
(76,71,75)
#3B3639
(59,54,57)
#2A2527
(42,37,39)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #C3BEC9

#C3BEC9
(195,190,201)
#C8C3CD
(200,195,205)
#CDC8D1
(205,200,209)
#D2CDD5
(210,205,213)
#D7D2D9
(215,210,217)
#DCD7DD
(220,215,221)
#E1DCE1
(225,220,225)
#E6E1E5
(230,225,229)
#EBE6E9
(235,230,233)
#F0EBED
(240,235,237)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BEC9; }

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

This text font color is #C3BEC9.

Background Color

.myBgColor { background-color: #C3BEC9; }

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

This div background color is #C3BEC9.

Border color

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

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

This div border color is #C3BEC9.

Opacity

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

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

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

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

This text has shadow with #C3BEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BEC9.

Preview

Color preview on black background

This text has color #C3BEC9 on black background.


Color preview on white background

This text has color #C3BEC9 on white background.


Black color preview on #C3BEC9 background

This text has black color on #C3BEC9 background.


White color preview on #C3BEC9 background

This text has white color on #C3BEC9 background.


Related colors

Complementary color

Complementary color for #hex is #3C4136.


I love getcolorcode.com

Triadic colors

1 #C9C3BE and #BEC9C3 with #C3BEC9 are triadic colors.

2 #C9BEC3 and #BEC3C9 with #C3BEC9 are triadic colors.