COLOR #C2B1D9

HEX: #C2B1D9 RGB: (194,177,217)

Color info

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

RGB color model

#C2B1D9 color RGB value is (194,177,217).

RGB: (194,177,217) (76%, 69%, 85%)

RGB channels and saturation

R 194 of 255 = 76%
G 177 of 255 = 69%
B 217 of 255 = 85%

194
177
217

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

Portions of RGB colors in percentages

R + G + B = 194 + 177 + 217 = 588 (100%)
R 194 of 588 ~ 32.99%
G 177 of 588 ~ 30.1%
B 217 of 588 ~ 36.9'%

%32.99
%30.1
%36.9

CMYK color model

#C2B1D9 color CMYK value is (11,18,0,15).

  • cyan value is 10.60%
  • magenta value is 18.43%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (11,18,0,15)
C11M18Y0K15 (11%, 18%, 0%, 15%)
(0.11 / 0.18 / 0.00 / 0.15)

CMYK percentages

%10.6
%18.43
%0
%14.9

Codes

Color #C2B1D9 in popluar color models

C2 B1 D9
RGB 194 177 217
HSL 266° 34.48% 77.25%
HSB/HSV 266° 18.43% 85.10%
CMYK 10.60% 18.43% 0.00%
14.90%

Color #C2B1D9 in popluar number systems.

HEX C2 B1 D9
Decimal 194 177 217
Binary 11000010 10110001 11011001
Octal 302 261 331

Shades and tints

Shades of #C2B1D9

#C2B1D9
(194,177,217)
#B1A1C6
(177,161,198)
#A091B3
(160,145,179)
#8F81A0
(143,129,160)
#7E718D
(126,113,141)
#6D617A
(109,97,122)
#5C5167
(92,81,103)
#4B4154
(75,65,84)
#3A3141
(58,49,65)
#29212E
(41,33,46)
#18111B
(24,17,27)
#000000
(0,0,0)

Tints of #C2B1D9

#C2B1D9
(194,177,217)
#C7B8DC
(199,184,220)
#CCBFDF
(204,191,223)
#D1C6E2
(209,198,226)
#D6CDE5
(214,205,229)
#DBD4E8
(219,212,232)
#E0DBEB
(224,219,235)
#E5E2EE
(229,226,238)
#EAE9F1
(234,233,241)
#EFF0F4
(239,240,244)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B1D9 color. Also use rgb(194,177,217) instead hex code.

Text Font Color

.myTextColor { color: #C2B1D9; }

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

This text font color is #C2B1D9.

Background Color

.myBgColor { background-color: #C2B1D9; }

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

This div background color is #C2B1D9.

Border color

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

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

This div border color is #C2B1D9.

Opacity

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

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

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

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

This text has shadow with #C2B1D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B1D9.

Preview

Color preview on black background

This text has color #C2B1D9 on black background.


Color preview on white background

This text has color #C2B1D9 on white background.


Black color preview on #C2B1D9 background

This text has black color on #C2B1D9 background.


White color preview on #C2B1D9 background

This text has white color on #C2B1D9 background.


Related colors

Complementary color

Complementary color for #hex is #3D4E26.


I love getcolorcode.com

Triadic colors

1 #D9C2B1 and #B1D9C2 with #C2B1D9 are triadic colors.

2 #D9B1C2 and #B1C2D9 with #C2B1D9 are triadic colors.