COLOR #C2BDCA

HEX: #C2BDCA
RGB: (194,189,202)

Color info

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

RGB color model

#C2BDCA color RGB value is (194,189,202).

  • red value is 194;
  • green value is 189;
  • blue value is 202.
RGB:
(194,189,202)
(76%,74%,79%)

RGB channels and saturation

R 194 of 255 = 76%
G 189 of 255 = 74%
B 202 of 255 = 79%

194
189
202

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

Portions of RGB colors in percentages

R + G + B =
194 + 189 + 202 = 585 (100%)
R 194 of 585 ~ 33.16%
G 189 of 585 ~ 32.31%
B 202 of 585 ~ 34.53%

%33.16
%32.31
%34.53

CMYK color model

#C2BDCA color CMYK value is (4,6,0,21).

  • cyan value is 3.96%
  • magenta value is 6.44%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(4,6,0,21)
C4M6Y0K21 
(4%,6%,0%,21%)
(0.04/0.06/0.00/0.21)	

CMYK percentages

%3.96
%6.44
%0
%20.78

Codes

Color #C2BDCA in popluar color models

C2BDCA
RGB194189202
HSL263°10.92%76.67%
HSB/HSV263°6.44%79.22%
CMYK3.96%6.44%0.00%
20.78%

Color #C2BDCA in popluar number systems.

HEXC2BDCA
Decimal194189202
Binary110000101011110111001010
Octal302275312

Shades and tints

Shades of #C2BDCA

#C2BDCA
(194,189,202)
#B1ACB8
(177,172,184)
#A09BA6
(160,155,166)
#8F8A94
(143,138,148)
#7E7982
(126,121,130)
#6D6870
(109,104,112)
#5C575E
(92,87,94)
#4B464C
(75,70,76)
#3A353A
(58,53,58)
#292428
(41,36,40)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #C2BDCA

#C2BDCA
(194,189,202)
#C7C3CE
(199,195,206)
#CCC9D2
(204,201,210)
#D1CFD6
(209,207,214)
#D6D5DA
(214,213,218)
#DBDBDE
(219,219,222)
#E0E1E2
(224,225,226)
#E5E7E6
(229,231,230)
#EAEDEA
(234,237,234)
#EFF3EE
(239,243,238)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BDCA color. Also use rgb(194,189,202) instead hex code.

Text Font Color

.myTextColor { color: #C2BDCA; }

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

This text font color is #C2BDCA.


Background Color

.myBgColor { background-color: #C2BDCA; }

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

This div background color is #C2BDCA.


Border color

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

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

This div border color is #C2BDCA.


Opacity

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

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

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

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

This text has shadow with #C2BDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BDCA on black background.


Color preview on white background

This text has color #C2BDCA on white background.



Black color preview on #C2BDCA background

This text has black color on #C2BDCA background.


White color preview on #C2BDCA background

This text has white color on #C2BDCA background.