COLOR #C2BECB

HEX: #C2BECB
RGB: (194,190,203)

Color info

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

RGB color model

#C2BECB color RGB value is (194,190,203).

  • red value is 194;
  • green value is 190;
  • blue value is 203.
RGB:
(194,190,203)
(76%,75%,80%)

RGB channels and saturation

R 194 of 255 = 76%
G 190 of 255 = 75%
B 203 of 255 = 80%

194
190
203

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

Portions of RGB colors in percentages

R + G + B =
194 + 190 + 203 = 587 (100%)
R 194 of 587 ~ 33.05%
G 190 of 587 ~ 32.37%
B 203 of 587 ~ 34.58%

%33.05
%32.37
%34.58

CMYK color model

#C2BECB color CMYK value is (4,6,0,20).

  • cyan value is 4.43%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(4,6,0,20)
C4M6Y0K20 
(4%,6%,0%,20%)
(0.04/0.06/0.00/0.20)	

CMYK percentages

%4.43
%6.4
%0
%20.39

Codes

Color #C2BECB in popluar color models

C2BECB
RGB194190203
HSL258°11.11%77.06%
HSB/HSV258°6.40%79.61%
CMYK4.43%6.40%0.00%
20.39%

Color #C2BECB in popluar number systems.

HEXC2BECB
Decimal194190203
Binary110000101011111011001011
Octal302276313

Shades and tints

Shades of #C2BECB

#C2BECB
(194,190,203)
#B1ADB9
(177,173,185)
#A09CA7
(160,156,167)
#8F8B95
(143,139,149)
#7E7A83
(126,122,131)
#6D6971
(109,105,113)
#5C585F
(92,88,95)
#4B474D
(75,71,77)
#3A363B
(58,54,59)
#292529
(41,37,41)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #C2BECB

#C2BECB
(194,190,203)
#C7C3CF
(199,195,207)
#CCC8D3
(204,200,211)
#D1CDD7
(209,205,215)
#D6D2DB
(214,210,219)
#DBD7DF
(219,215,223)
#E0DCE3
(224,220,227)
#E5E1E7
(229,225,231)
#EAE6EB
(234,230,235)
#EFEBEF
(239,235,239)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BECB color. Also use rgb(194,190,203) instead hex code.

Text Font Color

.myTextColor { color: #C2BECB; }

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

This text font color is #C2BECB.


Background Color

.myBgColor { background-color: #C2BECB; }

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

This div background color is #C2BECB.


Border color

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

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

This div border color is #C2BECB.


Opacity

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

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

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

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

This text has shadow with #C2BECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BECB on black background.


Color preview on white background

This text has color #C2BECB on white background.



Black color preview on #C2BECB background

This text has black color on #C2BECB background.


White color preview on #C2BECB background

This text has white color on #C2BECB background.