COLOR #C2B2D6

HEX: #C2B2D6 RGB: (194,178,214)

Color info

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

RGB color model

#C2B2D6 color RGB value is (194,178,214).

RGB: (194,178,214) (76%, 70%, 84%)

RGB channels and saturation

R 194 of 255 = 76%
G 178 of 255 = 70%
B 214 of 255 = 84%

194
178
214

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

Portions of RGB colors in percentages

R + G + B = 194 + 178 + 214 = 586 (100%)
R 194 of 586 ~ 33.11%
G 178 of 586 ~ 30.38%
B 214 of 586 ~ 36.52'%

%33.11
%30.38
%36.52

CMYK color model

#C2B2D6 color CMYK value is (9,17,0,16).

  • cyan value is 9.35%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (9,17,0,16) C9M17Y0K16 (9%,17%,0%,16%) (0.09/0.17/0.00/0.16) 

CMYK percentages

%9.35
%16.82
%0
%16.08

Codes

Color #C2B2D6 in popluar color models

C2B2D6
RGB194178214
HSL267°30.51%76.86%
HSB/HSV267°16.82%83.92%
CMYK9.35%16.82%0.00%
16.08%

Color #C2B2D6 in popluar number systems.

HEXC2B2D6
Decimal194178214
Binary110000101011001011010110
Octal302262326

Shades and tints

Shades of #C2B2D6

#C2B2D6
(194,178,214)
#B1A2C3
(177,162,195)
#A092B0
(160,146,176)
#8F829D
(143,130,157)
#7E728A
(126,114,138)
#6D6277
(109,98,119)
#5C5264
(92,82,100)
#4B4251
(75,66,81)
#3A323E
(58,50,62)
#29222B
(41,34,43)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #C2B2D6

#C2B2D6
(194,178,214)
#C7B9D9
(199,185,217)
#CCC0DC
(204,192,220)
#D1C7DF
(209,199,223)
#D6CEE2
(214,206,226)
#DBD5E5
(219,213,229)
#E0DCE8
(224,220,232)
#E5E3EB
(229,227,235)
#EAEAEE
(234,234,238)
#EFF1F1
(239,241,241)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B2D6 color. Also use rgb(194,178,214) instead hex code.

Text Font Color

.myTextColor { color: #C2B2D6; }

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

This text font color is #C2B2D6.


Background Color

.myBgColor { background-color: #C2B2D6; }

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

This div background color is #C2B2D6.


Border color

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

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

This div border color is #C2B2D6.


Opacity

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

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

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

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

This text has shadow with #C2B2D6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C2B2D6 on black background.


Color preview on white background

This text has color #C2B2D6 on white background.



Black color preview on #C2B2D6 background

This text has black color on #C2B2D6 background.


White color preview on #C2B2D6 background

This text has white color on #C2B2D6 background.