COLOR #C3BBCD

HEX: #C3BBCD RGB: (195,187,205)

Color info

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

RGB color model

#C3BBCD color RGB value is (195,187,205).

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

RGB channels and saturation

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

195
187
205

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

Portions of RGB colors in percentages

R + G + B = 195 + 187 + 205 = 587 (100%)
R 195 of 587 ~ 33.22%
G 187 of 587 ~ 31.86%
B 205 of 587 ~ 34.92'%

%33.22
%31.86
%34.92

CMYK color model

#C3BBCD color CMYK value is (5,9,0,20).

  • cyan value is 4.88%
  • magenta value is 8.78%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (5,9,0,20)
C5M9Y0K20 (5%, 9%, 0%, 20%)
(0.05 / 0.09 / 0.00 / 0.20)

CMYK percentages

%4.88
%8.78
%0
%19.61

Codes

Color #C3BBCD in popluar color models

C3 BB CD
RGB 195 187 205
HSL 267° 15.25% 76.86%
HSB/HSV 267° 8.78% 80.39%
CMYK 4.88% 8.78% 0.00%
19.61%

Color #C3BBCD in popluar number systems.

HEX C3 BB CD
Decimal 195 187 205
Binary 11000011 10111011 11001101
Octal 303 273 315

Shades and tints

Shades of #C3BBCD

#C3BBCD
(195,187,205)
#B2AABB
(178,170,187)
#A199A9
(161,153,169)
#908897
(144,136,151)
#7F7785
(127,119,133)
#6E6673
(110,102,115)
#5D5561
(93,85,97)
#4C444F
(76,68,79)
#3B333D
(59,51,61)
#2A222B
(42,34,43)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #C3BBCD

#C3BBCD
(195,187,205)
#C8C1D1
(200,193,209)
#CDC7D5
(205,199,213)
#D2CDD9
(210,205,217)
#D7D3DD
(215,211,221)
#DCD9E1
(220,217,225)
#E1DFE5
(225,223,229)
#E6E5E9
(230,229,233)
#EBEBED
(235,235,237)
#F0F1F1
(240,241,241)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BBCD; }

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

This text font color is #C3BBCD.

Background Color

.myBgColor { background-color: #C3BBCD; }

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

This div background color is #C3BBCD.

Border color

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

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

This div border color is #C3BBCD.

Opacity

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

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

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

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

This text has shadow with #C3BBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BBCD.

Preview

Color preview on black background

This text has color #C3BBCD on black background.


Color preview on white background

This text has color #C3BBCD on white background.


Black color preview on #C3BBCD background

This text has black color on #C3BBCD background.


White color preview on #C3BBCD background

This text has white color on #C3BBCD background.


Related colors

Complementary color

Complementary color for #hex is #3C4432.


I love getcolorcode.com

Triadic colors

1 #CDC3BB and #BBCDC3 with #C3BBCD are triadic colors.

2 #CDBBC3 and #BBC3CD with #C3BBCD are triadic colors.