COLOR #C2B7CC

HEX: #C2B7CC
RGB: (194,183,204)

Color info

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

RGB color model

#C2B7CC color RGB value is (194,183,204).

  • red value is 194;
  • green value is 183;
  • blue value is 204.
RGB:
(194,183,204)
(76%,72%,80%)

RGB channels and saturation

R 194 of 255 = 76%
G 183 of 255 = 72%
B 204 of 255 = 80%

194
183
204

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

Portions of RGB colors in percentages

R + G + B =
194 + 183 + 204 = 581 (100%)
R 194 of 581 ~ 33.39%
G 183 of 581 ~ 31.5%
B 204 of 581 ~ 35.11%

%33.39
%31.5
%35.11

CMYK color model

#C2B7CC color CMYK value is (5,10,0,20).

  • cyan value is 4.90%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(5,10,0,20)
C5M10Y0K20 
(5%,10%,0%,20%)
(0.05/0.10/0.00/0.20)	

CMYK percentages

%4.9
%10.29
%0
%20

Codes

Color #C2B7CC in popluar color models

C2B7CC
RGB194183204
HSL271°17.07%75.88%
HSB/HSV271°10.29%80.00%
CMYK4.90%10.29%0.00%
20.00%

Color #C2B7CC in popluar number systems.

HEXC2B7CC
Decimal194183204
Binary110000101011011111001100
Octal302267314

Shades and tints

Shades of #C2B7CC

#C2B7CC
(194,183,204)
#B1A7BA
(177,167,186)
#A097A8
(160,151,168)
#8F8796
(143,135,150)
#7E7784
(126,119,132)
#6D6772
(109,103,114)
#5C5760
(92,87,96)
#4B474E
(75,71,78)
#3A373C
(58,55,60)
#29272A
(41,39,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #C2B7CC

#C2B7CC
(194,183,204)
#C7BDD0
(199,189,208)
#CCC3D4
(204,195,212)
#D1C9D8
(209,201,216)
#D6CFDC
(214,207,220)
#DBD5E0
(219,213,224)
#E0DBE4
(224,219,228)
#E5E1E8
(229,225,232)
#EAE7EC
(234,231,236)
#EFEDF0
(239,237,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B7CC; }

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

This text font color is #C2B7CC.


Background Color

.myBgColor { background-color: #C2B7CC; }

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

This div background color is #C2B7CC.


Border color

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

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

This div border color is #C2B7CC.


Opacity

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

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

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

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

This text has shadow with #C2B7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B7CC on black background.


Color preview on white background

This text has color #C2B7CC on white background.



Black color preview on #C2B7CC background

This text has black color on #C2B7CC background.


White color preview on #C2B7CC background

This text has white color on #C2B7CC background.