COLOR #C2B6D1

HEX: #C2B6D1 RGB: (194,182,209)

Color info

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

RGB color model

#C2B6D1 color RGB value is (194,182,209).

RGB: (194,182,209) (76%, 71%, 82%)

RGB channels and saturation

R 194 of 255 = 76%
G 182 of 255 = 71%
B 209 of 255 = 82%

194
182
209

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

Portions of RGB colors in percentages

R + G + B = 194 + 182 + 209 = 585 (100%)
R 194 of 585 ~ 33.16%
G 182 of 585 ~ 31.11%
B 209 of 585 ~ 35.73'%

%33.16
%31.11
%35.73

CMYK color model

#C2B6D1 color CMYK value is (7,13,0,18).

  • cyan value is 7.18%
  • magenta value is 12.92%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (7,13,0,18) C7M13Y0K18 (7%,13%,0%,18%) (0.07/0.13/0.00/0.18) 

CMYK percentages

%7.18
%12.92
%0
%18.04

Codes

Color #C2B6D1 in popluar color models

C2 B6 D1
RGB 194 182 209
HSL 267° 22.69% 76.67%
HSB/HSV 267° 12.92% 81.96%
CMYK 7.18% 12.92% 0.00%
18.04%

Color #C2B6D1 in popluar number systems.

HEX C2 B6 D1
Decimal 194 182 209
Binary 11000010 10110110 11010001
Octal 302 266 321

Shades and tints

Shades of #C2B6D1

#C2B6D1
(194,182,209)
#B1A6BE
(177,166,190)
#A096AB
(160,150,171)
#8F8698
(143,134,152)
#7E7685
(126,118,133)
#6D6672
(109,102,114)
#5C565F
(92,86,95)
#4B464C
(75,70,76)
#3A3639
(58,54,57)
#292626
(41,38,38)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #C2B6D1

#C2B6D1
(194,182,209)
#C7BCD5
(199,188,213)
#CCC2D9
(204,194,217)
#D1C8DD
(209,200,221)
#D6CEE1
(214,206,225)
#DBD4E5
(219,212,229)
#E0DAE9
(224,218,233)
#E5E0ED
(229,224,237)
#EAE6F1
(234,230,241)
#EFECF5
(239,236,245)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B6D1 color. Also use rgb(194,182,209) instead hex code.

Text Font Color

.myTextColor { color: #C2B6D1; }

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

This text font color is #C2B6D1.

Background Color

.myBgColor { background-color: #C2B6D1; }

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

This div background color is #C2B6D1.

Border color

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

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

This div border color is #C2B6D1.

Opacity

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

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

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

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

This text has shadow with #C2B6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B6D1.

Preview

Color preview on black background

This text has color #C2B6D1 on black background.


Color preview on white background

This text has color #C2B6D1 on white background.


Black color preview on #C2B6D1 background

This text has black color on #C2B6D1 background.


White color preview on #C2B6D1 background

This text has white color on #C2B6D1 background.


Related colors

Complementary color

Complementary color for #hex is #3D492E.


I love getcolorcode.com

Triadic colors

1 #D1C2B6 and #B6D1C2 with #C2B6D1 are triadic colors.

2 #D1B6C2 and #B6C2D1 with #C2B6D1 are triadic colors.