COLOR #C2B3CC

HEX: #C2B3CC RGB: (194,179,204)

Color info

#C2B3CC contains red, green and blue colors in about the same proportion. Web safe color of #C2B3CC is #CC99CC (or #C9C).

RGB color model

#C2B3CC color RGB value is (194,179,204).

RGB: (194,179,204) (76%, 70%, 80%)

RGB channels and saturation

R 194 of 255 = 76%
G 179 of 255 = 70%
B 204 of 255 = 80%

194
179
204

R + G + B ~ 75%. #C2B3CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 179 + 204 = 577 (100%)
R 194 of 577 ~ 33.62%
G 179 of 577 ~ 31.02%
B 204 of 577 ~ 35.36'%

%33.62
%31.02
%35.36

CMYK color model

#C2B3CC color CMYK value is (5,12,0,20).

  • cyan value is 4.90%
  • magenta value is 12.25%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (5,12,0,20) C5M12Y0K20 (5%,12%,0%,20%) (0.05/0.12/0.00/0.20) 

CMYK percentages

%4.9
%12.25
%0
%20

Codes

Color #C2B3CC in popluar color models

C2 B3 CC
RGB 194 179 204
HSL 276° 19.69% 75.10%
HSB/HSV 276° 12.25% 80.00%
CMYK 4.90% 12.25% 0.00%
20.00%

Color #C2B3CC in popluar number systems.

HEX C2 B3 CC
Decimal 194 179 204
Binary 11000010 10110011 11001100
Octal 302 263 314

Shades and tints

Shades of #C2B3CC

#C2B3CC
(194,179,204)
#B1A3BA
(177,163,186)
#A093A8
(160,147,168)
#8F8396
(143,131,150)
#7E7384
(126,115,132)
#6D6372
(109,99,114)
#5C5360
(92,83,96)
#4B434E
(75,67,78)
#3A333C
(58,51,60)
#29232A
(41,35,42)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #C2B3CC

#C2B3CC
(194,179,204)
#C7B9D0
(199,185,208)
#CCBFD4
(204,191,212)
#D1C5D8
(209,197,216)
#D6CBDC
(214,203,220)
#DBD1E0
(219,209,224)
#E0D7E4
(224,215,228)
#E5DDE8
(229,221,232)
#EAE3EC
(234,227,236)
#EFE9F0
(239,233,240)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B3CC color. Also use rgb(194,179,204) instead hex code.

Text Font Color

.myTextColor { color: #C2B3CC; }

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

This text font color is #C2B3CC.

Background Color

.myBgColor { background-color: #C2B3CC; }

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

This div background color is #C2B3CC.

Border color

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

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

This div border color is #C2B3CC.

Opacity

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

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

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

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

This text has shadow with #C2B3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B3CC.

Preview

Color preview on black background

This text has color #C2B3CC on black background.


Color preview on white background

This text has color #C2B3CC on white background.


Black color preview on #C2B3CC background

This text has black color on #C2B3CC background.


White color preview on #C2B3CC background

This text has white color on #C2B3CC background.


Related colors

Complementary color

Complementary color for #hex is #3D4C33.


I love getcolorcode.com

Triadic colors

1 #CCC2B3 and #B3CCC2 with #C2B3CC are triadic colors.

2 #CCB3C2 and #B3C2CC with #C2B3CC are triadic colors.