COLOR #C2BBD1

HEX: #C2BBD1 RGB: (194,187,209)

Color info

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

RGB color model

#C2BBD1 color RGB value is (194,187,209).

RGB: (194,187,209) (76%, 73%, 82%)

RGB channels and saturation

R 194 of 255 = 76%
G 187 of 255 = 73%
B 209 of 255 = 82%

194
187
209

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

Portions of RGB colors in percentages

R + G + B = 194 + 187 + 209 = 590 (100%)
R 194 of 590 ~ 32.88%
G 187 of 590 ~ 31.69%
B 209 of 590 ~ 35.42'%

%32.88
%31.69
%35.42

CMYK color model

#C2BBD1 color CMYK value is (7,11,0,18).

  • cyan value is 7.18%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (7,11,0,18)
C7M11Y0K18 (7%, 11%, 0%, 18%)
(0.07 / 0.11 / 0.00 / 0.18)

CMYK percentages

%7.18
%10.53
%0
%18.04

Codes

Color #C2BBD1 in popluar color models

C2 BB D1
RGB 194 187 209
HSL 259° 19.30% 77.65%
HSB/HSV 259° 10.53% 81.96%
CMYK 7.18% 10.53% 0.00%
18.04%

Color #C2BBD1 in popluar number systems.

HEX C2 BB D1
Decimal 194 187 209
Binary 11000010 10111011 11010001
Octal 302 273 321

Shades and tints

Shades of #C2BBD1

#C2BBD1
(194,187,209)
#B1AABE
(177,170,190)
#A099AB
(160,153,171)
#8F8898
(143,136,152)
#7E7785
(126,119,133)
#6D6672
(109,102,114)
#5C555F
(92,85,95)
#4B444C
(75,68,76)
#3A3339
(58,51,57)
#292226
(41,34,38)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #C2BBD1

#C2BBD1
(194,187,209)
#C7C1D5
(199,193,213)
#CCC7D9
(204,199,217)
#D1CDDD
(209,205,221)
#D6D3E1
(214,211,225)
#DBD9E5
(219,217,229)
#E0DFE9
(224,223,233)
#E5E5ED
(229,229,237)
#EAEBF1
(234,235,241)
#EFF1F5
(239,241,245)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BBD1; }

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

This text font color is #C2BBD1.

Background Color

.myBgColor { background-color: #C2BBD1; }

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

This div background color is #C2BBD1.

Border color

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

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

This div border color is #C2BBD1.

Opacity

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

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

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

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

This text has shadow with #C2BBD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2BBD1.

Preview

Color preview on black background

This text has color #C2BBD1 on black background.


Color preview on white background

This text has color #C2BBD1 on white background.


Black color preview on #C2BBD1 background

This text has black color on #C2BBD1 background.


White color preview on #C2BBD1 background

This text has white color on #C2BBD1 background.


Related colors

Complementary color

Complementary color for #hex is #3D442E.


I love getcolorcode.com

Triadic colors

1 #D1C2BB and #BBD1C2 with #C2BBD1 are triadic colors.

2 #D1BBC2 and #BBC2D1 with #C2BBD1 are triadic colors.