COLOR #C3BBCB

HEX: #C3BBCB RGB: (195,187,203)

Color info

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

RGB color model

#C3BBCB color RGB value is (195,187,203).

RGB: (195,187,203) (76%, 73%, 80%)

RGB channels and saturation

R 195 of 255 = 76%
G 187 of 255 = 73%
B 203 of 255 = 80%

195
187
203

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

Portions of RGB colors in percentages

R + G + B = 195 + 187 + 203 = 585 (100%)
R 195 of 585 ~ 33.33%
G 187 of 585 ~ 31.97%
B 203 of 585 ~ 34.7'%

%33.33
%31.97
%34.7

CMYK color model

#C3BBCB color CMYK value is (4,8,0,20).

  • cyan value is 3.94%
  • magenta value is 7.88%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (4,8,0,20) C4M8Y0K20 (4%,8%,0%,20%) (0.04/0.08/0.00/0.20) 

CMYK percentages

%3.94
%7.88
%0
%20.39

Codes

Color #C3BBCB in popluar color models

C3 BB CB
RGB 195 187 203
HSL 270° 13.33% 76.47%
HSB/HSV 270° 7.88% 79.61%
CMYK 3.94% 7.88% 0.00%
20.39%

Color #C3BBCB in popluar number systems.

HEX C3 BB CB
Decimal 195 187 203
Binary 11000011 10111011 11001011
Octal 303 273 313

Shades and tints

Shades of #C3BBCB

#C3BBCB
(195,187,203)
#B2AAB9
(178,170,185)
#A199A7
(161,153,167)
#908895
(144,136,149)
#7F7783
(127,119,131)
#6E6671
(110,102,113)
#5D555F
(93,85,95)
#4C444D
(76,68,77)
#3B333B
(59,51,59)
#2A2229
(42,34,41)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #C3BBCB

#C3BBCB
(195,187,203)
#C8C1CF
(200,193,207)
#CDC7D3
(205,199,211)
#D2CDD7
(210,205,215)
#D7D3DB
(215,211,219)
#DCD9DF
(220,217,223)
#E1DFE3
(225,223,227)
#E6E5E7
(230,229,231)
#EBEBEB
(235,235,235)
#F0F1EF
(240,241,239)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BBCB color. Also use rgb(195,187,203) instead hex code.

Text Font Color

.myTextColor { color: #C3BBCB; }

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

This text font color is #C3BBCB.

Background Color

.myBgColor { background-color: #C3BBCB; }

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

This div background color is #C3BBCB.

Border color

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

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

This div border color is #C3BBCB.

Opacity

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

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

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

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

This text has shadow with #C3BBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BBCB.

Preview

Color preview on black background

This text has color #C3BBCB on black background.


Color preview on white background

This text has color #C3BBCB on white background.


Black color preview on #C3BBCB background

This text has black color on #C3BBCB background.


White color preview on #C3BBCB background

This text has white color on #C3BBCB background.


Related colors

Complementary color

Complementary color for #hex is #3C4434.


I love getcolorcode.com

Triadic colors

1 #CBC3BB and #BBCBC3 with #C3BBCB are triadic colors.

2 #CBBBC3 and #BBC3CB with #C3BBCB are triadic colors.